@@ -21,7 +21,6 @@ Abstract: Media Queries Level 4 describes the mechanism and syntax of media quer
2121Ignored Terms : min-resolution, max-resolution, none, view-mode, mediaText, CSSOMString
2222Link Defaults : css-break-3 (property) break-inside
2323Link Defaults : css-cascade-3 (at-rule) @import
24- At Risk : the '@media/hover', '@media/any-hover', '@media/pointer', and '@media/any-pointer' media features
2524Can I Use URL : https://drafts.csswg.org/mediaqueries-4/
2625Can I Use URL : http://drafts.csswg.org/mediaqueries-4/
2726Can I Use URL : https://drafts.csswg.org/mediaqueries/
@@ -1695,8 +1694,6 @@ Color Display Quality: the 'color-gamut' feature</h3>
16951694<h2 id='mf-interaction' caniuse="css-media-interaction">
16961695Interaction Media Features</h2>
16971696
1698- Note: the '@media/hover' , '@media/any-hover' , '@media/pointer' , and '@media/any-pointer' media features are at risk.
1699-
17001697 The “interaction” media features reflect various aspects of how the user interacts with the page.
17011698
17021699 <div class='note'>
@@ -1760,8 +1757,6 @@ Note: the '@media/hover', '@media/any-hover', '@media/pointer', and '@media/any-
17601757<h3 id="pointer">
17611758Pointing Device Quality: the 'pointer' feature</h3>
17621759
1763- Note: This feature is at risk.
1764-
17651760 <pre class='descdef mq'>
17661761 Name : pointer
17671762 Value : none | coarse | fine
@@ -1829,8 +1824,6 @@ Note: This feature is at risk.
18291824<h3 id="hover">
18301825Hover Capability: the 'hover' feature</h3>
18311826
1832- Note: This feature is at risk.
1833-
18341827 <pre class='descdef mq'>
18351828 Name : hover
18361829 Value : none | hover
@@ -1897,8 +1890,6 @@ Note: This feature is at risk.
18971890<h3 id='any-input'>
18981891All Available Interaction Capabilities: the 'any-pointer' and 'any-hover' features</h3>
18991892
1900- Note: This feature is at risk.
1901-
19021893 <pre class='descdef mq'>
19031894 Name : any-pointer
19041895 Value : none | coarse | fine
@@ -2202,6 +2193,7 @@ The following changes were made to this specification since the
22022193<ul>
22032194 <li> Changed range media features to be <a>false in the negative range</a> instead of failing to parse negative values.
22042195 <li> Included enough information about the color spaces needed by 'color-gamut' directly into the specification.
2196+ <li> Marked 'hover' , 'pointer' , 'any-hover' , and 'any-pointer' as no longer at-risk.
22052197</ul>
22062198
22072199<h3 id="changes-2012">
0 commit comments