DescriptionRemove fallback matching ::cue* pseudo-element selectors
Because there is a "cue" entry in both pseudoTypeWithoutArgumentsMap and
pseudoTypeWithArgumentsMap, this path is never taken (verified with
ASSERT(0)) when running LayoutTests/media/.
It is taken for something like ::cuefoo, but that makes no sense.
This was initially the only code path:
http://trac.webkit.org/changeset/136991
Later commits made it obsolete:
http://trac.webkit.org/changeset/137955
https://src.chromium.org/viewvc/blink?revision=155834&view=revision
This was the last usage of PseudoUserAgentCustomElement, so remove that
too, together with its use counter:
https://src.chromium.org/viewvc/blink?revision=155928&view=revision
https://www.chromestatus.com/metrics/feature/timeline/popularity/103
At the time pseudos starting with "x-" were also
PseudoUserAgentCustomElement, but has since been removed:
https://src.chromium.org/viewvc/blink?revision=170210&view=revision
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184341
Patch Set 1 #Patch Set 2 : rm PseudoUserAgentCustomElement #Patch Set 3 : fix inspector dependency #
Messages
Total messages: 10 (2 generated)
|