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
<p>The <dfnid="dom-cssstyledeclaration-attribute" title="dom-CSSStyleDeclaration-attribute"><code><vartitle="">attribute</var></code></dfn> attribute, on getting, must return the result of invoking
2277
-
<codetitle="dom-CSSStyleDeclaration-getPropertyValue"><ahref="#dom-cssstyledeclaration-getpropertyvalue">getPropertyValue()</a></code> with as
2278
-
argument the result of running the <ahref="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
2277
+
<codetitle="dom-CSSStyleDeclaration-getPropertyValue"><ahref="#dom-cssstyledeclaration-getpropertyvalue">getPropertyValue()</a></code> with the
2278
+
argument being the result of running the <ahref="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
2279
2279
algorithm for <var>attribute</var>.</p>
2280
2280
2281
2281
<p>Setting the <codetitle="dom-CSSStyleDeclaration-attribute"><ahref="#dom-cssstyledeclaration-attribute"><var>attribute</var></a></code> attribute must invoke
2282
-
<codetitle="dom-CSSStyleDeclaration-setProperty"><ahref="#dom-cssstyledeclaration-setproperty">setProperty()</a></code> with as
2283
-
first argument the result of running the <ahref="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
2282
+
<codetitle="dom-CSSStyleDeclaration-setProperty"><ahref="#dom-cssstyledeclaration-setproperty">setProperty()</a></code> with the
2283
+
first argument being the result of running the <ahref="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
2284
2284
algorithm for <var>attribute</var>, as second argument the given value, and no third argument. Any
<p>The <dfntitle=dom-CSSStyleDeclaration-attribute><code><vartitle>attribute</var></code></dfn> attribute, on getting, must return the result of invoking
2208
-
<codetitle=dom-CSSStyleDeclaration-getPropertyValue>getPropertyValue()</code> with as
2209
-
argument the result of running the <span>IDL attribute to CSS property</span>
2208
+
<codetitle=dom-CSSStyleDeclaration-getPropertyValue>getPropertyValue()</code> with the
2209
+
argument being the result of running the <span>IDL attribute to CSS property</span>
2210
2210
algorithm for <var>attribute</var>.</p>
2211
2211
2212
2212
<p>Setting the <codetitle=dom-CSSStyleDeclaration-attribute><var>attribute</var></code> attribute must invoke
2213
-
<codetitle=dom-CSSStyleDeclaration-setProperty>setProperty()</code> with as
2214
-
first argument the result of running the <span>IDL attribute to CSS property</span>
2213
+
<codetitle=dom-CSSStyleDeclaration-setProperty>setProperty()</code> with the
2214
+
first argument being the result of running the <span>IDL attribute to CSS property</span>
2215
2215
algorithm for <var>attribute</var>, as second argument the given value, and no third argument. Any
0 commit comments