Skip to content

Commit

Permalink
DOM selector tests wrongly assume '>>' is invalid in selectors (#3802)
Browse files Browse the repository at this point in the history
DOM selector tests wrongly assume '>>' is invalid in selectors. However,
as per Selectors Level 4, this is a valid descendant combinator,
identical in behavior to ' ' combinator:
- https://drafts.csswg.org/selectors-4/#descendant-combinators
  • Loading branch information
Chris Dumez authored and zcorpan committed Sep 26, 2016
1 parent 8c69c31 commit d6f8c0c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion dom/nodes/selectors.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6f8c0c

Please sign in to comment.