[cssom] mediaText shouldn't sort. https://www.w3.org/Bugs/Public/show_bug.cgi?id=17526

Thu, 27 Jun 2013 15:06:09 +0200

author
Simon Pieters <simonp@opera.com>
date
Thu, 27 Jun 2013 15:06:09 +0200
changeset 8581
57b1d11cc6e9
parent 8580
aaae3709290f
child 8582
1763fc3f3d51

[cssom] mediaText shouldn't sort. https://www.w3.org/Bugs/Public/show_bug.cgi?id=17526

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Thu Jun 27 12:10:55 2013 +0200
     1.2 +++ b/cssom/Overview.html	Thu Jun 27 15:06:09 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 26 June 2013</h2>
     1.8 + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 27 June 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 26 June 2013 Editor's Draft of CSSOM. Please send comments to
    1.17 +<p class="dontpublish">This is the 27 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 @@ -408,11 +408,8 @@
    1.22   <li><p>If the media query list is empty return the empty string and
    1.23   terminate these steps.</li>
    1.24  
    1.25 - <li><p><a href="#serialize-a-media-query" title="serialize a media query">Serialize</a> each
    1.26 - media query in the list of media queries, sort them in lexicographical
    1.27 - order, and then
    1.28 - <a href="#serialize-a-comma-separated-list" title="serialize a comma-separated list">serialize</a> the
    1.29 - list.</li>
    1.30 + <li><p><a href="#serialize-a-media-query" title="serialize a media query">Serialize</a> each media query in the list of media queries, in the same order as they appear in the list of
    1.31 + media queries, and then <a href="#serialize-a-comma-separated-list" title="serialize a comma-separated list">serialize</a> the list.</li>
    1.32  </ol>
    1.33  
    1.34  <p>To
     2.1 --- a/cssom/Overview.src.html	Thu Jun 27 12:10:55 2013 +0200
     2.2 +++ b/cssom/Overview.src.html	Thu Jun 27 15:06:09 2013 +0200
     2.3 @@ -329,11 +329,8 @@
     2.4   <li><p>If the media query list is empty return the empty string and
     2.5   terminate these steps.</p></li>
     2.6  
     2.7 - <li><p><span title="serialize a media query">Serialize</span> each
     2.8 - media query in the list of media queries, sort them in lexicographical
     2.9 - order, and then
    2.10 - <span title="serialize a comma-separated list">serialize</span> the
    2.11 - list.</p></li>
    2.12 + <li><p><span title="serialize a media query">Serialize</span> each media query in the list of media queries, in the same order as they appear in the list of
    2.13 + media queries, and then <span title="serialize a comma-separated list">serialize</span> the list.</p></li>
    2.14  </ol>
    2.15  
    2.16  <p>To

mercurial