Bug 133999 - CSS :fullscreen pseudoclass fails when combined in a selector group
Summary: CSS :fullscreen pseudoclass fails when combined in a selector group
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://chris.improbable.org/experimen...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-17 14:59 PDT by Chris Adams
Modified: 2014-06-17 20:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Adams 2014-06-17 14:59:35 PDT
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
}
Comment 1 Chris Adams 2014-06-17 20:16:43 PDT
A pointer to http://www.w3.org/TR/css3-selectors/#Conformance confirmed that, while inconsistent, this is actually required by the spec.