@@ -281,8 +281,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
281281 < li > < a href ="#rule-mode "> < span class =secno > 3.6.4. </ span > Rule
282282 mode</ a >
283283
284- < li > < a href ="#style-rule- mode "> < span class =secno > 3.6.5. </ span >
285- Style-rule mode</ a >
284+ < li > < a href ="#selector- mode "> < span class =secno > 3.6.5. </ span > Selector
285+ mode</ a >
286286
287287 < li > < a href ="#declaration-mode "> < span class =secno > 3.6.6. </ span >
288288 Declaration mode</ a >
@@ -2201,7 +2201,7 @@ <h4 id=top-level-mode-><span class=secno>3.6.2. </span> <dfn
22012201
22022202 < dd > < i > Create a style rule</ i > and push it onto the < a
22032203 href ="#stack-of-open-rules "> < i > stack of open rules</ i > </ a > . Switch to the
2204- < a href ="#style-rule- mode0 "> < i > style-rule mode</ i > </ a > . Reprocess the < a
2204+ < a href ="#selector- mode0 "> < i > selector mode</ i > </ a > . Reprocess the < a
22052205 href ="#current-input-token "> < i > current input token</ i > </ a > .
22062206 </ dl >
22072207
@@ -2286,12 +2286,12 @@ <h4 id=rule-mode><span class=secno>3.6.4. </span> <dfn id=rule-mode0>Rule
22862286
22872287 < dd > Create a style rule and push it onto the < a
22882288 href ="#stack-of-open-rules "> < i > stack of open rules</ i > </ a > . Switch to the
2289- < a href ="#style-rule- mode0 "> < i > style-rule mode</ i > </ a > . Reprocess the < a
2289+ < a href ="#selector- mode0 "> < i > selector mode</ i > </ a > . Reprocess the < a
22902290 href ="#current-input-token "> < i > current input token</ i > </ a > .
22912291 </ dl >
22922292
2293- < h4 id =style-rule -mode> < span class =secno > 3.6.5. </ span > < dfn
2294- id =style-rule- mode0> Style-rule mode</ dfn > </ h4 >
2293+ < h4 id =selector -mode> < span class =secno > 3.6.5. </ span > < dfn
2294+ id =selector- mode0> Selector mode</ dfn > </ h4 >
22952295
22962296 < p > Consume the < a href ="#next-input-token "> < i > next input token</ i > </ a > .
22972297
@@ -3154,6 +3154,9 @@ <h2 class=no-num id=index> Index</h2>
31543154 < li > Sci-notation state, < a href ="#sci-notation-state0 "
31553155 title ="Sci-notation state "> < strong > 3.4.18.</ strong > </ a >
31563156
3157+ < li > Selector mode, < a href ="#selector-mode0 "
3158+ title ="Selector mode "> < strong > 3.6.5.</ strong > </ a >
3159+
31573160 < li > Set the unicode-range token's range, < a
31583161 href ="#set-the-unicode-range-tokens-range0 "
31593162 title ="Set the unicode-range token's range "> < strong > 3.4.27.</ strong > </ a >
@@ -3167,9 +3170,6 @@ <h2 class=no-num id=index> Index</h2>
31673170 < li > start of the range, < a href ="#start-of-the-range "
31683171 title ="start of the range "> < strong > 3.4.27.</ strong > </ a >
31693172
3170- < li > Style-rule mode, < a href ="#style-rule-mode0 "
3171- title ="Style-rule mode "> < strong > 3.6.5.</ strong > </ a >
3172-
31733173 < li > style sheet
31743174 < ul >
31753175 < li > as conformance class, < a href ="#style-sheet "
0 commit comments