diff --git a/index.bs b/index.bs index 63abf41..8f2dd84 100644 --- a/index.bs +++ b/index.bs @@ -224,7 +224,7 @@ following steps:
  • Run [=retrieve the client hints set=] with |settingsObject|.
  • For each [=client hints token=] |lowEntropyHint| in the registry's [=low entropy hint table=], [=set/append=] |lowEntropyHint| to |hintSet|.
  • 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|.
  • For each |hintName| in |hintSet|:
      @@ -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} ====