@@ -8,7 +8,7 @@ Status Text: There is currently no preliminary interoperability or implementatio
88Work Status : refining
99ED : https://drafts.csswg.org/mediaqueries-4/
1010TR : 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 /
1212Editor : Florian Rivoal, Invited Expert, https://florian.rivoal.net, w3cid 43241
1313Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1414Former 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