[Bug 18228] Step 10 of this algorithm only considers ";" whereas Gecko/WebKit and soon Opera also accept ",".

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18228

Robin Berjon <robin@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robin@w3.org

--- Comment #1 from Robin Berjon <robin@w3.org> 2012-09-11 15:56:44 UTC ---
Actually, in IE7 using:

    <meta http-equiv='refresh' content='1,URL=ok.html'>

doesn't trigger a redirect to ok.html, but to the current page (thereby
creating a reload every second). That's precisely as specified.

Are there examples of content out there in which a comma is used for redirects
other than to the same page? If it's just to the same page, the comma need not
be added to the syntax since the failure mode is to use the base url of the
meta element.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 11 September 2012 15:56:46 UTC