Skip to content

Commit a7e4754

Browse files
committed
[selectors] Rename 'Format Syntax' to 'Grammar'.
1 parent ad45f9f commit a7e4754

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

selectors/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
469469
<li><a href="#specificity"><span class=secno>15. </span> Calculating a
470470
selector's specificity</a>
471471

472-
<li><a href="#formal-syntax"><span class=secno>16. </span> Formal
473-
Syntax</a>
472+
<li><a href="#grammar"><span class=secno>16. </span> Grammar</a>
474473

475474
<li><a href="#profiling"><span class=secno>17. </span> Profiles</a>
476475
<ul class=toc>
@@ -3931,7 +3930,8 @@ <h2 id=specificity><span class=secno>15. </span> Calculating a selector's
39313930
Style Attributes</a>. <a href="#CSSSTYLEATTR"
39323931
rel=biblioentry>[CSSSTYLEATTR]<!--{{CSSSTYLEATTR}}--></a>
39333932

3934-
<h2 id=formal-syntax><span class=secno>16. </span> Formal Syntax</h2>
3933+
<h2 id=grammar><span class=secno>16. </span><a id=formal-syntax></a>
3934+
Grammar</h2>
39353935

39363936
<p> The grammar below defines the syntax of Selectors. It is applied to a
39373937
stream of tokens, as returned by the tokenizer defined in <a

selectors/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,8 +2853,8 @@ <h2 id="specificity">
28532853
<p class="note"><strong>Note:</strong> The specificity of the styles
28542854
specified in an HTML <code>style</code> attribute <a href="http://www.w3.org/TR/css-style-attr/#interpret">is described in CSS Style Attributes</a>. [[CSSSTYLEATTR]]
28552855

2856-
<h2 id="formal-syntax">
2857-
Formal Syntax</h2>
2856+
<h2 id="grammar"><a id="formal-syntax"></a>
2857+
Grammar</h2>
28582858

28592859
<p>
28602860
The grammar below defines the syntax of Selectors.

0 commit comments

Comments
 (0)