We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de35d64 commit fa4780bCopy full SHA for fa4780b
1 file changed
selectors-4/Overview.bs
@@ -3591,6 +3591,11 @@ API Hooks</h2>
3591
To aid in the writing of specs that use Selectors concepts,
3592
this section defines several API hooks that can be invoked by other specifications.
3593
3594
+ Issue: Are these still necessary now that we have more rigorous definitions for <a>match</a> and <a>invalid selector</a>?
3595
+ Nouns are a lot easier to coordinate across specification than predicates,
3596
+ and details like the exact order of elements returned from <code>querySelector</code>
3597
+ seem to make more sense being defined in the DOM specification than in Selectors.
3598
+
3599
<h3 id='parse-selector' algorithm>
3600
Parse A Selector</h3>
3601
0 commit comments