[webauthn] Adopt consistent formatting for Boolean values

emlun has just created a new issue for https://github.com/w3c/webauthn:

== Adopt consistent formatting for Boolean values ==
All of the following currenty occur throughout the spec to denote the Boolean values "true" and "false" in prose text:

- `true`: 10
- `false`: 2
- `` `true` ``: 27
- `` `false` ``: 6
- `<i>True</i>`: 1
- `<i>False</i>`: 1

I propose replacing all of the above with `` `true` `` and `` `false` ``.

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/921 using your GitHub account

Received on Wednesday, 30 May 2018 14:08:24 UTC