<?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>6464</bug_id>
          
          <creation_ts>2009-01-21 14:52:13 +0000</creation_ts>
          <short_desc>Support meta refresh with quotes</short_desc>
          <delta_ts>2010-10-04 14:30:38 +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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Pieters">zcorpan</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>excors</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>23207</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2009-01-21 14:52:13 +0000</bug_when>
    <thetext>We found that IE8, Firefox and Safari support

   &lt;meta name=refresh content=&quot;0; url=&apos;http://example.org/&apos;&quot;&gt;

and the following page relies on it:

   http://www.getacooljob.com/

so we&apos;re probably going to change our implementation to support quotes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23208</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Taylor">excors</who>
    <bug_when>2009-01-21 15:36:10 +0000</bug_when>
    <thetext>Assuming you meant http-equiv (not name), this already seems to work for me in Opera (9.63).

I see quoted URLs on quite a few pages (out of 130K): http://philip.html5.org/data/meta-refresh-quotes.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23209</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2009-01-21 17:30:32 +0000</bug_when>
    <thetext>(Yes, I meant http-equiv of course, sorry.)

Upon closer inspection the cited page is lacking the closing &quot;, meaning that there&apos;s trailing garbage in the attribute value (that Opera includes in the URL but other browsers don&apos;t).

So this should work:

   &lt;meta http-equiv=refresh content=&quot;0; url=&apos;http://example.org/&apos;foobar&quot;&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23223</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2009-01-21 22:46:19 +0000</bug_when>
    <thetext>So your request is to check the URL for a leading &apos; or &quot; character, and if there is one, truncate the URL starting from the next corresponding &apos; or &quot; character?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23224</commentid>
    <comment_count>4</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2009-01-22 06:24:03 +0000</bug_when>
    <thetext>Yes, that would work. (Also strip the leading &apos; or &quot; of course.)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>