Skip to content

Commit 4fd25b4

Browse files
chore: tidy up index.html (#224)
Co-authored-by: timcappalli <6476604+timcappalli@users.noreply.github.com>
1 parent ae13a66 commit 4fd25b4

File tree

1 file changed

+30
-19
lines changed

1 file changed

+30
-19
lines changed

index.html

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,10 @@ <h2 id="protocol-registry">
428428
Registry of protocols
429429
</h2>
430430
<p>
431-
Initiating the registration a protocol is done by <a href="https://github.com/w3c-fedid/digital-credentials/issues">filing an issue</a> in our GitHub repository.
432-
</p>
431+
Initiating the registration a protocol is done by <a href=
432+
"https://github.com/w3c-fedid/digital-credentials/issues">filing an
433+
issue</a> in our GitHub repository.
434+
</p>
433435
<p>
434436
The following is the registry of [=digital credential/exchange
435437
protocols=] that are supported by this specification.
@@ -464,27 +466,36 @@ <h3>
464466
</li>
465467
<li>MUST define a representation, as either a [[WebIDL]] [=dictionary=]
466468
or a JSON object, of the [=digital credential/exchange protocol=]
467-
response structure (i.e., the [=dictionary=] which defines the
468-
semantics and validation of the {{DigitalCredential}}'s
469-
{{DigitalCredential/data}} member.
469+
response structure (i.e., the [=dictionary=] which defines the semantics
470+
and validation of the {{DigitalCredential}}'s {{DigitalCredential/data}}
471+
member.
470472
</li>
471473
<li>MUST define validation rules for members of the request and response
472474
structures.
473475
</li>
474-
<li>MUST have undergone privacy review by the W3C's <a href="https://www.w3.org/Privacy/IG/">Privacy Interest
475-
Group</a> and <a href="https://www.w3.org/groups/wg/fedid/">Federated Identity Working Group</a>.
476-
<aside class="note" title="Organizing reviews">
477-
Once an expression of registration is received via GitHub, the registry maintainers will organize the privacy review with the <a href="https://www.w3.org/Privacy/IG/">Privacy Interest Group</a> . Please see the [[[[security-privacy-questionnaire]]] for the kind of questions that will be asked of the protocol you are registering.
478-
</aside>
476+
<li>MUST have undergone privacy review by the W3C's <a href=
477+
"https://www.w3.org/Privacy/IG/">Privacy Interest Group</a> and
478+
<a href="https://www.w3.org/groups/wg/fedid/">Federated Identity
479+
Working Group</a>.
480+
<aside class="note" title="Organizing reviews">
481+
Once an expression of registration is received via GitHub, the
482+
registry maintainers will organize the privacy review with the
483+
<a href="https://www.w3.org/Privacy/IG/">Privacy Interest Group</a> .
484+
Please see the [[[[security-privacy-questionnaire]]] for the kind of
485+
questions that will be asked of the protocol you are registering.
486+
</aside>
479487
</li>
480-
<li>MUST have undergone security review by the <a href="https://www.w3.org/groups/wg/fedid/">Federated Identity Working Group</a>.
488+
<li>MUST have undergone security review by the <a href=
489+
"https://www.w3.org/groups/wg/fedid/">Federated Identity Working
490+
Group</a>.
481491
</li>
482492
<li>MUST have implementation commitment from at least one browser engine,
483493
one credential provider/wallet, and one issuer or verifier (depending on
484-
the protocol type). Each component MUST be from independent organizations.
494+
the protocol type). Each component MUST be from independent
495+
organizations.
485496
</li>
486-
<li>MUST have formally recorded consensus by the Federated Identity Working Group to be
487-
included in the registry.
497+
<li>MUST have formally recorded consensus by the Federated Identity
498+
Working Group to be included in the registry.
488499
</li>
489500
</ol>
490501
<h4>
@@ -516,12 +527,12 @@ <h3>
516527
<dd>
517528
The protocol identifier MUST be a unique string that is not already in
518529
use in the registry. Use only lowercase ASCII letters, digits, and
519-
hyphens (e.g., "protocol", "the-protocol"). The protocol identifier
530+
hyphens (e.g., "protocol", "the-protocol"). The protocol identifier
520531
MUST uniquely define the set of required parameters and/or behavior
521-
that a digital credential provider implementation needs to support
522-
to successfully handle the request. If the set of required parameters
523-
or behaviors is updated in a way which would require a digital credential
524-
provider to also require an update to remain functional, a new protocol
532+
that a digital credential provider implementation needs to support to
533+
successfully handle the request. If the set of required parameters or
534+
behaviors is updated in a way which would require a digital credential
535+
provider to also require an update to remain functional, a new protocol
525536
identifier MUST be assigned and be added to the registry.
526537
</dd>
527538
<dt>

0 commit comments

Comments
 (0)