You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
408
408
<li><p>If the media query list is empty return the empty string and
409
409
terminate these steps.</li>
410
410
411
-
<li><p><ahref="#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
-
<ahref="#serialize-a-comma-separated-list" title="serialize a comma-separated list">serialize</a> the
415
-
list.</li>
411
+
<li><p><ahref="#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 <ahref="#serialize-a-comma-separated-list" title="serialize a comma-separated list">serialize</a> the list.</li>
Copy file name to clipboardExpand all lines: cssom/Overview.src.html
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -329,11 +329,8 @@ <h3>Serializing Media Queries</h3>
329
329
<li><p>If the media query list is empty return the empty string and
330
330
terminate these steps.</p></li>
331
331
332
-
<li><p><spantitle="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
-
<spantitle="serialize a comma-separated list">serialize</span> the
336
-
list.</p></li>
332
+
<li><p><spantitle="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 <spantitle="serialize a comma-separated list">serialize</span> the list.</p></li>
0 commit comments