- From: Chris Dumez <notifications@github.com>
- Date: Wed, 15 Feb 2017 08:42:08 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 February 2017 16:42:42 UTC
WebKit does not currently support self.origin but we will likely implement it in the future. Once we support self.origin, we can start deprecating document.origin in WebKit but I suspect it is going to be a while until we actually remove it (if ever, depending on how much it beaks existing content). That said, I do not have an objection if people want to drop document.origin from the spec, I just think it is a bit early given that self.origin is not well deployed yet. Here are a few things that are not mentioned on this issue that would help decide: 1. Who currently supports document.origin? I seem to remember it is only Blink and WebKit but someone should confirm. 2. Who already ships self.origin? I suspect no one yet even though it is implemented in Firefox nightly iirc. -- 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-280064389
Received on Wednesday, 15 February 2017 16:42:42 UTC