[Webkit-unassigned] [Bug 217286] CSS transform doesn't override transform attribute on SVG element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 11:34:30 PDT 2020


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
Actually, if I understand the spec correctly, presentation attributes should be considered during style resolution, per https://www.w3.org/TR/css-transforms-1/#transform-attribute-specificity:

"The participation in the CSS cascade is determined by the specificity of presentation attributes in the SVG specification. According to SVG, user agents conceptually insert a new author style sheet for presentation attributes, which is the first in the author style sheet collection."

So I think we should always be using what is set in the RenderStyle, assuming the RenderStyle accounts for presentation attributes :)

-- 
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/20201019/d509821d/attachment-0001.htm>


More information about the webkit-unassigned mailing list