@@ -3839,10 +3839,16 @@ the following changes and additions were made to this module since the
38393839
38403840* Moved 'display mode' definition back to [[APPMANIFEST]] ('@media/display-mode' media feature remains
38413841 here). (See <a href="https://github.com/w3c/csswg-drafts/issues/7306">Issue 7306</a> )
3842- * Establish a normative reference for [[Display-P3]]
3843- * Disallow use of ''layer'' as a media type, rather than merely treat it as an unknown one, for compatibility with [=cascade layers=] .
3844- * Clarify intent of '@media/prefers-reduced-motion'
3845- * Added further discussion of fingerprinting vectors
3842+ * Established a normative reference for [[Display-P3]]
3843+ * Disallowed use of ''layer'' as a media type, rather than merely treat it as an unknown one, for compatibility with [=cascade layers=] .
3844+ * Clarified intent of '@media/prefers-reduced-motion'
3845+ * Made embedded SVGs use the [=used color scheme=] of the embedding node for '@media/prefers-color-scheme' .
3846+ * Added further discussion of fingerprinting vectors.
3847+ * Removed the user agent style sheet rule for '@media/inverted-colors' to avoid problems related to semi-transparent images.
3848+ * Added ''@media/display-mode/picture-in-picture'' value to '@media/display-mode' media feature.
3849+ * Added Luke Warlow as an editor.
3850+ * Merged the Web Preferences API into this specification.
3851+ * Defined {{CSSCustomMediaRule}} interface.
38463852
38473853<h3 id="changes-since-2020-07-31"
38483854oldids="video-width, descdef-media-video-width, video-height, descdef-media-video-height, video-resolution, descdef-media-video-resolution">
@@ -3863,15 +3869,15 @@ the following changes and additions were made to this module since the
38633869 * Renamed '@media/prefers-contrast' values <code> high</code> and <code> low</code>
38643870 to ''prefers-contrast/more'' and ''prefers-contrast'' less.
38653871 (See <a href="https://github.com/w3c/csswg-drafts/issues/2942">Issue 2943</a> )
3866- * Rework the interaction between '@media/prefers-contrast' and '@media/forced-colors' ,
3872+ * Reworked the interaction between '@media/prefers-contrast' and '@media/forced-colors' ,
38673873 retiring <code> prefers-contrast: forced</code> and introducing ''prefers-contrast/custom'' .
38683874 (See <a href="https://github.com/w3c/csswg-drafts/issues/5433">Issue 5433</a> )
38693875 and <a href="https://github.com/w3c/csswg-drafts/issues/6036">Issue 6036</a> )
38703876 * Added the '@media/horizontal-viewport-segments' and '@media/vertical-viewport-segments' media feature.
38713877 (See <a href="https://github.com/w3c/csswg-drafts/issues/6234">Issue 6234</a> )
38723878 * Added the '@media/nav-controls' media feature.
38733879 (See <a href="https://github.com/w3c/csswg-drafts/issues/6234">Issue 6234</a> )
3874- * Make it possible for multiple values of '@media/dynamic-range' to match at the same time.
3880+ * Made it possible for multiple values of '@media/dynamic-range' to match at the same time.
38753881 (See <a href="https://github.com/w3c/csswg-drafts/issues/6793">Issue 6793</a> )
38763882
38773883
@@ -3889,7 +3895,7 @@ The following additions were made to this module since the
38893895 Added the ''prefers-contrast: forced'' value.
38903896
38913897 <li>
3892- Remove the <code> light-level</code> media feature
3898+ Removed the <code> light-level</code> media feature
38933899 as it is redundant with ''prefers-contrast'' and ''prefers-color-scheme'' ;
38943900 add examples of how these media features may be automatically inferred by the user agent
38953901 based on the same factors <code> light-level</code> was expected to respond to.
@@ -3934,7 +3940,7 @@ The following additions were made to this module since the
39343940
39353941<ul>
39363942 <li>
3937- Highlight some known issues inline in the document.
3943+ Highlighted some known issues inline in the document.
39383944</ul>
39393945
39403946<h3 id="changes-for-fpwd">
@@ -3945,7 +3951,7 @@ The following additions were made to create the First Public Working Draft of th
39453951
39463952<ul>
39473953 <li>
3948- Reinstate the <code> light-level</code> , '@media/inverted-colors' , and Custom Media Queries sections
3954+ Reinstated the <code> light-level</code> , '@media/inverted-colors' , and Custom Media Queries sections
39493955 from earlier Media Queries Level 4 drafts.
39503956
39513957 <li>
0 commit comments