|
46 | 46 | <body>
|
47 | 47 | <h1>CSS Media Queries Implementation Report</h1>
|
48 | 48 |
|
| 49 | +<h2 id=rec-2022-04-05>For the W3C Recommendation of 05 April 2022</h2> |
| 50 | + |
| 51 | +<p> |
| 52 | +The <a href="https://www.w3.org/TR/2022/REC-mediaqueries-3-20220405/">05 April 2022 Recommendation</a> |
| 53 | +only has editorial changes compared to the <a href="https://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/">19 June 2012 Recommendation</a>, |
| 54 | +and thus does not require distinct testing |
| 55 | +(see <a href="#rec-2012-06-19">below</a> for testing of the 2012 Recommendation). |
| 56 | + |
| 57 | +<p> |
| 58 | +However, it does include one <a href="https://www.w3.org/2021/Process-20211102/#proposed-corrections">proposed correction</a>, |
| 59 | +identified as <a href=https://www.w3.org/TR/2022/REC-mediaqueries-3-20220405/#c1>Proposed Correction 1</a> in the specification, |
| 60 | +signaling the intent to make a normative revision in a subsequent publication. |
| 61 | +This proposed change therefore needs testing, |
| 62 | +and <a href="https://github.com/web-platform-tests/wpt/commit/ea1821d4bd24ed1e859db03571cca8e783dbf957">tests for this change</a> have thus been added to <abbr title="Web Platform Tests">WPT</abbr>. |
| 63 | +Live results can be viewed at <a href="https://wpt.fyi/results/css/mediaqueries?q=mq-invalid-media-type">wpt.fyi</a>. |
| 64 | +A copy of these results, as of 07 April 2022 is provided here. |
| 65 | + |
| 66 | +<table id=results-2022-04-07> |
| 67 | + <thead> |
| 68 | + <tr> |
| 69 | + <th>Test Name</th> |
| 70 | + <th>Google Chrome 102 (Linux)</th> |
| 71 | + <th>Microsoft Edge 101 (Windows)</th> |
| 72 | + <th>Mozilla Firefox 101 (Linux)</th> |
| 73 | + <th>Apple Safari 142 preview (macOS)</th> |
| 74 | + </tr> |
| 75 | + </thead> |
| 76 | + <tbody> |
| 77 | + <tr> |
| 78 | + <td>mq-invalid-media-type-001.html</td> |
| 79 | + <td class="pass">Pass</td> |
| 80 | + <td class="pass">Pass</td> |
| 81 | + <td class="pass">Pass</td> |
| 82 | + <td class="pass">Pass</td> |
| 83 | + </tr> |
| 84 | + <tr> |
| 85 | + <td>mq-invalid-media-type-002.html</td> |
| 86 | + <td class="pass">Pass</td> |
| 87 | + <td class="pass">Pass</td> |
| 88 | + <td class="pass">Pass</td> |
| 89 | + <td class="pass">Pass</td> |
| 90 | + </tr> |
| 91 | + <tr> |
| 92 | + <td>mq-invalid-media-type-003.html</td> |
| 93 | + <td class="pass">Pass</td> |
| 94 | + <td class="pass">Pass</td> |
| 95 | + <td class="pass">Pass</td> |
| 96 | + <td class="pass">Pass</td> |
| 97 | + </tr> |
| 98 | + <tr> |
| 99 | + <td>mq-invalid-media-type-004.html</td> |
| 100 | + <td class="pass">Pass</td> |
| 101 | + <td class="pass">Pass</td> |
| 102 | + <td class="pass">Pass</td> |
| 103 | + <td class="fail">Fail</td> |
| 104 | + </tr> |
| 105 | + <tr> |
| 106 | + <td>mq-invalid-media-type-005.html</td> |
| 107 | + <td class="pass">Pass</td> |
| 108 | + <td class="pass">Pass</td> |
| 109 | + <td class="pass">Pass</td> |
| 110 | + <td class="fail">fail</td> |
| 111 | + </tr> |
| 112 | + </tbody> |
| 113 | +</table> |
| 114 | + |
| 115 | +<p> |
| 116 | +As can be see above, |
| 117 | +even though some tests failures remain in one engine, |
| 118 | +all these tests pass in at least two browser engines. |
| 119 | + |
| 120 | +<p class=note>Note: Google Chrome and Microsoft Edge share the same engine. |
| 121 | + |
49 | 122 | <h2 id=rec-2012-06-19>For the W3C Recommendation of 19 June 2012</h2>
|
50 | 123 |
|
51 | 124 | <p>This is a report on the <a href="http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/">2012-02-29</a>
|
|
0 commit comments