Skip to content

Commit 2078b46

Browse files
committed
[mediaqueries] Remove hover:on-demand
1 parent ffe57f8 commit 2078b46

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

mediaqueries/Overview.bs

+7-8
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ hover</h3>
16471647

16481648
<pre class='descdef mq'>
16491649
Name: hover
1650-
Value: none | on-demand | hover
1650+
Value: none | hover
16511651
For: @media
16521652
Type: discrete
16531653
</pre>
@@ -1666,12 +1666,11 @@ hover</h3>
16661666
or there is no pointing system.
16671667
Examples include touchscreens and screens that use a drawing stylus.
16681668

1669-
<dt><dfn>on-demand</dfn>
1670-
<dd>
1671-
Indicates that the primary pointing system can hover,
1672-
but it requires a significant action on the user's part.
1673-
For example, some devices can't normally hover,
1674-
but will activate hover on a “long press”.
1669+
Pointing systems that can hover,
1670+
but for which doing so is inconvenient and not part of the normal way they are used,
1671+
also match this value.
1672+
For example, a touchscreen where a long press is treated as hovering
1673+
would match ''hover: none''.
16751674

16761675
<dt><dfn>hover</dfn>
16771676
<dd>
@@ -1717,7 +1716,7 @@ any-pointer and any-hover</h3>
17171716

17181717
<pre class='descdef mq'>
17191718
Name: any-hover
1720-
Value: none | on-demand | hover
1719+
Value: none | hover
17211720
For: @media
17221721
Type: discrete
17231722
</pre>

0 commit comments

Comments
 (0)