<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>9138</bug_id>
          
          <creation_ts>2010-02-24 13:58:00 +0000</creation_ts>
          <short_desc>&quot;Resolving Web addresses&quot;</short_desc>
          <delta_ts>2010-10-04 14:55:26 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard>urls</status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Julian Reschke">julian.reschke</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>lmm</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>32619</commentid>
    <comment_count>0</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2010-02-24 13:58:00 +0000</bug_when>
    <thetext>WEBADDRESSES contains stuff that needs to go back into HTML5, as it wouldn&apos;t be a candidate for inclusion in IRIbis (for instance, &lt;http://www.w3.org/html/wg/href/draft&gt;, Part 3 depends on specifics of HTML and the DOM).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34489</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-04-04 07:16:17 +0000</bug_when>
    <thetext>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 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34509</commentid>
    <comment_count>2</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2010-04-04 10:21:59 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; 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&apos;t asked the WG for counter proposals, but that doesn&apos;t mean that people who disagree with the Change Proposal couldn&apos;t start working on those.

We really need to make progress on this issue.

&gt; so marking as a dupe of bug 8207. I expect Larry and will communicate with me
&gt; directly when there is specific information he feels should be moved into HTML
&gt; 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&apos;t think that this fact is controversial at all, so why don&apos;t we try to make progress on that?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34524</commentid>
    <comment_count>3</comment_count>
    <who name="Larry Masinter">lmm</who>
    <bug_when>2010-04-04 22:47:04 +0000</bug_when>
    <thetext>As I noted in Bug 8207, I don&apos;t know what &quot;stuff&quot; needs to be &quot;moved back in&quot;.

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

Please elaborate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34534</commentid>
    <comment_count>4</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2010-04-05 07:23:34 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; As I noted in Bug 8207, I don&apos;t know what &quot;stuff&quot; needs to be &quot;moved back in&quot;.
&gt; 
&gt; Although [WEBADDRESSES] may contain some material in it that isn&apos;t currently in
&gt; the HTML5 spec, if that material isn&apos;t referenced, is it necessary, as far as
&gt; getting HTML5 to last call?
&gt; 
&gt; Please elaborate.

&quot;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&apos;s address.
   2.

      If fallback base url is about:blank, and the Document&apos;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&apos;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.&quot;

(there may be more)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34535</commentid>
    <comment_count>5</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2010-04-05 07:43:20 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; &quot;The document base Web address of a Document  is the absolute Web address
&gt; obtained by running these substeps:
&gt; 
&gt;    1. Let fallback base url be the document&apos;s address.
&gt;    2.
&gt; 
&gt;       If fallback base url is about:blank, and the Document&apos;s browsing context
&gt; has a creator browsing context, then let fallback base url be the document base
&gt; Web address of the creator Document instead.
&gt;    3.
&gt; 
&gt;       If there is no base element that is both a child of the head element and
&gt; has an href attribute, then the document base Web address is fallback base url.
&gt;    4.
&gt; 
&gt;       Otherwise, let w be the value of the href attribute of the first such
&gt; element.
&gt;    5.
&gt; 
&gt;       Resolve w relative to fallback base url (thus, the base href attribute
&gt; isn&apos;t affected by xml:base attributes).
&gt;    6.
&gt; 
&gt;       The document base Web address is the result of the previous step if it
&gt; was successful; otherwise it is fallback base url.&quot;
&gt; 
&gt; (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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34593</commentid>
    <comment_count>6</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2010-04-06 12:02:50 +0000</bug_when>
    <thetext>I note that the latest edits, the reference to WEBADDRESSES is gone, and thus this issue can be closed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34844</commentid>
    <comment_count>7</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-04-13 01:15:41 +0000</bug_when>
    <thetext>closed per comment 6 from reporter</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>