Skip to content

Commit c0e583d

Browse files
chore: tidy up index.html (#250)
Co-authored-by: mohamedamir <5038777+mohamedamir@users.noreply.github.com>
1 parent 16a9ead commit c0e583d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,8 @@ <h3>
680680
</p>
681681
<dl>
682682
<dt>
683-
Define a <dfn data-dfn-for="registry" data-local-lt="identifier">protocol identifier</dfn>.
683+
Define a <dfn data-dfn-for="registry" data-local-lt=
684+
"identifier">protocol identifier</dfn>.
684685
</dt>
685686
<dd>
686687
The protocol identifier MUST be a unique string that is not already in
@@ -694,22 +695,25 @@ <h3>
694695
identifier MUST be assigned and be added to the registry.
695696
</dd>
696697
<dt>
697-
Specify a <dfn data-dfn-for="registry" data-local-lt="type">protocol type</dfn>.
698+
Specify a <dfn data-dfn-for="registry" data-local-lt="type">protocol
699+
type</dfn>.
698700
</dt>
699701
<dd>
700702
The protocol type is either "Presentation" for presentation protocols
701703
used with `navigator.credentials.get` or "Issuance" for issuance
702704
protocols used with `navigator.credentials.create`.
703705
</dd>
704706
<dt>
705-
<dfn data-dfn-for="registry" data-local-lt="description">Describe the protocol</dfn>.
707+
<dfn data-dfn-for="registry" data-local-lt="description">Describe the
708+
protocol</dfn>.
706709
</dt>
707710
<dd>
708711
The description MUST be a brief summary of the protocol's purpose and
709712
use case.
710713
</dd>
711714
<dt>
712-
Provide a <dfn data-dfn-for="registry" data-local-lt="link">link to the specification</dfn>.
715+
Provide a <dfn data-dfn-for="registry" data-local-lt="link">link to the
716+
specification</dfn>.
713717
</dt>
714718
<dd>
715719
The specification MUST be a stable URL that points to the authoritative

0 commit comments

Comments
 (0)