diff --git a/mediaqueries/Overview.bs b/mediaqueries/Overview.bs index f3ffcb53b75..40c13b20a6a 100644 --- a/mediaqueries/Overview.bs +++ b/mediaqueries/Overview.bs @@ -1806,6 +1806,54 @@ All Available Interaction Capabilities: the 'any-pointer' and 'any-hover' featur or to hide them altogether to reduce visual clutter if ''(any-pointer: fine)'' is false. + + +

+User Preference Media Features

+ +

+Detecting the preference for less or no motion on the page: the 'motion-preference' feature

+ +
+	Name: motion-preference
+	Value: default | reduce | disable
+	For: @media
+	Type: discrete
+	
+ + The 'motion-preference' media feature is used to detect if the user + has requested the system minimize or disable the amount of animation + or motion it uses. + +
+
default +
+ Indicates that the user has made no preference known + to the system. This keyword value evaluates as true + in the boolean context. + +
reduce +
+ Indicates that user has notified the system that they + prefer an interface that minimizes the amount of movement + or animation, preferably to the point where all non-essential + movement is removed. +
disable +
+ Indicates that user has notified the system that they + prefer an interface that disables movement or animation, + preferably to the point where all movement is removed. +
+ +