-
Notifications
You must be signed in to change notification settings - Fork 16
Link to registry inclusion criteria definitions #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
ee78854
to
ae3ddbd
Compare
I don't think this is necessary as term definitions don't typically link to where they're used. It should be the opposite (the table headings link down to the definitions). |
@timcappalli WDYT? |
@mohamedamir reversed them in 92da697 |
Thanks @timcappalli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivial, for consistency & clarity.
@@ -676,7 +676,7 @@ <h3> | |||
</p> | |||
<dl> | |||
<dt> | |||
Define a protocol identifier | |||
Define a <dfn data-dfn-for="registry" data-local-lt="identifier">protocol identifier</dfn> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Define a <dfn data-dfn-for="registry" data-local-lt="identifier">protocol identifier</dfn> | |
Define a <dfn data-dfn-for="registry" data-local-lt="identifier">protocol identifier</dfn>. |
@@ -690,22 +690,22 @@ <h3> | |||
identifier MUST be assigned and be added to the registry. | |||
</dd> | |||
<dt> | |||
Specify a protocol type | |||
Specify a <dfn data-dfn-for="registry" data-local-lt="type">protocol type</dfn> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify a <dfn data-dfn-for="registry" data-local-lt="type">protocol type</dfn> | |
Specify a <dfn data-dfn-for="registry" data-local-lt="type">protocol type</dfn>. |
</dt> | ||
<dd> | ||
The protocol type is either "Presentation" for presentation protocols | ||
used with `navigator.credentials.get` or "Issuance" for issuance | ||
protocols used with `navigator.credentials.create`. | ||
</dd> | ||
<dt> | ||
Describe the protocol | ||
<dfn data-dfn-for="registry" data-local-lt="description">Describe the protocol</dfn> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<dfn data-dfn-for="registry" data-local-lt="description">Describe the protocol</dfn> | |
<dfn data-dfn-for="registry" data-local-lt="description">Describe the protocol</dfn>. |
</dt> | ||
<dd> | ||
The description MUST be a brief summary of the protocol's purpose and | ||
use case. | ||
</dd> | ||
<dt> | ||
Provide a link to the specification | ||
Provide a <dfn data-dfn-for="registry" data-local-lt="link">link to the specification</dfn> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provide a <dfn data-dfn-for="registry" data-local-lt="link">link to the specification</dfn> | |
Provide a <dfn data-dfn-for="registry" data-local-lt="link">link to the specification</dfn>. |
Before this PR, the definitions were created but never linked it, which causes ReSpec warnings,
Preview | Diff