Skip to content

Commit c7bef3b

Browse files
committed
[mediaqueries-4] minor fixes for publication
1 parent 4eea95f commit c7bef3b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

mediaqueries-4/Overview.bs

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Status Text: There is currently no preliminary interoperability or implementatio
88
Work Status: refining
99
ED: https://drafts.csswg.org/mediaqueries-4/
1010
TR: https://www.w3.org/TR/mediaqueries-4/
11-
Previous Version: https://www.w3.org/TR/2017/CR-mediaqueries-4-20170905/
11+
Previous Version: https://www.w3.org/TR/2020/CR-mediaqueries-4-20200721/
1212
Editor: Florian Rivoal, Invited Expert, https://florian.rivoal.net, w3cid 43241
1313
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1414
Former Editor: Håkon Wium Lie, Opera, howcome@opera.com
@@ -62,10 +62,6 @@ spec:css-conditional-3; type:at-rule; text:@media
6262
"href": "https://www.itu.int/rec/R-REC-BT.2020/en",
6363
"title": "Parameter values for ultra-high definition television systems for production and international programme exchange",
6464
"date": "October 2015"
65-
},
66-
"COLORIMETRY": {
67-
"title": "Colorimetry, Third Edition. CIE 15:2004. ISBN 978-3-901906-33-6",
68-
"href": "http://www.cie.co.at/publ/abst/15-2004.html"
6965
}
7066
}
7167
</pre>
@@ -105,7 +101,7 @@ Introduction</h2>
105101
<pre>@import "print-styles.css" print;</pre>
106102
</div>
107103

108-
<a>Media queries</a> can be used with HTML, XHTML, XML [[XMLSTYLE]] and the @import and @media rules of CSS.
104+
<a>Media queries</a> can be used with HTML, XHTML, XML [[xml-stylesheet]] and the @import and @media rules of CSS.
109105

110106
<div class="example">
111107
Here is the same example written in HTML, XHTML, XML, @import and @media:
@@ -124,9 +120,6 @@ Introduction</h2>
124120

125121
@media screen and (color), projection and (color) { … }
126122
</pre>
127-
128-
Note: The [[XMLSTYLE]] specification has not yet been updated to
129-
use media queries in the <code>media</code> pseudo-attribute.
130123
</div>
131124

132125
<h3 id="placement">

0 commit comments

Comments
 (0)