File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 don’ t exist directly on "style" */
850+ /* Custom properties don' t exist directly on "style" */
851851
852852print(el.style.varfoo);
853853/* Not even if the casing matches. */
Original file line number Diff line number Diff 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 > '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 > ,
You can’t perform that action at this time.
0 commit comments