diff --git a/source b/source index 742ca11758d..0734c855bd3 100644 --- a/source +++ b/source @@ -4386,6 +4386,21 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute +
Document Policy
+ +
+

The following terms are defined in Document Policy: + DOCUMENTPOLICY

+ + +
+
Payment Request API
@@ -5046,6 +5061,20 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute +

Document Policy-controlled configuration points

+ +

This document defines the following document policy-controlled configuration + points:

+ + +

Common microsyntaxes

There are various places in HTML that accept particular data types, such as dates or numbers. @@ -132564,7 +132593,18 @@ document.body.appendChild(text);

  • Optionally, return.

    -

    This step allows user agents to opt out of speculative HTML parsing.

    +

    This step allows user agents to opt out of speculative HTML parsing for any + reason.

    +
  • + +
  • +

    If the result of getting the document policy + value for expect-no-linked-resources for + parser's Document is true, then optionally return.

    + +

    This step allows user agents to opt out of speculative HTML parsing because the + web developer specifically believes it will be beneficial.

  • @@ -144209,6 +144249,9 @@ INSERT INTERFACES HERE
    [DEVICEPOSTURE]
    (Non-normative) Device Posture API, D. Gonzalez-Zuniga, K. Christiansen. W3C.
    +
    [DOCUMENTPOLICY]
    +
    Document Policy, I. Clelland, W3C.
    +
    [DOM]
    DOM, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.