Skip to content

Commit 7bb4be3

Browse files
committed
[mediaqueries] Mark interaction mqs at risk and update DoC
1 parent 8677d3e commit 7bb4be3

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

mediaqueries/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Abstract: Media Queries Level 4 describes the mechanism and syntax of media quer
2020
Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, CSSOMString
2121
Link Defaults: css-break-3 (property) break-inside
2222
Link Defaults: css-cascade-3 (at-rule) @import
23+
At Risk: the '@media/hover', '@media/any-hover', '@media/pointer', and '@media/any-pointer' media features
2324
Can I Use URL: https://drafts.csswg.org/mediaqueries-4/
2425
Can I Use URL: http://drafts.csswg.org/mediaqueries-4/
2526
Can 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">
15951596
Interaction 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">
16511654
Pointing 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">
17181723
Hover 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'>
17841791
All 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

mediaqueries/issues-wd-2016-01-26.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h1>Media Queries Level 4 Disposition of Comments for 2016-01-26 WD</h1>
274274
Comment: <a href='https://github.com/w3c/csswg-drafts/pull/842'>https://github.com/w3c/csswg-drafts/pull/842</a>
275275
Closed: Accepted
276276
Resolved: Editorial</pre>
277-
<pre class=' open' id='issue-27'>
277+
<pre class='r' id='issue-27'>
278278
Issue 27. <a href='#issue-27'>#</a>
279279
Summary: any-hover can't be used to detect mixed hover and non-hover capable pointers
280280
From: Patrick H. Lauke
@@ -284,7 +284,8 @@ <h1>Media Queries Level 4 Disposition of Comments for 2016-01-26 WD</h1>
284284
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/841#issuecomment-292457845'>https://github.com/w3c/csswg-drafts/issues/841#issuecomment-292457845</a>
285285
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/841#issuecomment-292459100'>https://github.com/w3c/csswg-drafts/issues/841#issuecomment-292459100</a>
286286
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/841#issuecomment-296487359'>https://github.com/w3c/csswg-drafts/issues/841#issuecomment-296487359</a>
287-
Open</pre>
287+
Closed: Rejected
288+
Resolved: <a href='https://logs.csswg.org/irc.w3.org/css/2017-05-17/#e809954'>https://logs.csswg.org/irc.w3.org/css/2017-05-17/#e809954</a></pre>
288289
<pre class='a' id='issue-28'>
289290
Issue 28. <a href='#issue-28'>#</a>
290291
Summary: `scan` feature...is there any actual support/need for this?

mediaqueries/issues-wd-2016-01-26.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ Comment: https://github.com/w3c/csswg-drafts/issues/841#issuecomment-292456538
256256
Comment: https://github.com/w3c/csswg-drafts/issues/841#issuecomment-292457845
257257
Comment: https://github.com/w3c/csswg-drafts/issues/841#issuecomment-292459100
258258
Comment: https://github.com/w3c/csswg-drafts/issues/841#issuecomment-296487359
259-
Open
259+
Closed: Rejected
260+
Resolved: https://logs.csswg.org/irc.w3.org/css/2017-05-17/#e809954
260261
----
261262
Issue 28.
262263
Summary: `scan` feature...is there any actual support/need for this?

0 commit comments

Comments
 (0)