<?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>11450</bug_id>
          
          <creation_ts>2010-12-01 20:12:04 +0000</creation_ts>
          <short_desc>Reconsider &lt;img src=&quot;&quot;&gt; with a base URL</short_desc>
          <delta_ts>2011-08-04 05:11:40 +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>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#update-the-image-data</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>jonas</cc>
    
    <cc>mike</cc>
    
    <cc>Ms2ger</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>42967</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-12-01 20:12:04 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#update-the-image-data

Comment:
Reconsider &lt;img src=&quot;&quot;&gt; with a base URL

Posted from: 91.181.100.3 by ms2ger@gmail.com</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42968</commentid>
    <comment_count>1</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2010-12-01 20:13:20 +0000</bug_when>
    <thetext>http://software.hixie.ch/utilities/js/live-dom-viewer/saved/724

IE: fires error
Chrome/Gecko: fires load
Opera: doesn&apos;t fire anything</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42970</commentid>
    <comment_count>2</comment_count>
    <who name="Jonas Sicking (Not reading bugmail)">jonas</who>
    <bug_when>2010-12-01 20:18:14 +0000</bug_when>
    <thetext>If the semantic meaning of &lt;img src=&quot;&quot;&gt; is &quot;no image here, don&apos;t load anything&quot;, then Opera&apos;s behavior makes the most sense to me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42971</commentid>
    <comment_count>3</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2010-12-01 21:05:34 +0000</bug_when>
    <thetext>http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-December/024613.html shows two pages that expect an error event for &lt;img src=&quot;&quot;&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42982</commentid>
    <comment_count>4</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2010-12-02 08:14:54 +0000</bug_when>
    <thetext>I don&apos;t want to reopen the discussion about &lt;img src=&quot;&quot;&gt; in general; just for the specific case where the img has another base URL than the page itself.

For reference:
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-March/025507.html
http://html5.org/tools/web-apps-tracker?from=4840&amp;to=4841
https://bugzilla.mozilla.org/show_bug.cgi?id=599975</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42985</commentid>
    <comment_count>5</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2010-12-02 10:46:04 +0000</bug_when>
    <thetext>The point of not fetching anything for &lt;img src=&quot;&quot;&gt; was to reduce useless fetching. I think most pages that use &lt;base&gt; just use it to point to their site&apos;s root for convenience in writing their &lt;a href&gt;s, and don&apos;t expect it to make their &lt;img src=&quot;&quot;&gt; templates suddenly make network requests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43001</commentid>
    <comment_count>6</comment_count>
    <who name="Jonas Sicking (Not reading bugmail)">jonas</who>
    <bug_when>2010-12-02 18:38:27 +0000</bug_when>
    <thetext>Indeed. I don&apos;t think the base URL should affect anything here. Neither what requests hit the network, nor what events are fired.

(Note that I think firefox doesn&apos;t behave like what I just described, but I think we should change that)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43167</commentid>
    <comment_count>7</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-12-08 00:14:56 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: Spec fires &apos;error&apos;. I don&apos;t think there&apos;s much point supporting src=&quot;&quot; with a base URL, for the reason given in comment 5.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43170</commentid>
    <comment_count>8</comment_count>
    <who name="Jonas Sicking (Not reading bugmail)">jonas</who>
    <bug_when>2010-12-08 00:44:16 +0000</bug_when>
    <thetext>I filed bug comment 2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43171</commentid>
    <comment_count>9</comment_count>
    <who name="Jonas Sicking (Not reading bugmail)">jonas</who>
    <bug_when>2010-12-08 00:44:57 +0000</bug_when>
    <thetext>I filed bug 11497 on comment 2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53225</commentid>
    <comment_count>10</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:11:40 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>