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 +
The following terms are defined in Document Policy: + DOCUMENTPOLICY
+ +This document defines the following document policy-controlled configuration + points:
+ +expect-no-linked-resources
", which has a type of boolean
and a
+ default value of false
.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.