Skip to content

Commit 9707336

Browse files
author
Simon Pieters
committed
[cssom] mediaText shouldn't sort. https://www.w3.org/Bugs/Public/show_bug.cgi?id=17526
1 parent abec21b commit 9707336

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

cssom/Overview.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h1>CSS Object Model (CSSOM)</h1>
1717

1818

19-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 June 2013</h2>
19+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 27 June 2013</h2>
2020

2121
<dl>
2222

@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
9090
can be found in the
9191
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
9292

93-
<p class="dontpublish">This is the 26 June 2013 Editor's Draft of CSSOM. Please send comments to
93+
<p class="dontpublish">This is the 27 June 2013 Editor's Draft of CSSOM. Please send comments to
9494
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
9595
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
9696
with <samp>[cssom]</samp> at the start of the subject line.
@@ -408,11 +408,8 @@ <h3 id="serializing-media-queries"><span class="secno">4.2 </span>Serializing Me
408408
<li><p>If the media query list is empty return the empty string and
409409
terminate these steps.</li>
410410

411-
<li><p><a href="#serialize-a-media-query" title="serialize a media query">Serialize</a> each
412-
media query in the list of media queries, sort them in lexicographical
413-
order, and then
414-
<a href="#serialize-a-comma-separated-list" title="serialize a comma-separated list">serialize</a> the
415-
list.</li>
411+
<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
412+
media queries, and then <a href="#serialize-a-comma-separated-list" title="serialize a comma-separated list">serialize</a> the list.</li>
416413
</ol>
417414

418415
<p>To

cssom/Overview.src.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,8 @@ <h3>Serializing Media Queries</h3>
329329
<li><p>If the media query list is empty return the empty string and
330330
terminate these steps.</p></li>
331331

332-
<li><p><span title="serialize a media query">Serialize</span> each
333-
media query in the list of media queries, sort them in lexicographical
334-
order, and then
335-
<span title="serialize a comma-separated list">serialize</span> the
336-
list.</p></li>
332+
<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
333+
media queries, and then <span title="serialize a comma-separated list">serialize</span> the list.</p></li>
337334
</ol>
338335

339336
<p>To

0 commit comments

Comments
 (0)