From 51c882ded7bb44e26818c4d8e4a2cf2b24ef0a42 Mon Sep 17 00:00:00 2001 From: Ben Kelly Date: Thu, 27 Oct 2022 20:40:54 +0000 Subject: [PATCH] Move origin into policy container. (#8302) This change also depends on https://github.com/whatwg/dom/pull/1142. --- source | 146 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 75 insertions(+), 71 deletions(-) diff --git a/source b/source index 3c852cd4204..b3b63c36360 100644 --- a/source +++ b/source @@ -10034,9 +10034,10 @@ o.myself = o;

The Document object's origin is defined in DOM. It is initially set when the - Document object is created, and can change during the lifetime of the - Document only upon setting origin is defined in DOM. It currently aliases the + value of its policy container's + origin. This origin can change during the lifetime + of the Document upon setting document.domain. A Document's origin can differ from the origin of its URL; @@ -83457,6 +83458,10 @@ dictionary DragEventInit : MouseEventInit {