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 9138 - "Resolving Web addresses"
Summary: "Resolving Web addresses"
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard: urls
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-24 13:58 UTC by Julian Reschke
Modified: 2010-10-04 14:55 UTC (History)
5 users (show)

See Also:


Attachments

Description Julian Reschke 2010-02-24 13:58:00 UTC
WEBADDRESSES contains stuff that needs to go back into HTML5, as it wouldn't be a candidate for inclusion in IRIbis (for instance, <http://www.w3.org/html/wg/href/draft>, Part 3 depends on specifics of HTML and the DOM).
Comment 1 Ian 'Hixie' Hickson 2010-04-04 07:16:17 UTC
This is blocked on ISSUE-56 (which is blocked on the IRI draft being written) so marking as a dupe of bug 8207. I expect Larry and will communicate with me directly when there is specific information he feels should be moved into HTML rather than put in the URL specs.

*** This bug has been marked as a duplicate of bug 8207 ***
Comment 2 Julian Reschke 2010-04-04 10:21:59 UTC
(In reply to comment #1)
> This is blocked on ISSUE-56 (which is blocked on the IRI draft being written)

The Change Proposal for ISSUE-56 has been submitted over five weeks ago. The chairs still haven't asked the WG for counter proposals, but that doesn't mean that people who disagree with the Change Proposal couldn't start working on those.

We really need to make progress on this issue.

> so marking as a dupe of bug 8207. I expect Larry and will communicate with me
> directly when there is specific information he feels should be moved into HTML
> rather than put in the URL specs.

That proposal has been sent already.

But *this* bug is very specific and could be treated separately. It is about moving stuff back into HTML5. I don't think that this fact is controversial at all, so why don't we try to make progress on that?
Comment 3 Larry Masinter 2010-04-04 22:47:04 UTC
As I noted in Bug 8207, I don't know what "stuff" needs to be "moved back in".

Although [WEBADDRESSES] may contain some material in it that isn't currently in the HTML5 spec, if that material isn't referenced, is it necessary, as far as getting HTML5 to last call?

Please elaborate.
Comment 4 Julian Reschke 2010-04-05 07:23:34 UTC
(In reply to comment #3)
> As I noted in Bug 8207, I don't know what "stuff" needs to be "moved back in".
> 
> Although [WEBADDRESSES] may contain some material in it that isn't currently in
> the HTML5 spec, if that material isn't referenced, is it necessary, as far as
> getting HTML5 to last call?
> 
> Please elaborate.

"The document base Web address of a Document  is the absolute Web address obtained by running these substeps:

   1. Let fallback base url be the document's address.
   2.

      If fallback base url is about:blank, and the Document's browsing context has a creator browsing context, then let fallback base url be the document base Web address of the creator Document instead.
   3.

      If there is no base element that is both a child of the head element and has an href attribute, then the document base Web address is fallback base url.
   4.

      Otherwise, let w be the value of the href attribute of the first such element.
   5.

      Resolve w relative to fallback base url (thus, the base href attribute isn't affected by xml:base attributes).
   6.

      The document base Web address is the result of the previous step if it was successful; otherwise it is fallback base url."

(there may be more)
Comment 5 Julian Reschke 2010-04-05 07:43:20 UTC
(In reply to comment #4)
> "The document base Web address of a Document  is the absolute Web address
> obtained by running these substeps:
> 
>    1. Let fallback base url be the document's address.
>    2.
> 
>       If fallback base url is about:blank, and the Document's browsing context
> has a creator browsing context, then let fallback base url be the document base
> Web address of the creator Document instead.
>    3.
> 
>       If there is no base element that is both a child of the head element and
> has an href attribute, then the document base Web address is fallback base url.
>    4.
> 
>       Otherwise, let w be the value of the href attribute of the first such
> element.
>    5.
> 
>       Resolve w relative to fallback base url (thus, the base href attribute
> isn't affected by xml:base attributes).
>    6.
> 
>       The document base Web address is the result of the previous step if it
> was successful; otherwise it is fallback base url."
> 
> (there may be more)

That being said, this is addressed by the Change Proposal for ISSUE 56, so *if* we finally make progress with that one, this bug could be closed.
Comment 6 Julian Reschke 2010-04-06 12:02:50 UTC
I note that the latest edits, the reference to WEBADDRESSES is gone, and thus this issue can be closed.
Comment 7 Ian 'Hixie' Hickson 2010-04-13 01:15:41 UTC
closed per comment 6 from reporter