Skip to content

Commit 11a6689

Browse files
committed
Minor fix: change "User Agent" to "user agent"
1 parent f350190 commit 11a6689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mediaqueries/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,15 +1600,15 @@ Interaction Media Features</h2>
16001600
The 'pointer' and 'hover' features relate to the characteristics of the “primary” pointing device,
16011601
while 'any-pointer' and 'any-hover' can be used to query the properties of all potentially available pointing devices.
16021602

1603-
Note: While this specification does not define how User Agents should decide what the “primary” pointing device is,
1604-
the expectation is that User Agents should make this determination
1603+
Note: While this specification does not define how user agents should decide what the “primary” pointing device is,
1604+
the expectation is that user agents should make this determination
16051605
by combining knowledge about the device/environment they are running on,
16061606
the number and type of pointing devices available,
16071607
and a notion of which of these is generally and/or currently being used.
16081608
In situations where the primary input mechanism for a device is not a pointing device,
16091609
but there is a secondary – and less frequently used – input that is a pointing devices,
16101610
the user agent may decide to treat the non-pointing device as the primary (resulting in 'pointer: none').
1611-
User Agents may also decide to dynamically change what type of pointing device is deemed to be primary,
1611+
user agents may also decide to dynamically change what type of pointing device is deemed to be primary,
16121612
in response to changes in the user environment
16131613
or in the way the user is interacting with the UA.
16141614

0 commit comments

Comments
 (0)