[w3c/webauthn] 7bac17: Jeffh canonicalize markup (#370)

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: 7bac171a7380ca2ce7fcd6deafb0fc28cc411174
      https://github.com/w3c/webauthn/commit/7bac171a7380ca2ce7fcd6deafb0fc28cc411174
  Author: =JeffH <Jeff.Hodges@KingsMountain.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Jeffh canonicalize markup (#370)

* Refine makeCredential description

As per my comments on #347

* Incorporate feedback from JeffH, part 1

* [=scoped credential(s)=]

* [=authenticator=]

* [=[RP]=]

* [=Conforming User Agent=]

* [=[RPS]=]

* [=authenticators=]

* [=Web Authentication API=]

* [=Registration=]

* [=Authentication=]

* {{makeCredential()}} and {{getAssertion()}}

* [=User Verification=]

* [=Authentication Assertion=]

* [=authorization gesture=]

* [=user consent=]

* '<a>...</a>' to be '[=...=]' thru terminology section

* Incorporate feedback from JeffH, part 2

Use "client data" and "authenticator data" instead of "ClientData" and
"authenticatorData".

* Incorporate feedback from JeffH, part 3

Tag all instances of "client data", "authenticator data" and
"attestation data".

* [=present=]

* [=attestation object=]

* [=effective domain=]

* <a>...</a> replacement up to {#iface-credentialInfo}

* <a>...</a> replacement up to {#attestation-formats}

* <a>...</a> replacement thru rest of spec

* refined regex and caught <a>...</a> stragglers

* Fix two typos and some locally anomalous line lengths

Typos - weird character in "Subsequently" on line 84, "user
verification" missing on line 104 (old) / 102 (new).

Received on Saturday, 4 March 2017 00:36:42 UTC