diff --git a/source b/source index ae32b6a5050..ef41c7b6a70 100644 --- a/source +++ b/source @@ -39550,19 +39550,13 @@ interface HTMLAreaElement : HTMLElement {
getSVGDocument
()getSVGDocument
()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.
Let document be this element's content document.
If the element's nested browsing context is null, then return null.
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.
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.
Otherwise, return null.
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.
Return null.
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.