diff --git a/source b/source index ae32b6a5050..ef41c7b6a70 100644 --- a/source +++ b/source @@ -39550,19 +39550,13 @@ interface HTMLAreaElement : HTMLElement {
-
-
doc = iframe . getSVGDocument()
doc = embed . getSVGDocument()
doc = object . getSVGDocument()
-
- -

Returns the Document object, in the case of iframe, embed, or object elements being used to embed SVG images.

- -
- +

Returns the Document object, in the case of iframe, + embed, or object elements being used to embed SVG.

@@ -39571,28 +39565,22 @@ interface HTMLAreaElement : HTMLElement { the following steps:

    +
  1. Let document be this element's content document.

  2. -
  3. If the element's nested browsing context is null, then return null.

  4. - -
  5. If the origin of the active document of the nested - browsing context is not same origin-domain with the element's node - document's origin, then return null.

  6. - -
  7. If the nested browsing context's active document was created by - the page load processing model for XML files section because - the computed type of the resource in the - navigate algorithm was image/svg+xml, then return that - Document object.

  8. - -
  9. Otherwise, return null.

  10. +
  11. If document is non-null and was created by the page + load processing model for XML files section because the computed type of the resource in the navigate algorithm was + image/svg+xml, then return document.

  12. + +
  13. Return null.

-

Dimension attributes

Author requirements: The DragEventInit : MouseEventInit {

  • Let document be context's active document.

  • -
  • If document's origin and the origin specified by the current settings - object are not same origin-domain, then return null.

  • +
  • If document's origin and container's node + document's origin are not same origin-domain, then return + null.

  • Return document.