[Webkit-unassigned] [Bug 151468] circle's r, cx, and cy should be parsed via fast path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 18:44:41 PDT 2016


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

Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org

--- Comment #1 from Dirk Schulze <krit at webkit.org> ---
Can't comment on yyparse but to add some background to isStrictParserMode:

It was a requirement of the CSS WG that all CSS specified layout properties (r, cx, cy, ..) in SVG must have units (just like every other length unit taking property). Attribute values are still allowed to be unit less for backwards compatibility reasons.

isStrictParserMode is true if the property was specified by CSS (inline style or style sheet for instance) and false if the property was specified by an attribute.

-- 
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/20161006/192741e0/attachment.html>


More information about the webkit-unassigned mailing list