Bug 133999
Summary: | CSS :fullscreen pseudoclass fails when combined in a selector group | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Adams <chris> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://chris.improbable.org/experiments/browser/fullscreen-selector-bug.html |
Chris Adams
The CSS :fullscreen pseudo-class will fail to match if the rule has more than one selector:
:fullscreen foo, :-webkit-full-screen foo {
// This will never match
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Adams
A pointer to http://www.w3.org/TR/css3-selectors/#Conformance confirmed that, while inconsistent, this is actually required by the spec.