Skip to content

Commit 40bcf7d

Browse files
committed
[media-queries-4] Mark interaction features as no longer at risk
Closes w3c#1989
1 parent a7884fa commit 40bcf7d

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

mediaqueries-4/Overview.bs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Abstract: Media Queries Level 4 describes the mechanism and syntax of media quer
2121
Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, CSSOMString
2222
Link Defaults: css-break-3 (property) break-inside
2323
Link Defaults: css-cascade-3 (at-rule) @import
24-
At Risk: the '@media/hover', '@media/any-hover', '@media/pointer', and '@media/any-pointer' media features
2524
Can I Use URL: https://drafts.csswg.org/mediaqueries-4/
2625
Can I Use URL: http://drafts.csswg.org/mediaqueries-4/
2726
Can 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">
16961695
Interaction 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">
17611758
Pointing 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">
18301825
Hover 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'>
18981891
All 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">

mediaqueries-4/issues-cr-2017-09-05.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,13 @@ <h1>Media Queries Level 4 Disposition of Comments for 2017-09-05 CR</h1>
155155
From: Emilio Cobos Álvarez
156156
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3800'>https://github.com/w3c/csswg-drafts/issues/3800</a>
157157
Open</pre>
158-
<pre class=' open' id='issue-18'>
158+
<pre class='a' id='issue-18'>
159159
Issue 18. <a href='#issue-18'>#</a>
160160
Summary: remove at-risk marker for interaction media features
161161
From: Masataka Yakura
162162
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1989'>https://github.com/w3c/csswg-drafts/issues/1989</a>
163-
Open</pre>
163+
Closed: Accepted
164+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1989#issuecomment-648933064'>https://github.com/w3c/csswg-drafts/issues/1989#issuecomment-648933064</a></pre>
164165
<pre class='a' id='issue-19'>
165166
Issue 19. <a href='#issue-19'>#</a>
166167
Summary: Define Media Groups: continuous vs paged, etc.

mediaqueries-4/issues-cr-2017-09-05.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ Issue 18.
130130
Summary: remove at-risk marker for interaction media features
131131
From: Masataka Yakura
132132
Comment: https://github.com/w3c/csswg-drafts/issues/1989
133-
Open
133+
Closed: Accepted
134+
Resolved: https://github.com/w3c/csswg-drafts/issues/1989#issuecomment-648933064
134135
----
135136
Issue 19.
136137
Summary: Define Media Groups: continuous vs paged, etc.

0 commit comments

Comments
 (0)