From 0e5dc0ef58c987aac2b1edcf5503b50018579d08 Mon Sep 17 00:00:00 2001 From: Mike West Date: Tue, 24 Oct 2023 12:19:53 +0200 Subject: [PATCH] Define the `terms-of-service` link type. This PR defines a `terms-of-service` link type that 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 discussed in privacycg/proposals#39 and initially sketched in https://mikewest.github.io/privacy-policy-discovery/. --- source | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source b/source index c16a1d33f8e..06433e8aeb0 100644 --- a/source +++ b/source @@ -25991,6 +25991,15 @@ document.body.appendChild(wbr); · Gives a tag (identified by the given address) that applies to the current document. + + + terms-of-service + Hyperlink + not allowed + · + · + Gives a link to information about the agreements between the current document's provider and users who wish to use the document provided. + @@ -27780,6 +27789,17 @@ document.body.appendChild(wbr); +
Link Type "terms-of-service"
+ +

The terms-of-service keyword may be used with + link, a, and area elements. This keyword creates a + hyperlink.

+ +

The terms-of-service 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.

+
Sequential link types