Skip to content

Commit

Permalink
Define the terms-of-service link type
Browse files Browse the repository at this point in the history
The terms-of-service link type refers to a document which contains information about the agreements between a document's provider and users who wish to use the document provided.

This link type was initially defined in RFC 6903 section 5 (https://datatracker.ietf.org/doc/html/rfc6903#section-5), then rediscovered in a discussion in privacycg/proposals#39. See also https://mikewest.github.io/privacy-policy-discovery/.
  • Loading branch information
mikewest committed Nov 6, 2023
1 parent 1fc1a14 commit ccb6019
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26006,6 +26006,15 @@ document.body.appendChild(wbr);</code></pre>
<td class="no"> &middot; </td>
<td>Gives a tag (identified by the given address) that applies to the current document.</td>
</tr>

<tr>
<td><code data-x="rel-terms-of-service">terms-of-service</code></td>
<td colspan="2"><span>Hyperlink</span></td>
<td><em>not allowed</em></td>
<td class="no"> &middot; </td>
<td class="no"> &middot; </td>
<td>Gives a link to information about the agreements between the current document's provider and users who wish to use the current document.</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -27810,6 +27819,18 @@ document.body.appendChild(wbr);</code></pre>
</div>


<h5>Link Type "<dfn attr-value for="link/rel,a/rel,area/rel"><code
data-x="rel-terms-of-service">terms-of-service</code></dfn>"</h5>

<p>The <code data-x="rel-terms-of-service">terms-of-service</code> keyword may be used with
<code>link</code>, <code>a</code>, and <code>area</code> elements. This keyword creates a
<span>hyperlink</span>.</p>

<p>The <code data-x="rel-terms-of-service">terms-of-service</code> keyword indicates that the
referenced document contains information about the agreements between the current document's
provider and users who wish to use the current document, as described in more detail in
<cite>Additional Link Relation Types</cite>. <ref>RFC6903</ref></p>


<h5>Sequential link types</h5>

Expand Down

0 comments on commit ccb6019

Please sign in to comment.