Home | History | Annotate | Download | only in WebCore

Lines Matching full:pseudo

42 	This patch fixes the pseudo-elements ::first-line and ::first-letter to inherit styles properly.  More
45 (1) Implements caching of pseudo-styles once computed off the style() which originated the pseudo-style.
235 Change pseudo-element style resolution to be lazy and to not occur until the style is actually asked
815 * layout-tests/css1/pseudo/firstline-expected.txt:
816 * layout-tests/css1/pseudo/multiple_pseudo_elements-expected.txt:
1915 * layout-tests/css1/pseudo/firstletter-expected.txt:
1916 * layout-tests/css1/pseudo/multiple_pseudo_elements-expected.txt:
3411 should be placed inside a containing object that actually gets the pseudo-style.
14111 When pseudo-elements have display:none, they should not generate
16991 - fixed the fix for operator==; needs to work even if the pseudo type was
16995 (CSSSelector::extractPseudoType): Only do work when the selector is Pseudo.