@@ -20,6 +20,7 @@ Abstract: Media Queries Level 4 describes the mechanism and syntax of media quer
2020Ignored Terms : min-resolution, max-resolution, none, view-mode, mediaText, CSSOMString
2121Link Defaults : css-break-3 (property) break-inside
2222Link Defaults : css-cascade-3 (at-rule) @import
23+ At Risk : the '@media/hover', '@media/any-hover', '@media/pointer', and '@media/any-pointer' media features
2324Can I Use URL : https://drafts.csswg.org/mediaqueries-4/
2425Can I Use URL : http://drafts.csswg.org/mediaqueries-4/
2526Can I Use URL : https://drafts.csswg.org/mediaqueries/
@@ -1594,6 +1595,8 @@ Color Display Quality: the 'color-gamut' feature</h3>
15941595<h2 id='mf-interaction' caniuse="css-media-interaction">
15951596Interaction Media Features</h2>
15961597
1598+ Note: the '@media/hover' , '@media/any-hover' , '@media/pointer' , and '@media/any-pointer' media features are at risk.
1599+
15971600 The “interaction” media features reflect various aspects of how the user interacts with the page.
15981601
15991602 <div class='note'>
@@ -1650,6 +1653,8 @@ Interaction Media Features</h2>
16501653<h3 id="pointer">
16511654Pointing Device Quality: the 'pointer' feature</h3>
16521655
1656+ Note: This feature is at risk.
1657+
16531658 <pre class='descdef mq'>
16541659 Name : pointer
16551660 Value : none | coarse | fine
@@ -1717,6 +1722,8 @@ Pointing Device Quality: the 'pointer' feature</h3>
17171722<h3 id="hover">
17181723Hover Capability: the 'hover' feature</h3>
17191724
1725+ Note: This feature is at risk.
1726+
17201727 <pre class='descdef mq'>
17211728 Name : hover
17221729 Value : none | hover
@@ -1783,6 +1790,8 @@ Hover Capability: the 'hover' feature</h3>
17831790<h3 id='any-input'>
17841791All Available Interaction Capabilities: the 'any-pointer' and 'any-hover' features</h3>
17851792
1793+ Note: This feature is at risk.
1794+
17861795 <pre class='descdef mq'>
17871796 Name : any-pointer
17881797 Value : none | coarse | fine
0 commit comments