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: cssom-1/Overview.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2482,7 +2482,7 @@ The <dfn attribute for=CSSStyleDeclaration>length</dfn> attribute must return th
2482
2482
declarations</a> in the <a for="CSSStyleDeclaration">declarations</a>.
2483
2483
2484
2484
The <dfn method for=CSSStyleDeclaration>item(<var>index</var>)</dfn> method must return the
2485
-
<a for="CSS declaration">property name</a> of the <a>CSS declaration</a> at position <var>index</var>.
2485
+
<a for="CSS declaration">property name</a> of the <a>CSS declaration</a> at position <var>index</var>. If there is no <var>index</var>th object in the collection, then the method must return the empty string.
2486
2486
2487
2487
The <dfn method for=CSSStyleDeclaration>getPropertyValue(<var>property</var>)</dfn> method must run these steps:
0 commit comments