Skip to content

Commit 93ab489

Browse files
committed
[css-variables] typo
1 parent 7ee9894 commit 93ab489

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-variables/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ <h3 id=the-cssvariablesdeclaration-interface><span class=secno>4.2. </span>
802802
removed.
803803

804804
<p> Before running any of the algorithms in this section, prepend "var-" to
805-
<var>varName</var><code class=css>s value. </code>
805+
<var>varName's</var> value.
806806

807807
<p> When asked to <dfn id=cssvariablesdeclaration-getter title=getter>get
808808
the value of a variable</dfn>, if <var>varName</var> is in the <a
@@ -847,7 +847,7 @@ <h3 id=the-cssvariablesdeclaration-interface><span class=secno>4.2. </span>
847847
<p> On the other hand, the following do not:
848848

849849
<pre>print(el.style.varFoo);
850-
/* Custom properties dont exist directly on "style" */
850+
/* Custom properties don't exist directly on "style" */
851851

852852
print(el.style.varfoo);
853853
/* Not even if the casing matches. */

css-variables/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ <h3 id='the-cssvariablesdeclaration-interface'>
587587
with the "var-" prefix removed.
588588

589589
Before running any of the algorithms in this section,
590-
prepend "var-" to <var>varName</var>&apos;s value.
590+
prepend "var-" to <var>varName's</var> value.
591591

592592
When asked to <dfn id='cssvariablesdeclaration-getter' title='getter'>get the value of a variable</dfn>,
593593
if <var>varName</var> is in the <i>CSS declaration block declarations</i>,

0 commit comments

Comments
 (0)