diff --git a/mediaqueries/Overview.bs b/mediaqueries/Overview.bs index 039b6d23ffd..5ef2dec941f 100644 --- a/mediaqueries/Overview.bs +++ b/mediaqueries/Overview.bs @@ -1647,7 +1647,7 @@ hover
 	Name: hover
-	Value: none | on-demand | hover
+	Value: none | hover
 	For: @media
 	Type: discrete
 	
@@ -1666,12 +1666,11 @@ hover or there is no pointing system. Examples include touchscreens and screens that use a drawing stylus. -
on-demand -
- Indicates that the primary pointing system can hover, - but it requires a significant action on the user's part. - For example, some devices can't normally hover, - but will activate hover on a “long press”. + Pointing systems that can hover, + but for which doing so is inconvenient and not part of the normal way they are used, + also match this value. + For example, a touchscreen where a long press is treated as hovering + would match ''hover: none''.
hover
@@ -1717,7 +1716,7 @@ any-pointer and any-hover
 	Name: any-hover
-	Value: none | on-demand | hover
+	Value: none | hover
 	For: @media
 	Type: discrete