Skip to content

Commit

Permalink
Fixes & Clarifications based on WebKit feedback
Browse files Browse the repository at this point in the history
closes #120
  • Loading branch information
arichiv authored Jul 1, 2022
1 parent 5251c9b commit 8151ffd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ following steps:
<li>Run [=retrieve the client hints set=] with |settingsObject|.
<li>For each [=client hints token=] |lowEntropyHint| in the registry's [=low entropy hint table=], [=set/append=] |lowEntropyHint| to |hintSet|.
<li>If |request|'s [=request/client=] is not null, then for each [=client hints token=] |requestHint| in
|request|'s [=environment settings object/client hints set=], [=set/append=] |requestHint| to
|settingsObject|'s [=environment settings object/client hints set=], [=set/append=] |requestHint| to
|hintSet|.
<li>For each |hintName| in |hintSet|:
<ol>
Expand Down Expand Up @@ -392,7 +392,10 @@ Issue: Links for image features are broken, need to actually define that and lin

Security and Privacy considerations {#privacy}
===========
See [[!RFC8942]].

A [=user agent=] is able to decide which hints it provides, and can provide an empty string or refuse to return a hint entirely.

For more information see [[!RFC8942]].

Terms {#terms}
====
Expand Down

0 comments on commit 8151ffd

Please sign in to comment.