This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24147 - "The URL and documentURI attributes must return ..."
Summary: "The URL and documentURI attributes must return ..."
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 13:47 UTC by Simon Pieters
Modified: 2014-01-16 18:50 UTC (History)
3 users (show)

See Also:


Attachments

Description Simon Pieters 2013-12-20 13:47:59 UTC
http://dom.spec.whatwg.org/#interface-document

[[
The URL and documentURI attributes must return the URL.
]]

I don't see how http://dom.spec.whatwg.org/#concept-document-url is linked to http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#the-document's-address but they should be the same concept (since document.URL is affected by e.g. history.pushState).
Comment 1 Anne 2014-01-06 13:33:13 UTC
I have the feeling this regressed in HTML somehow.
Comment 2 Ian 'Hixie' Hickson 2014-01-08 19:35:34 UTC
HTML says "The URL associated with a Document, as defined in the DOM specification, is referred to in this specification as the document's address".
Comment 3 Simon Pieters 2014-01-08 20:10:58 UTC
Hmm. That would be easier to find if it was actually the definition of "the document's address".
Comment 4 contributor 2014-01-16 18:50:11 UTC
Checked in as WHATWG revision r8402.
Check-in comment: Clarify how 'document's address' links to DOM
http://html5.org/tools/web-apps-tracker?from=8401&to=8402