@@ -3350,16 +3350,32 @@ Changes</h2>
33503350oldids="video-width, descdef-media-video-width, video-height, descdef-media-video-height, video-resolution, descdef-media-video-resolution">
33513351Changes Since the 2020-07-31 Working Draft</h3>
33523352
3353- The following additions were made to this module since the
3353+ In addition to editorial changes and minor clarifications,
3354+ the following changes and additions were made to this module since the
33543355<a href="https://www.w3.org/TR/2020/WD-mediaqueries-5-20200731/">2020-07-31 Working Draft</a> :
33553356
33563357 * Adopted 'display-mode' from [[APPMANIFEST]] .
3358+ (See <a href="https://github.com/w3c/csswg-drafts/issues/6343">Issue 6343</a> )
33573359 * Dropped the media features what were meant to query about the geometry of the video plane
33583360 in <a href="#video-prefixed-features">bi-plane implementations</a> :
33593361 <code> video-width</code> ,
33603362 <code> video-height</code> ,
33613363 and <code> video-resolution</code> .
33623364 (See <a href="https://github.com/w3c/csswg-drafts/issues/5044">Issue 5044</a> )
3365+ * Renamed 'prefers-contrast' values <code> high</code> and <code> low</code>
3366+ to ''prefers-contrast/more'' and ''prefers-contrast'' less.
3367+ (See <a href="https://github.com/w3c/csswg-drafts/issues/2942">Issue 2943</a> )
3368+ * Rework the interaction between 'prefers-contrast' and 'forced-colors' ,
3369+ retiring <code> prefers-contrast: forced</code> and introducing ''prefers-contrast/custom'' .
3370+ (See <a href="https://github.com/w3c/csswg-drafts/issues/5433">Issue 5433</a> )
3371+ and <a href="https://github.com/w3c/csswg-drafts/issues/6036">Issue 6036</a> )
3372+ * Added the 'viewport-segment' media feature.
3373+ (See <a href="https://github.com/w3c/csswg-drafts/issues/6234">Issue 6234</a> )
3374+ * Added the 'nav-controls' media feature.
3375+ (See <a href="https://github.com/w3c/csswg-drafts/issues/6234">Issue 6234</a> )
3376+ * Make it possible for multiple values of 'dynamic-range' to match at the same time.
3377+ (See <a href="https://github.com/w3c/csswg-drafts/issues/6793">Issue 6793</a> )
3378+
33633379
33643380<h3 id="changes-since-2020-07-15">
33653381Changes Since the 2020-07-15 Working Draft</h3>
0 commit comments