Bug 133999

Summary: CSS :fullscreen pseudoclass fails when combined in a selector group
Product: WebKit Reporter: Chris Adams <chris>
Component: CSSAssignee: 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
Reported 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 }
Attachments
Chris Adams
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.