Home | History | Annotate | Download | only in WebCore

Lines Matching full:pseudo

3291         Make CSS Parser properly handle only-for-pages pseudo-classes.
3294 only-for-pages pseudo-classes from others. A new symbol, pseudo_page,
3430 ':optional' pseudo selector should not be applied to <keygen> and <progress>
3433 Test: fast/css/pseudo-required-optional-unapplied.html
8572 https://bugs.webkit.org/show_bug.cgi?id=38976, fast/css/pseudo-cache-stale.html has incorrect results.
13990 Ignore page media related pseudo classes.
13992 Test: printing/pseudo-class-outside-page.html
17007 Added a new pseudo element to represent the value portion of the progress element.
17008 Web developers can style this pseudo element separate from the rest of the progress element.
17010 Test: fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html
20664 First steps towards fixing bug 24021 - pseudo-element styles not accessible / retrievable via DOM methods.
20667 Allows access to the computed styles for the pseudo-elements through the second argument to getComputedStyle.
20668 This approach does not provide the correct values for 'length' properties and does not work for the ':selection' pseudo-element and will instead return results similiar to those returned by Firefox. This approach also requires waiting until at least one iteration of a hardware accelerated composited animation to return the correct values for the "opacity" and "transform" properties of a pseudo-element associated with the element being animated.
20669 Those values need to be retrieved from the renderer for the pseudo-element as opposed to the cached RenderStyle for the element on which the pseudo-element is defined, which is further complicated by the fact that not all elements have renderers.
20671 Test: fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html
20676 Parse the and store the pseudo-element specifier from the string provided by the user.
20678 Get the computed style for the pseudo-element if it has been specified.
20680 Get the computed style for the pseudo-element if it has been specified, with a FIXME noting that the values returned for the "opacity" and "transform" properties of a pseudo-element associated with an element being animated and using hardware accelerated compositing will not be correct until after the first iteration of the animation.
20682 Get the computed style for the pseudo-element if it has been specified.
20687 Take into consideration the pseudo-element.
20706 If the pseudo-element is specified, then return the cached RenderStyle for that PseudoId. Added a FIXME to find the actual renders of the pseudo-elements instead of just the cached RenderStyle of the RenderStyle for the associated element.
20716 Get the computed style for the pseudo-element if it has been specified.
21742 Rework the pseudo cache on RenderStyles to support nesting, i.e., a pseudo hanging off a pseudo. The existing model gets
21743 confused by this concept, since it relies on a singly linked list of chained pseudo styles (instead of a Vector owned by a primary
21747 you need to do this in order to know to allocate an unvisited pseudo style even if one shouldn't normally exist.
21960 that the pseudo style caching allows visited link styles to hang off other pseudo styles.
24690 as a pseudo style (VISITED_LINK).
24694 Make sure to deal with the VISITED_LINK pseudo to know when only :visited style info changed.
28548 Doing this lets us get rid of the pseudo RTTI switch statements on
29337 Web Inspector: Do not send empty matching rules for pseudo elements to frontend.
31044 This change provides pseudo elements information into the inspector styles sidebar pane.
31052 - InspectorDOMAgent is now iterating over all pseudo ids to get all styles (including internal ones).
31053 - Brushed up front-end code so that proper overriding took place locally within pseudo id categories.
33205 should be modified by :first-letter pseudo class. Even before
34014 Make sure :not does not allow pseudo-elements inside it. (Hooray for another pointless
34017 Added fast/css/invalid-not-with-pseudo-element.html
34186 The :indeterminate pseudo-class should apply to both radio buttons and checkboxes.
34206 the :enabled and :disabled pseudo-classes.
46769 In diffing render styles, consider all pseudo style changes.
50567 fast/css/pseudo-element-line-break.html