RESOLVED INVALID 133999
CSS :fullscreen pseudoclass fails when combined in a selector group
https://bugs.webkit.org/show_bug.cgi?id=133999
Summary CSS :fullscreen pseudoclass fails when combined in a selector group
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.