Re: [whatwg/dom] Consider removing `document.origin` (#410)

To summarise:
* Gecko, Blink, and WebKit support self.origin, while Edge plans to do so in a future release
* WebKit and Blink support document.origin but they're not interoperable
* Edge and Gecko have so far not seen any interop pain from not supporting document.origin
* Edge has no plans to support it unless we see interop pain in the future
* Having both self.origin and document.origin could be seen as redundant/confusing

Considering the above I'd propose we:

* remove document.origin from the spec or move it into a deprecated partial
* add deprecated messages to the console in Blink and Webkit pointing to self.origin

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/410#issuecomment-357170536

Received on Friday, 12 January 2018 08:10:56 UTC