@@ -8,7 +8,7 @@ Status Text: There is currently no preliminary interoperability or implementatio
8
8
Work Status : refining
9
9
ED : https://drafts.csswg.org/mediaqueries-4/
10
10
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 /
12
12
Editor : Florian Rivoal, Invited Expert, https://florian.rivoal.net, w3cid 43241
13
13
Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
14
14
Former Editor : Håkon Wium Lie, Opera, howcome@opera.com
@@ -62,10 +62,6 @@ spec:css-conditional-3; type:at-rule; text:@media
62
62
"href": "https://www.itu.int/rec/R-REC-BT.2020/en",
63
63
"title": "Parameter values for ultra-high definition television systems for production and international programme exchange",
64
64
"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"
69
65
}
70
66
}
71
67
</pre>
@@ -105,7 +101,7 @@ Introduction</h2>
105
101
<pre> @import "print-styles.css" print;</pre>
106
102
</div>
107
103
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.
109
105
110
106
<div class="example">
111
107
Here is the same example written in HTML, XHTML, XML, @import and @media:
@@ -124,9 +120,6 @@ Introduction</h2>
124
120
125
121
@media screen and (color), projection and (color) { … }
126
122
</pre>
127
-
128
- Note: The [[XMLSTYLE]] specification has not yet been updated to
129
- use media queries in the <code> media</code> pseudo-attribute.
130
123
</div>
131
124
132
125
<h3 id="placement">
0 commit comments