[Bug 28148] Improve parsing of numbers for coords attribute

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

Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simonp@opera.com

--- Comment #2 from Simon Pieters <simonp@opera.com> ---
The spec is intended to match IE exactly for the ASCII range. Presto
implemented the spec.

It seems Blink and WebKit parses more like Gecko.

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3439

Also see https://lists.w3.org/Archives/Public/public-html/2009Jan/0086.html for
earlier compat analysis.

I suppose we could change the spec to be more like Gecko/Blink/WebKit, but at
least when I studied this for Presto's implementation it seemed like IE's
parsing worked better for actual Web content.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 6 March 2015 08:16:27 UTC