[cssom] Remove constructor for MediaList. http://lists.w3.org/Archives/Public/www-style/2013Jun/0504.html

Tue, 25 Jun 2013 08:39:30 +0200

author
Simon Pieters <simonp@opera.com>
date
Tue, 25 Jun 2013 08:39:30 +0200
changeset 8549
e76dc8c8b061
parent 8548
0532b1e2bf07
child 8550
bbdbf910286d

[cssom] Remove constructor for MediaList. http://lists.w3.org/Archives/Public/www-style/2013Jun/0504.html

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Mon Jun 24 18:46:01 2013 -0700
     1.2 +++ b/cssom/Overview.html	Tue Jun 25 08:39:30 2013 +0200
     1.3 @@ -28,7 +28,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 24 June 2013</h2>
     1.8 + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 25 June 2013</h2>
     1.9  
    1.10   <dl>
    1.11  
    1.12 @@ -102,7 +102,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 24 June 2013 Editor's Draft of CSSOM. Please send comments to
    1.17 +<p class="dontpublish">This is the 25 June 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,8 +582,7 @@
    1.22  
    1.23  <p>An object that implements the <code><a href="#medialist">MediaList</a></code> interface has an associated <dfn id="collection-of-media-queries">collection of media queries</dfn>.</p>
    1.24  
    1.25 -<pre class="idl">[<a href="#dom-medialist" title="dom-MediaList">Constructor</a>(DOMString text)]
    1.26 -interface <dfn id="medialist">MediaList</dfn> {
    1.27 +<pre class="idl">interface <dfn id="medialist">MediaList</dfn> {
    1.28    [TreatNullAs=EmptyString] stringifier attribute DOMString <a href="#dom-medialist-mediatext" title="dom-MediaList-mediaText">mediaText</a>;
    1.29    readonly attribute unsigned long <a href="#dom-medialist-length" title="dom-MediaList-length">length</a>;
    1.30    getter DOMString <a href="#dom-medialist-item" title="dom-MediaList-item">item</a>(unsigned long index);
    1.31 @@ -595,9 +594,6 @@
    1.32  in the <a href="#collection-of-media-queries">collection of media queries</a> represented by the collection. If there are no such media queries, then there are no
    1.33  <a class="external" data-anolis-spec="webidl" href="http://dev.w3.org/2006/webapi/WebIDL/#dfn-supported-property-indices">supported property indices</a>.
    1.34  
    1.35 -<p>When the <dfn id="dom-medialist" title="dom-MediaList"><code>MediaList(<var>text</var>)</code></dfn> constructor is invoked, the <a href="#create-a-medialist-object">create a <code>MediaList</code>
    1.36 -object</a> steps must be run with the string <var>text</var>.</p>
    1.37 -
    1.38  <p>To <dfn id="create-a-medialist-object">create a <code>MediaList</code> object</dfn> with a string <var>text</var>, run the following steps:
    1.39  <ol>
    1.40   <li><p>Create a new <code><a href="#medialist">MediaList</a></code> object.</li>
     2.1 --- a/cssom/Overview.src.html	Mon Jun 24 18:46:01 2013 -0700
     2.2 +++ b/cssom/Overview.src.html	Tue Jun 25 08:39:30 2013 +0200
     2.3 @@ -503,8 +503,7 @@
     2.4  
     2.5  <p>An object that implements the <code>MediaList</code> interface has an associated <dfn>collection of media queries</dfn>.</p>
     2.6  
     2.7 -<pre class=idl>[<span title=dom-MediaList>Constructor</span>(DOMString text)]
     2.8 -interface <dfn>MediaList</dfn> {
     2.9 +<pre class=idl>interface <dfn>MediaList</dfn> {
    2.10    [TreatNullAs=EmptyString] stringifier attribute DOMString <span title=dom-MediaList-mediaText>mediaText</span>;
    2.11    readonly attribute unsigned long <span title=dom-MediaList-length>length</span>;
    2.12    getter DOMString <span title=dom-MediaList-item>item</span>(unsigned long index);
    2.13 @@ -516,9 +515,6 @@
    2.14  in the <span>collection of media queries</span> represented by the collection. If there are no such media queries, then there are no
    2.15  <span data-anolis-spec=webidl>supported property indices</span>.
    2.16  
    2.17 -<p>When the <dfn title=dom-MediaList><code>MediaList(<var>text</var>)</code></dfn> constructor is invoked, the <span>create a <code>MediaList</code>
    2.18 -object</span> steps must be run with the string <var>text</var>.</p>
    2.19 -
    2.20  <p>To <dfn>create a <code>MediaList</code> object</dfn> with a string <var>text</var>, run the following steps:
    2.21  <ol>
    2.22   <li><p>Create a new <code>MediaList</code> object.</p></li>

mercurial