Skip to content

Commit 08b6a12

Browse files
committed
[selectors] Add issue for the parsing algo.
1 parent 88c5903 commit 08b6a12

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

selectors/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,6 +3144,8 @@ Calculating a selector's specificity</h2>
31443144
<h2 id="grammar"><span id="formal-syntax"></span>
31453145
Grammar</h2>
31463146

3147+
Issue: Rewrite this whole danged thing in terms of Syntax parsing algos instead.
3148+
31473149
The grammar below defines the syntax of Selectors.
31483150
It is applied to a stream of tokens,
31493151
as returned by the tokenizer defined in [[!CSS3SYN]].

selectors/Overview.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3252,6 +3252,8 @@ <h2 class="heading settled heading" data-level=15 id=specificity><span class=sec
32523252
<h2 class="heading settled heading" data-level=16 id=grammar><span class=secno>16 </span><span class=content><span id=formal-syntax></span>
32533253
Grammar</span><a class=self-link href=#grammar></a></h2>
32543254

3255+
<p class=issue id=issue-240af3df><a class=self-link href=#issue-240af3df></a> Rewrite this whole danged thing in terms of Syntax parsing algos instead.
3256+
32553257
<p> The grammar below defines the syntax of Selectors.
32563258
It is applied to a stream of tokens,
32573259
as returned by the tokenizer defined in <a data-biblio-type=normative data-link-type=biblio href=#css3syn title=css3syn>[CSS3SYN]</a>.
@@ -3765,4 +3767,6 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
37653767
Should "null segments" count as matching, or not?
37663768

37673769

3768-
<a href=#issue-3f3b379a></a></div></div>
3770+
<a href=#issue-3f3b379a></a></div><div class=issue> Rewrite this whole danged thing in terms of Syntax parsing algos instead.
3771+
3772+
<a href=#issue-240af3df></a></div></div>

0 commit comments

Comments
 (0)