Skip to content

Commit 33a023d

Browse files
upsuperzcorpan
authored andcommitted
[cssom] Make MediaList.item return serialization.
Fixes #600.
1 parent d19e55e commit 33a023d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cssom/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,10 @@ Setting the {{MediaList/mediaText}} attribute must run these steps:
478478
value to the <a>collection of media queries</a>.
479479
</ol>
480480

481-
The <dfn method for=MediaList>item(<var>index</var>)</dfn> method must return the media query in the <a>collection of media
482-
queries</a> given by <var>index</var>, or null, if <var>index</var> is greater than or equal to the number of media queries in the
483-
<a>collection of media queries</a>.
481+
The <dfn method for=MediaList>item(<var>index</var>)</dfn> method must return a
482+
<a lt="serialize a media query">serialization</a> of the media query in the <a>collection of media queries</a>
483+
given by <var>index</var>, or null, if <var>index</var> is greater than or equal to the number of media queries
484+
in the <a>collection of media queries</a>.
484485

485486
The <dfn attribute for=MediaList>length</dfn> attribute must return the number of media queries in the <a>collection of media
486487
queries</a>.

0 commit comments

Comments
 (0)