Skip to content

Commit f1ce6a2

Browse files
committed
[mediaqueries-5] Avoid RFC2119 language in non-normative text
1 parent 73dc5ad commit f1ce6a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mediaqueries-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,19 +3126,19 @@ Detecting the desire for reduced data usage when loading a page: the 'prefers-re
31263126
set the <a href="https://wicg.github.io/savedata/">Save-Data</a>
31273127
HTTP request header.
31283128

3129-
Note: User agents should use their own user centered discretion
3129+
Note: User agents are encouraged to use their own user centered discretion
31303130
when handling a toggle of this value,
31313131
whether it's toggled post page load or during page load.
31323132
A primary goal could be to not download unnecessary data.
31333133
Consider, if a page is already loaded with high quality assets
31343134
and the user changes their preference to reduced,
3135-
the page should perhaps not update the document right away,
3135+
the page could perhaps not update the document right away,
31363136
instead wait for an explicit page reload invocation from the user.
31373137
Consider also, if a page is taking a long time to download
31383138
and a user changes their preference to reduced,
31393139
this could be a nice point to save the user's bandwidth
31403140
and immediately switch to downloading smaller assets.
3141-
User agents should be free to implement logic
3141+
User agents are free to implement logic
31423142
as they see appropriate for situations like these,
31433143
and also be aware the situations exist.
31443144

0 commit comments

Comments
 (0)