Bug 72918
Summary: | Remove HTMLAnchorElement and Location origin | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | abarth, annevk, ap, code.vineet |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Erik Arvidsson
Neither HTMLAnchorElement nor Location should have an origin property. It is not part of any standard and no other browser supports this property.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
Should we just add it to the standard? It seems useful and easy to implement.
Anne van Kesteren
We ended up doing what Adam suggested indeed.