diff --git a/index.html b/index.html index d3ba0c9..9604f5a 100644 --- a/index.html +++ b/index.html @@ -1425,6 +1425,7 @@

5.3.1. Attributes

The referrerPolicy IDL attribute must reflect the referrerpolicy content attribute, limited to only known values. +

Note: Modifying the referrerPolicy IDL attribute is not a relevant mutation for an img element.

5.4. HTMLIFrameElement

partial interface HTMLIFrameElement {
   attribute DOMString referrerPolicy;
@@ -1763,6 +1764,7 @@ 

noreferrer
  • parent browsing context
  • reflect +
  • relevant mutation
  • responsible browsing context
  • settings object
  • strip leading and trailing whitespace @@ -1877,4 +1879,4 @@

    IDL Inde

  • - \ No newline at end of file + diff --git a/index.src.html b/index.src.html index 1331234..6f622ac 100644 --- a/index.src.html +++ b/index.src.html @@ -53,6 +53,7 @@

    Referrer Policy

    text: the document's address urlPrefix: embedded-content-0.html text: an iframe srcdoc document + text: relevant mutation; url: relevant-mutations urlPrefix: browsers.html text: active document text: parse a sandboxing directive @@ -645,6 +646,9 @@

    Attributes

    referrerpolicy content attribute, limited to only known values. + Note: Modifying the referrerPolicy IDL attribute is not a + relevant mutation for an img element. +

    HTMLIFrameElement

         partial interface HTMLIFrameElement {