Skip to content

Commit

Permalink
Adds TAG Finding. Fixes #94
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar committed Jul 29, 2022
1 parent df320eb commit 89a42c3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions documents-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ <h2>Summary</h2>
<th>Note</th>
<td>No</td>
<td>No</td>
<td>Varies</td>
<td>No</td>
</tr>
<tr>
<th>TAG Draft Finding</th>
<td>No</td>
<td>No</td>
<td>Varies</td>
<td>No</td>
</tr>
<tr>
<th>TAG Finding</th>
<td>No</td>
<td>No</td>
<td>Varies</td>
<td>No</td>
</tr>
Expand Down Expand Up @@ -306,6 +320,27 @@ <h2>Statements</h2>

</section>
</section>
<section id=FINDINGS>
<h2>Findings</h2>
<p><a href='https://tag.w3.org/findings/'>Findings</a> are short documents
that cover a specific issue in the Web architecture, produced by
the W3C Technical Architecture Group (TAG).</p>

<p>There are no patent protection covering the implementations of the findings.</p>
<section id=DFINDING>
<h2>Draft Finding</h2>
<p>Draft Findings are works-in-progress, have not received formal review, and are not endorsed by the TAG nor W3C.</p>

<p>These draft findings MUST NOT be cited as W3C standards and may or may not become W3C Statements.</p>
</section>
<section id=FINDING>
<h2>TAG Finding</h2>
<p>A TAG finding have not received formal review but is endorsed by the TAG. However, a TAG Finding is not endorsed by W3C.</p>

<p>These TAG Findings MUST NOT be cited as W3C standards and may or may not become W3C Statements.</p>
</section>
</section>

</section>
<section id='registries'>
<h2>W3C Registry Track</h2>
Expand Down

0 comments on commit 89a42c3

Please sign in to comment.