Skip to content

Commit

Permalink
Fix issue marker syntax and references.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed May 27, 2024
1 parent c975cfd commit 5e62960
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ <h2>Integrity of Related Resources</h2>
</dd>
</dl>

<p class="issue" data-number="1489">
<p class="issue atrisk" data-number="1489">
The Working Group is currently attempting to determine whether cryptographic hash
expression formats can be unified across all of the VCWG core specifications.
Candidates for this mechanism include `digestSRI` and `digestMultibase`. There
Expand Down Expand Up @@ -3270,7 +3270,7 @@ <h2>Integrity of Related Resources</h2>
<section>
<h3>Refreshing</h3>

<p class="issue" title="(AT RISK) Feature depends on demonstration of independent implementations">
<p class="issue atrisk" data-number="1437" title="Feature depends on demonstration of independent implementations">
This feature is at risk and will be removed from the specification if at least
two independent, interoperable implementations are not demonstrated for a
single extension type by the end of the Candidate Recommendation Phase. If
Expand Down Expand Up @@ -3534,7 +3534,7 @@ <h3>Terms of Use</h3>
<section>
<h3>Evidence</h3>

<p class="issue" data-number="1303" title="(AT RISK) Feature depends on demonstration of independent implementations">
<p class="issue atrisk" data-number="1437" title="Feature depends on demonstration of independent implementations">
This feature is at risk and will be removed from the specification if at least
two independent, interoperable implementations are not demonstrated for a
single extension type by the end of the Candidate Recommendation Phase. If
Expand Down Expand Up @@ -3859,7 +3859,7 @@ <h3>Reserved Extension Points</h3>
reserved property. For more information related to adding `type` information,
see Section <a href="#types"></a>.
</p>
<p class="issue" title="Extension points under consideration by the Working Group">
<p class="issue atrisk" data-number="1437" title="Extension points under consideration by the Working Group">
The working group is discussing if additional extension points
will be reserved in <a href="https://www.w3.org/ns/credentials/v2">https://www.w3.org/ns/credentials/v2</a>.
<br/><br/>
Expand All @@ -3885,7 +3885,7 @@ <h3>Reserved Extension Points</h3>
properties such as `initialRecipient` (a/k/a `issuee`), `presenter`,
`authorizedPresenter`, `holder`, etc. The associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#confidenceMethod`.
<p class="issue" title="(AT RISK) Reservation depends on implementations">
<p class="issue atrisk" data-number="1437" title="Reservation depends on implementations">
This property reservation might be deleted in favor of an existing section
in the specification if at least one specification with two independent
implementations are demonstrated by the end of the Candidate Recommendation
Expand All @@ -3901,7 +3901,7 @@ <h3>Reserved Extension Points</h3>
A property used for specifying the evidence that was presented in order to
issue the credential. The associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#evidence`.
<p class="issue" title="(AT RISK) Reservation depends on implementations">
<p class="issue atrisk" data-number="1437" title="Reservation depends on implementations">
This property reservation might be deleted in favor of an existing section
in the specification if at least one specification with two independent
implementations are demonstrated by the end of the Candidate Recommendation
Expand All @@ -3916,7 +3916,7 @@ <h3>Reserved Extension Points</h3>
A property used for specifying how a credential can be refreshed. The
associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#refreshService`.
<p class="issue" title="(AT RISK) Reservation depends on implementations">
<p class="issue atrisk" data-number="1437" title="Reservation depends on implementations">
This property reservation might be deleted in favor of an existing section
in the specification if at least one specification with two independent
implementations are demonstrated by the end of the Candidate Recommendation
Expand All @@ -3931,7 +3931,7 @@ <h3>Reserved Extension Points</h3>
A property used for specifying one or more methods to render a credential into a visual,
auditory, or haptic format. The associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#renderMethod`.
<p class="issue" title="(AT RISK) Reservation depends on implementations">
<p class="issue atrisk" data-number="1437" title="Reservation depends on implementations">
This reserved property is at risk and will be removed from the
specification if at least one specification with two independent implementations
are not demonstrated by the end of the Candidate Recommendation Phase.
Expand All @@ -3944,7 +3944,7 @@ <h3>Reserved Extension Points</h3>
<td>
A property used for specifying the terms of use for a credential. The associated
vocabulary URL MUST be `https://www.w3.org/2018/credentials#termsOfUse`.
<p class="issue" title="(AT RISK) Reservation depends on implementations">
<p class="issue atrisk" data-number="1437" title="Reservation depends on implementations">
This property reservation might be deleted in favor of an existing section
in the specification if at least one specification with two independent
implementations are demonstrated by the end of the Candidate Recommendation
Expand Down Expand Up @@ -4674,14 +4674,6 @@ <h2>Algorithms</h2>
for more guidance on implementation requirements.
</p>

<p class="issue atrisk" title="Issues need resolution before Candidate Recommendation">
There is one issue that is associated with this section that will need
to be resolved before the Working Group can enter the Candidate Recommendation
phase. This entire section is at risk until those issues are resolved.
</p>

<p class="issue" data-number="1377"></p>

<p class="note" title="Implementers can include additional checks, warnings, and errors.">
Implementers are advised that the algorithms in this section contain the bare
minimum set of checks used by implementations to test conformance to this
Expand Down Expand Up @@ -6725,7 +6717,7 @@ <h2>Contexts, Vocabularies, Types, and Credential Schemas</h2>
<section class="normative">
<h3>Base Context</h3>

<p class="issue" title="(AT RISK) Hash values might change during Candidate Recommendation">
<p class="issue atrisk" data-number="1437" title="Hash values might change during Candidate Recommendation">
This section lists cryptographic hash values that might change during the
Candidate Recommendation phase based on implementer feedback that requires
the referenced files to be modified.
Expand Down Expand Up @@ -6819,7 +6811,7 @@ <h3>Base Context</h3>
<section class="normative">
<h3>Vocabularies</h3>

<p class="issue" title="(AT RISK) URL values might change during Candidate Recommendation">
<p class="issue atrisk" title="URL values might change during Candidate Recommendation">
This section lists URL values that might change during the Candidate
Recommendation phase based on migration of documents to time-stamped locations,
migration of documents to the W3C Technical Reports namespace, and/or
Expand Down

0 comments on commit 5e62960

Please sign in to comment.