You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-variables/Overview.src.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ <h3 id="values">
114
114
expands the definition of the <color> value type as used in this specification.
115
115
116
116
<h2id="defining-variables">
117
-
Defining Variables With custom Properties</h2>
117
+
Defining Variables With Custom Properties</h2>
118
118
119
119
<p>
120
120
This specification defines an open-ended set of properties called <i>custom properties</i>,
@@ -182,7 +182,7 @@ <h2 id="defining-variables">
182
182
This would require a minor change in the Core Grammar.
183
183
184
184
<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
186
186
as they are meant solely for allowing authors to pass custom data around their page,
187
187
similar to the <ahref="http://www.w3.org/TR/html5/global-attributes.html#embedding-custom-non-visible-data-with-the-data-attributes">custom data attributes</a> in HTML.
188
188
Other specifications and user agents must not assign a particular meaning to <i>custom properties</i>
@@ -249,7 +249,7 @@ <h2 id="defining-variables">
249
249
</div>
250
250
251
251
<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.
253
253
This can create cyclic dependencies
254
254
where two or more <i>custom properties</i> each attempt to use the variable that the other defines;
255
255
doing so makes all the <i>custom properties</i> involved in the cycle
@@ -588,7 +588,7 @@ <h2 id='cssom'>
588
588
CSSOM</h2>
589
589
590
590
<p>
591
-
<i>custom properties</i> are ordinary properties,
591
+
<i>Custom properties</i> are ordinary properties,
592
592
and can be read or modified using all of the existing CSSOM APIs for reading or modifying properties.
0 commit comments