Skip to content

Commit dabbe0c

Browse files
committed
Renamed 'style-rule mode' to 'selector mode'.
--HG-- extra : rebase_source : 40cf856c155c9daba3489c38212df3415204d8b8
1 parent ea7c37b commit dabbe0c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css3-syntax/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

css3-syntax/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ <h4>
22232223
<dd>
22242224
<i>Create a style rule</i>
22252225
and push it onto the <i>stack of open rules</i>.
2226-
Switch to the <i>style-rule mode</i>.
2226+
Switch to the <i>selector mode</i>.
22272227
Reprocess the <i>current input token</i>.
22282228
</dl>
22292229

@@ -2304,14 +2304,14 @@ <h4>
23042304
<dd>
23052305
Create a style rule
23062306
and push it onto the <i>stack of open rules</i>.
2307-
Switch to the <i>style-rule mode</i>.
2307+
Switch to the <i>selector mode</i>.
23082308
Reprocess the <i>current input token</i>.
23092309

23102310
</dl>
23112311

23122312

23132313
<h4>
2314-
<dfn>Style-rule mode</dfn></h4>
2314+
<dfn>Selector mode</dfn></h4>
23152315

23162316
<p>
23172317
Consume the <i>next input token</i>.

0 commit comments

Comments
 (0)