Skip to content

Commit dbaf54b

Browse files
committed
[css-variables] typo
--HG-- extra : rebase_source : 5846214e2ab2c7fd80e99c545d3ec2171d544acb
1 parent 7c4ceac commit dbaf54b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css-variables/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
137137
</ul>
138138

139139
<li><a href="#defining-variables"><span class=secno>2. </span> Defining
140-
Variables With custom Properties</a>
140+
Variables With Custom Properties</a>
141141

142142
<li><a href="#using-variables"><span class=secno>3. </span> Using
143143
Variables</a>
@@ -246,7 +246,7 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
246246
&lt;color&gt; value type as used in this specification.
247247

248248
<h2 id=defining-variables><span class=secno>2. </span> Defining Variables
249-
With custom Properties</h2>
249+
With Custom Properties</h2>
250250

251251
<p> This specification defines an open-ended set of properties called <a
252252
href="#custom-property"><i>custom properties</i></a>, which are used to
@@ -324,7 +324,7 @@ <h2 id=defining-variables><span class=secno>2. </span> Defining Variables
324324
the property name as well. This would require a minor change in the Core
325325
Grammar.
326326

327-
<p> <a href="#custom-property"><i>custom properties</i></a> are defined to
327+
<p> <a href="#custom-property"><i>Custom properties</i></a> are defined to
328328
be valid but meaningless as they are meant solely for allowing authors to
329329
pass custom data around their page, similar to the <a
330330
href="http://www.w3.org/TR/html5/global-attributes.html#embedding-custom-non-visible-data-with-the-data-attributes">custom
@@ -389,7 +389,7 @@ <h2 id=defining-variables><span class=secno>2. </span> Defining Variables
389389
&lt;/div></pre>
390390
</div>
391391

392-
<p> <a href="#custom-property"><i>custom properties</i></a> may use
392+
<p> <a href="#custom-property"><i>Custom properties</i></a> may use
393393
variables in their own values to build up composite variables. This can
394394
create cyclic dependencies where two or more <a
395395
href="#custom-property"><i>custom properties</i></a> each attempt to use
@@ -706,7 +706,7 @@ <h3 id=using-invalid-variables><span class=secno>3.4. </span> Using Invalid
706706

707707
<h2 id=cssom><span class=secno>4. </span> CSSOM</h2>
708708

709-
<p> <a href="#custom-property"><i>custom properties</i></a> are ordinary
709+
<p> <a href="#custom-property"><i>Custom properties</i></a> are ordinary
710710
properties, and can be read or modified using all of the existing CSSOM
711711
APIs for reading or modifying properties.
712712

css-variables/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3 id="values">
114114
expands the definition of the &lt;color&gt; value type as used in this specification.
115115

116116
<h2 id="defining-variables">
117-
Defining Variables With custom Properties</h2>
117+
Defining Variables With Custom Properties</h2>
118118

119119
<p>
120120
This specification defines an open-ended set of properties called <i>custom properties</i>,
@@ -182,7 +182,7 @@ <h2 id="defining-variables">
182182
This would require a minor change in the Core Grammar.
183183

184184
<p>
185-
<i>custom properties</i> are defined to be valid but meaningless
185+
<i>Custom properties</i> are defined to be valid but meaningless
186186
as they are meant solely for allowing authors to pass custom data around their page,
187187
similar to the <a href="http://www.w3.org/TR/html5/global-attributes.html#embedding-custom-non-visible-data-with-the-data-attributes">custom data attributes</a> in HTML.
188188
Other specifications and user agents must not assign a particular meaning to <i>custom properties</i>
@@ -249,7 +249,7 @@ <h2 id="defining-variables">
249249
</div>
250250

251251
<p>
252-
<i>custom properties</i> may use variables in their own values to build up composite variables.
252+
<i>Custom properties</i> may use variables in their own values to build up composite variables.
253253
This can create cyclic dependencies
254254
where two or more <i>custom properties</i> each attempt to use the variable that the other defines;
255255
doing so makes all the <i>custom properties</i> involved in the cycle
@@ -588,7 +588,7 @@ <h2 id='cssom'>
588588
CSSOM</h2>
589589

590590
<p>
591-
<i>custom properties</i> are ordinary properties,
591+
<i>Custom properties</i> are ordinary properties,
592592
and can be read or modified using all of the existing CSSOM APIs for reading or modifying properties.
593593

594594
<p>

0 commit comments

Comments
 (0)