[Webkit-unassigned] [Bug 11730] New: Meta HTTP Refresh that contains a fraction / decimal get ignored.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 30 17:02:51 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11730

           Summary: Meta HTTP Refresh that contains a fraction / decimal get
                    ignored.
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: troyb at omnigroup.com


Meta HTTP Refresh that contains a fraction / decimal get ignored. For example
something like this:

<HTML>
        <HEAD>
                <META HTTP-EQUIV="Refresh" CONTENT="2.5">
                <META HTTP-EQUIV="Pragma" CONTENT="no cache">
                <META HTTP-EQUIV="Expires" CONTENT="-1">
        </HEAD>
        <body>
                Hello World!
        </body>
</HTML>

Will just be ignored. Works in Firefox.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list