[Webkit-unassigned] [Bug 155874] Align quirky number parsing with other browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 18 13:52:01 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=155874

Ali Juma <ajuma at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ajuma at chromium.org
           Assignee|webkit-unassigned at lists.web |ajuma at chromium.org
                   |kit.org                     |

--- Comment #4 from Ali Juma <ajuma at chromium.org> ---
Currently, the only properties this affects are transition-duration, animation-duration, and -webkit-marquee-speed.

-webkit-marquee-speed is a bit of a special case though, since the marquee element's scrolldelay attribute (which is unit-less) gets converted to -webkit-marquee-speed using the CSS parser (in quirks mode, even when the document itself is not in quirks mode). It's also not supported by any other browser (Blink removed this property a while ago), so there's no concern about aligning with other browsers.

So I'd be inclined to fix transition-duration and animation-duration, and leave -webkit-marquee-speed alone.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170718/b4cb11b5/attachment.html>


More information about the webkit-unassigned mailing list