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
Copy file name to clipboardExpand all lines: mediaqueries-4/Overview.bs
+124Lines changed: 124 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Abstract:
21
21
Abstract: Media Queries Level 4 describes the mechanism and syntax of media queries, media types, and media features. It extends and supersedes the features defined in Media Queries Level 3.
Link Defaults: css-break-3 (property) break-inside
24
+
WPT Path Prefix: css/mediaqueries/
25
+
WPT Display: open
24
26
Can I Use URL: https://drafts.csswg.org/mediaqueries-4/
25
27
Can I Use URL: http://drafts.csswg.org/mediaqueries-4/
26
28
Can I Use URL: https://drafts.csswg.org/mediaqueries/
@@ -144,6 +146,14 @@ Units</h3>
144
146
defined by the user agent or the user's preferences,
145
147
not any styling on the page.</span>
146
148
149
+
<wpt>
150
+
relative-units-001.html
151
+
relative-units-002.html
152
+
relative-units-003.html
153
+
relative-units-004.html
154
+
relative-units-005.html
155
+
</wpt>
156
+
147
157
<!--
148
158
██ ██ ███████
149
159
███ ███ ██ ██
@@ -218,6 +228,29 @@ Media Queries</h2>
218
228
219
229
Unless another feature explicitly specifies that it affects the resolution of Media Queries, it is never necessary to apply a style sheet in order to evaluate expressions.
220
230
231
+
<wpt>
232
+
media-queries-001.xht
233
+
media-queries-002.xht
234
+
media-queries-003.xht
235
+
mq-calc-001.html
236
+
mq-calc-002.html
237
+
mq-calc-003.html
238
+
mq-calc-004.html
239
+
mq-calc-005.html
240
+
mq-calc-006.html
241
+
mq-calc-007.html
242
+
mq-calc-008.html
243
+
mq-calc-resolution.html
244
+
mq-calc-sign-function-001.html
245
+
mq-calc-sign-function-002.html
246
+
mq-calc-sign-function-003.html
247
+
mq-calc-sign-function-004.html
248
+
mq-calc-sign-function-005.html
249
+
mq-calc-sign-function-006.html
250
+
mq-dynamic-empty-children.html
251
+
test_media_queries.html
252
+
</wpt>
253
+
221
254
<h3 id='mq-list'>
222
255
Combining Media Queries</h3>
223
256
@@ -383,6 +416,10 @@ Media Types</h3>
383
416
Note: It is expected that all of the media types will also be deprecated in time,
384
417
as appropriate <a>media features</a> are defined which capture their important differences.
0 commit comments