File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -1647,7 +1647,7 @@ hover</h3>
1647
1647
1648
1648
<pre class='descdef mq'>
1649
1649
Name : hover
1650
- Value : none | on-demand | hover
1650
+ Value : none | hover
1651
1651
For : @media
1652
1652
Type : discrete
1653
1653
</pre>
@@ -1666,12 +1666,11 @@ hover</h3>
1666
1666
or there is no pointing system.
1667
1667
Examples include touchscreens and screens that use a drawing stylus.
1668
1668
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'' .
1675
1674
1676
1675
<dt> <dfn>hover</dfn>
1677
1676
<dd>
@@ -1717,7 +1716,7 @@ any-pointer and any-hover</h3>
1717
1716
1718
1717
<pre class='descdef mq'>
1719
1718
Name : any-hover
1720
- Value : none | on-demand | hover
1719
+ Value : none | hover
1721
1720
For : @media
1722
1721
Type : discrete
1723
1722
</pre>
You can’t perform that action at this time.
0 commit comments