[webkit-reviews] review requested: [Bug 24021] pseudo-element styles not accessible / retrievable via DOM methods : [Attachment 50741] First steps towards exposing the standard pseudo-elements through getComputedStyle (refactor maps among Strings, PseudoTypes, and PseudoIds)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 15 14:36:47 PDT 2010
Jessie Berlin <jberlin at webkit.org> has asked for review:
Bug 24021: pseudo-element styles not accessible / retrievable via DOM methods
https://bugs.webkit.org/show_bug.cgi?id=24021
Attachment 50741: First steps towards exposing the standard pseudo-elements
through getComputedStyle (refactor maps among Strings, PseudoTypes, and
PseudoIds)
https://bugs.webkit.org/attachment.cgi?id=50741&action=review
------- Additional Comments from Jessie Berlin <jberlin at webkit.org>
Refactored the map between PseudoTypes and PseudoIds as Dan suggested so that
CSSSelector and CSSComputedStyleDeclaration both use the same mechanism for
mapping between strings and PseudoTypes (pseudoTypeFromString) and
CSSStyleSelector and CSSComputedStyleDeclaration both use the same mechanism
for mapping between PseudoTypes and PseudoIds (pseudoIdFromPseudoType).
More information about the webkit-reviews
mailing list