Skip to content

Commit 90e6a99

Browse files
committed
[selectors] Clean up 'new sections' section of Changes section.
This makes four changes: * it links to the new sections * it drops the Evaluating a Selector item, since that's a subsection of the API Hooks section that's already listed * it fixes the generation of Issues by adding a newline before them * it links to the github issue for the issue on selector evaluation, which includes a link to the www-style message previously linked This is in preparation for actually fixing that github issue, w3c#720
1 parent 2b4901a commit 90e6a99

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

selectors/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3551,11 +3551,12 @@ Changes</h2>
35513551
Issue: Semantic definition should probably move back here.
35523552
<li>Added new sections:
35533553
<ul>
3554-
<li>Evaluating a Selector
3555-
Issue: https://lists.w3.org/Archives/Public/www-style/2015Mar/0432.html
3556-
<li>Data Model
3554+
<li>[[#data-model]]
3555+
35573556
Issue: Need to define tree for XML.
3558-
<li>API Hooks
3557+
<li>[[#api-hooks]]
3558+
3559+
Issue: <a href="https://github.com/w3c/csswg-drafts/issues/720">selector matching should be specified as being from right to left, not left to right</a>
35593560
</ul>
35603561
<li>Removed restriction on combinators within '':matches()'', '':not()'', '':nth-match()'', and '':nth-last-match()''.
35613562
Issue: Do we have implementations of this? If not, maybe it's better to keep the restriction for level 4?

0 commit comments

Comments
 (0)