File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
485486The <dfn attribute for=MediaList>length</dfn> attribute must return the number of media queries in the <a>collection of media
486487queries</a> .
You can’t perform that action at this time.
0 commit comments