- From: Michael B. Jones via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 Oct 2024 18:13:16 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by selfissued to https://github.com/w3c/webauthn: * Consistently use <xmp> instead of <pre> for code examples Using `<pre>` sometimes causes some characters to be converted into others. This is especially apparent in CDDL examples, where for example the first single quote in `foo = h'001122'` gets converted into "’" (U+2019) instead of "'" (U+0027), which is incorrect and also breaks CDDL syntax highlighting. See the [Bikeshed documentation][1] for more on using `<xmp>`. [1]: https://speced.github.io/bikeshed/#xmp by Emil Lundberg https://github.com/w3c/webauthn/commit/41c514f6e1db4b4aaba77c3145990f0f99c5bd7b * Fix syntax highlighting tags by Emil Lundberg https://github.com/w3c/webauthn/commit/ef54852bf773d82174798bfff3e87469380db325 * Merge pull request #2175 from w3c/example-code-xmp Fix encoding and syntax highlighting of example code by Michael B. Jones https://github.com/w3c/webauthn/commit/cfa73332d4aeed226074903ae09508cb2b39177a -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 9 October 2024 18:13:17 UTC