[Webkit-unassigned] [Bug 155516] ASSERT_NOT_REACHED on imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 13:32:13 PDT 2016


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

--- Comment #4 from zalan <zalan at apple.com> ---
It asserts because ".4" string is considered an invalid integral number and newCoordsArray() does not handle this error case very well.
However it seems the spec changed so that now coords attribute can have floating point numbers. (https://html.spec.whatwg.org/multipage/embedded-content.html#attr-area-coords)
So instead of fixing newCoordsArray(), we should move over to floating-point attribute parsing.

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


More information about the webkit-unassigned mailing list