[cssom] MediaList.item should be nullable. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23452

Mon, 07 Oct 2013 23:13:15 +0200

author
Simon Pieters <simonp@opera.com>
date
Mon, 07 Oct 2013 23:13:15 +0200
changeset 9342
da2d91a99390
parent 9341
5dd76da5f064
child 9343
9330ec2cda7d

[cssom] MediaList.item should be nullable. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23452

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Mon Oct 07 13:31:02 2013 -0700
     1.2 +++ b/cssom/Overview.html	Mon Oct 07 23:13:15 2013 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4   <h1>CSS Object Model (CSSOM)</h1>
     1.5  
     1.6  
     1.7 - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 19 September 2013</h2>
     1.8 + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 7 October 2013</h2>
     1.9  
    1.10   <dl>
    1.11  
    1.12 @@ -90,7 +90,7 @@
    1.13  can be found in the
    1.14  <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
    1.15  
    1.16 -<p class="dontpublish">This is the 19 September 2013 Editor's Draft of CSSOM. Please send comments to
    1.17 +<p class="dontpublish">This is the 7 October 2013 Editor's Draft of CSSOM. Please send comments to
    1.18  <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
    1.19  (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
    1.20  with <samp>[cssom]</samp> at the start of the subject line.
    1.21 @@ -582,7 +582,7 @@
    1.22  interface <dfn id="medialist">MediaList</dfn> {
    1.23    [TreatNullAs=EmptyString] stringifier attribute DOMString <a href="#dom-medialist-mediatext" title="dom-MediaList-mediaText">mediaText</a>;
    1.24    readonly attribute unsigned long <a href="#dom-medialist-length" title="dom-MediaList-length">length</a>;
    1.25 -  getter DOMString <a href="#dom-medialist-item" title="dom-MediaList-item">item</a>(unsigned long index);
    1.26 +  getter DOMString? <a href="#dom-medialist-item" title="dom-MediaList-item">item</a>(unsigned long index);
    1.27    void <a href="#dom-medialist-appendmedium" title="dom-MediaList-appendMedium">appendMedium</a>(DOMString medium);
    1.28    void <a href="#dom-medialist-deletemedium" title="dom-MediaList-deleteMedium">deleteMedium</a>(DOMString medium);
    1.29  };</pre>
    1.30 @@ -3298,6 +3298,7 @@
    1.31  Lachlan Hunt,
    1.32  Mike Sherov,
    1.33  Morten Stenshorne,
    1.34 +Ms2ger,
    1.35  Øyvind Stenhaug,
    1.36  Peter Sloetjes,
    1.37  Philip Taylor,
     2.1 --- a/cssom/Overview.src.html	Mon Oct 07 13:31:02 2013 -0700
     2.2 +++ b/cssom/Overview.src.html	Mon Oct 07 23:13:15 2013 +0200
     2.3 @@ -502,7 +502,7 @@
     2.4  interface <dfn>MediaList</dfn> {
     2.5    [TreatNullAs=EmptyString] stringifier attribute DOMString <span title=dom-MediaList-mediaText>mediaText</span>;
     2.6    readonly attribute unsigned long <span title=dom-MediaList-length>length</span>;
     2.7 -  getter DOMString <span title=dom-MediaList-item>item</span>(unsigned long index);
     2.8 +  getter DOMString? <span title=dom-MediaList-item>item</span>(unsigned long index);
     2.9    void <span title=dom-MediaList-appendMedium>appendMedium</span>(DOMString medium);
    2.10    void <span title=dom-MediaList-deleteMedium>deleteMedium</span>(DOMString medium);
    2.11  };</pre>
    2.12 @@ -3170,6 +3170,7 @@
    2.13  Lachlan Hunt,
    2.14  Mike Sherov,
    2.15  Morten Stenshorne,
    2.16 +Ms2ger,
    2.17  Øyvind Stenhaug,
    2.18  Peter Sloetjes,
    2.19  Philip Taylor,

mercurial