Skip to content

Commit ff98291

Browse files
committed
Use <spacing-limit> as a better example of a non-terminal.
1 parent e0a1978 commit ff98291

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-values/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
321321
href="#length-value"><code>&lt;length&gt;</code></a> being the most widely
322322
used) that can be used by many properties are described in this
323323
specification, while more specific data types (e.g.,
324-
<code>&lt;'border-width'&gt;</code>) are described in the corresponding
324+
<code>&lt;spacing-limit&gt;</code>) are described in the corresponding
325325
modules. </code>
326326

327327
<h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
@@ -362,8 +362,8 @@ <h3 id=component-types><span class=secno>2.1. </span> Component value types</h3>
362362
<li>non-terminals that do not share the same name as a property. In this
363363
case, the non-terminal name appears between &lsquo;<code
364364
class=css>&lt;</code>&rsquo; and &lsquo;<code
365-
class=css>&gt;</code>&rsquo;, as in <code>&lt;spacing&gt;</code>. Notice
366-
the distinction between <code>&lt;border-width&gt;</code> and
365+
class=css>&gt;</code>&rsquo;, as in <code>&lt;spacing-limit&gt;</code>.
366+
Notice the distinction between <code>&lt;border-width&gt;</code> and
367367
<code>&lt;'border-width'&gt;</code>: the latter is defined as the value
368368
of the &lsquo;<code class=property>border-width</code>&rsquo; property,
369369
the former requires an explicit expansion elsewhere. The definition of a

css3-values/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>Introduction</h2>
9090
they can be combined.
9191
Generic data types (<code>&lt;length&gt;</code> being the most widely used)
9292
that can be used by many properties are described in this specification,
93-
while more specific data types (e.g., <code>&lt;'border-width'&gt;</code>)
93+
while more specific data types (e.g., <code>&lt;spacing-limit&gt;</code>)
9494
are described in the corresponding modules.
9595

9696
<h3 id="placement">
@@ -129,7 +129,7 @@ <h3 id="component-types">
129129

130130
<li>non-terminals that do not share the same name as a property. In this
131131
case, the non-terminal name appears between ''&lt;'' and ''&gt;'', as in
132-
<code>&lt;spacing&gt;</code>. Notice the distinction between
132+
<code>&lt;spacing-limit&gt;</code>. Notice the distinction between
133133
<code>&lt;border-width&gt;</code> and <code>&lt;'border-width'&gt;</code>:
134134
the latter is defined as the value of the 'border-width' property,
135135
the former requires an explicit expansion elsewhere.

0 commit comments

Comments
 (0)