Bug 263917
| Summary: | Not all -webkit- prefixed pseudo-elements should parse | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ahmad.saleem792, koivisto, ntim |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Anne van Kesteren
It doesn't seem desirable that
::-webkit-fdlsfdsfs, body { background:lime }
results in a green background.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
By any chance, is this WPT?
https://wpt.fyi/results/css/selectors/webkit-pseudo-element.html?label=master&label=experimental&aligned=&q=webkit+pseudo
Tim Nguyen (:ntim)
This is conformant to this spec: https://drafts.csswg.org/selectors-4/#compat
Anne van Kesteren
Clearly I forgot to leave my sense of logic at the door. Thanks Ahmad and Tim!