[Webkit-unassigned] [Bug 7430] Invalid opacity values are treated incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 6 16:06:05 PST 2007


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |ap at webkit.org




------- Comment #5 from ap at webkit.org  2007-01-06 16:06 PDT -------
(In reply to comment #4)
> The so-called "invalid value" is a valid Number literal in JS.

That's correct, but then it's converted back to a string and passed to CSS
parser, which doesn't understand scientific notation.

The problem with handling invalid values has been recently fixed, see bug 7296.
The test case now works just like it does in Firefox. We just don't log an
error to the console yet, unlike 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