File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ <h3 id="the-medialist-interface"><span class="secno">4.4 </span>The <code title=
590590
591591< pre class ="idl "> [< a href ="#dom-medialist " title ="dom-MediaList "> Constructor</ a > (DOMString text)]
592592interface < dfn id ="medialist "> MediaList</ dfn > {
593- stringifier attribute DOMString < a href ="#dom-medialist-mediatext " title ="dom-MediaList-mediaText "> mediaText</ a > ;
593+ [TreatNullAs=EmptyString] stringifier attribute DOMString < a href ="#dom-medialist-mediatext " title ="dom-MediaList-mediaText "> mediaText</ a > ;
594594 readonly attribute unsigned long < a href ="#dom-medialist-length " title ="dom-MediaList-length "> length</ a > ;
595595 getter DOMString < a href ="#dom-medialist-item " title ="dom-MediaList-item "> item</ a > (unsigned long index);
596596 void < a href ="#dom-medialist-appendmedium " title ="dom-MediaList-appendMedium "> appendMedium</ a > (DOMString medium);
Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ <h3>The <code title>MediaList</code> Interface</h3>
513513
514514< pre class =idl > [< span title =dom-MediaList > Constructor</ span > (DOMString text)]
515515interface < dfn > MediaList</ dfn > {
516- stringifier attribute DOMString < span title =dom-MediaList-mediaText > mediaText</ span > ;
516+ [TreatNullAs=EmptyString] stringifier attribute DOMString < span title =dom-MediaList-mediaText > mediaText</ span > ;
517517 readonly attribute unsigned long < span title =dom-MediaList-length > length</ span > ;
518518 getter DOMString < span title =dom-MediaList-item > item</ span > (unsigned long index);
519519 void < span title =dom-MediaList-appendMedium > appendMedium</ span > (DOMString medium);
You can’t perform that action at this time.
0 commit comments