Bug 264007
| Summary: | -webkit- prefixed pseudo-elements not matched case-insensitively | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Anne van Kesteren
CSSSelector::parsePseudoElementType should use startsWithIgnoringASCIICase or some such.
Example: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Cstyle%3E%0A%3A%3A-WEBKIT-blah%2C%20body%20%7B%20background%3Alime%20%7D%0A%3C%2Fstyle%3E
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118081134>
Anne van Kesteren
*** This bug has been marked as a duplicate of bug 266759 ***