- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 May 2019 19:07:46 +0000
- To: public-webauthn@w3.org
equalsJeffH has just merged emlun's pull request 1212 for https://github.com/w3c/webauthn: == Use consistent section id prefixes == Fixes #704. Exceptions: - Section/anchor IDs already beginning with any of these prefixes remain unchanged: - `iface-` - `dictionary-` - `fig-` - `table-` - Anchors within text remain unchanged - Section IDs for sections containing a `<dfn dictionary>` are changed to use the prefix `dictionary-` - Section IDs for sections containing a `<dfn enum>` are changed to use the prefix `enum-` ``` sed -i 's/{#/{#sctn-/g' index.bs sed -i 's/\[\[#/[[#sctn-/g' index.bs sed -i 's/(#/(#sctn-/g' index.bs # Fix false positives sed -i 's/#sctn-dictionary-/#dictionary-/g' index.bs sed -i 's/{#sctn-iface-/{#iface-/g' index.bs sed -i 's/(#sctn-fig-/(#fig-/g' index.bs sed -i 's/(#sctn-table-/(#table-/g' index.bs sed -i 's/(#sctn-authenticatorGetAssertion-return-values/(#authenticatorGetAssertion-return-values/g' index.bs sed -i 's/(#sctn-allowCredentialDescriptorListCreation/(#allowCredentialDescriptorListCreation/g' index.bs sed -i 's/(#sctn-assertionCreationDataCreation/(#assertionCreationDataCreation/g' index.bs sed -i 's/\[\[#sctn-index-defined-elsewhere/[[#index-defined-elsewhere/g' index.bs sed -i 's/\[\[#sctn-idl-index/[[#idl-index/g' index.bs # Fix sections already prefixed with sctn- sed -i 's/{#sctn-sctn-/{#sctn-/g' index.bs sed -i 's/\[\[#sctn-sctn-/[[#sctn-/g' index.bs sed -i 's/(#sctn-sctn-/(#sctn-/g' index.bs # Fix sections already prefixed with sec- sed -i 's/{#sctn-sec-/{#sctn-/g' index.bs sed -i 's/\[\[#sctn-sec-/[[#sctn-/g' index.bs sed -i 's/(#sctn-sec-/(#sctn-/g' index.bs # Replace sctn- prefix with dictionary- for dictionary <dfn> sections sed -i 's/#sctn-credential-params/#dictionary-credential-params/g' index.bs sed -i 's/#sctn-rp-credential-params/#dictionary-rp-credential-params/g' index.bs sed -i 's/#sctn-user-credential-params/#dictionary-user-credential-params/g' index.bs sed -i 's/#sctn-authenticatorSelection/#dictionary-authenticatorSelection/g' index.bs sed -i 's/#sctn-assertion-options/#dictionary-assertion-options/g' index.bs sed -i 's/#sctn-client-data/#dictionary-client-data/g' index.bs sed -i 's/#sctn-credential-dictionary/#dictionary-credential-descriptor/g' index.bs # Replace sctn- prefix with enum- for enum <dfn> sections sed -i 's/#sctn-attachment/#enum-attachment/g' index.bs sed -i 's/#sctn-residentKeyRequirement/#enum-residentKeyRequirement/g' index.bs sed -i 's/#sctn-attestation-convey/#enum-attestation-convey/g' index.bs sed -i 's/#sctn-credentialType/#enum-credentialType/g' index.bs sed -i 's/#sctn-transport/#enum-transport/g' index.bs sed -i 's/#sctn-userVerificationRequirement/#enum-userVerificationRequirement/g' index.bs ``` <!-- This comment and the below content is programatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/1212.html" title="Last updated on May 9, 2019, 10:33 AM UTC (3069b82)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/1212/1b13d2e...3069b82.html" title="Last updated on May 9, 2019, 10:33 AM UTC (3069b82)">Diff</a> See https://github.com/w3c/webauthn/pull/1212
Received on Wednesday, 15 May 2019 19:07:47 UTC