Skip to content

Commit

Permalink
Issue WICG#217 - more alphabetizing
Browse files Browse the repository at this point in the history
(sorry, can't help myself)
  • Loading branch information
miketaylr committed Jan 18, 2022
1 parent 3018861 commit a7b882d
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,9 @@ The header's ABNF is:
```

Note: These client hints can be evoked with the following set of [=client hints tokens=]:
`Sec-CH-UA`, `Sec-CH-UA-Arch`, `Sec-CH-UA-Bitness`, `Sec-CH-UA-Full-Version`, `Sec-CH-UA-Mobile`,
`Sec-CH-UA-Model`, `Sec-CH-UA-Platform`, `Sec-CH-UA-Platform-Version`, `Sec-CH-UA-WoW64`, `Sec-CH-UA-Full-Version-List`
`Sec-CH-UA`, `Sec-CH-UA-Arch`, `Sec-CH-UA-Bitness`, `Sec-CH-UA-Full-Version`,
`Sec-CH-UA-Full-Version-List`, `Sec-CH-UA-Mobile`, `Sec-CH-UA-Model`, `Sec-CH-UA-Platform`,
`Sec-CH-UA-Platform-Version`, `Sec-CH-UA-WoW64`

Interface {#interface}
=================
Expand Down Expand Up @@ -892,16 +893,16 @@ ISSUE(wicg/ua-client-hints): We can improve upon when and why a UA decides to re
the [=user agent=]'s [=user agent/platform architecture=].
1. If |hints| [=list/contains=] "bitness", set |uaData|["{{UADataValues/bitness}}"] to
the [=user agent=]'s [=user agent/platform bitness=].
1. If |hints| [=list/contains=] "fullVersionList", set |uaData|["{{UADataValues/fullVersionList}}"]
to [=this=]'s [=relevant global object=]'s
[=WindowOrWorkerGlobalScope/full version list frozen array=].
1. If |hints| [=list/contains=] "model", set |uaData|["{{UADataValues/model}}"] to the
[=user agent=]'s [=user agent/model=].
1. If |hints| [=list/contains=] "platformVersion", set |uaData|["{{UADataValues/platformVersion}}"]
to the [=user agent=]'s [=user agent/platform version=].
1. If |hints| [=list/contains=] "uaFullVersion", set |uaData|["{{UADataValues/uaFullVersion}}"]
1. If |hints| [=list/contains=] "wow64", set |uaData|["{{UADataValues/wow64}}"]
to the user agent's [=user agent/wow64-ness=].
1. If |hints| [=list/contains=] "fullVersionList", set |uaData|["{{UADataValues/fullVersionList}}"]
to [=this=]'s [=relevant global object=]'s
[=WindowOrWorkerGlobalScope/full version list frozen array=].
1. [=Queue a task=] on the [=permission task source=] to [=resolve=] |p| with |uaData|.

4. Return |p|.
Expand Down Expand Up @@ -1050,8 +1051,8 @@ IANA Considerations {#iana}

This document intends to define the `Sec-CH-UA`, `Sec-CH-UA-Arch`, `Sec-CH-UA-Bitness`,
`Sec-CH-UA-Full-Version`, `Sec-CH-UA-Mobile`, `Sec-CH-UA-Model`, `Sec-CH-UA-Platform`,
`Sec-CH-UA-Platform-Version`, `Sec-CH-UA-WoW64`, and the `Sec-CH-UA-Full-Version-List` HTTP request header fields, and
register them in the permanent message header field registry ([[RFC3864]]).
`Sec-CH-UA-Platform-Version`, `Sec-CH-UA-WoW64`, and the `Sec-CH-UA-Full-Version-List` HTTP request
header fields, and register them in the permanent message header field registry ([[RFC3864]]).

It also intends to deprecate usage of the `User-Agent` header field.

Expand Down Expand Up @@ -1107,6 +1108,19 @@ Author/Change controller: IETF

Specification document: this specification ([[#sec-ch-ua-full-version]])

'Sec-CH-UA-Full-Version-List' Header Field {#iana-full-version-list}
-------------------------

Header field name: Sec-CH-UA-Full-Version-List

Applicable protocol: http

Status: standard

Author/Change controller: IETF

Specification document: this specification ([[#sec-ch-ua-full-version-list]])

'Sec-CH-UA-Mobile' Header Field {#iana-mobile}
----------------------------

Expand Down Expand Up @@ -1172,19 +1186,6 @@ Author/Change controller: IETF

Specification document: this specification ([[#sec-ch-ua-wow64]])

'Sec-CH-UA-Full-Version-List' Header Field {#iana-full-version-list}
-------------------------

Header field name: Sec-CH-UA-Full-Version-List

Applicable protocol: http

Status: standard

Author/Change controller: IETF

Specification document: this specification ([[#sec-ch-ua-full-version-list]])

'User-Agent' Header Field {#iana-user-agent}
-------------------------

Expand Down

0 comments on commit a7b882d

Please sign in to comment.