Re: [svgwg] Revert change from SVGRect/SVGPoint/SVGMatrix to DOM equivalents (#706)

I tested the latest builds of Chrome and FireFox and they have not implemented this change. 

I think the livability issue is the problem. DOMPoint, DOMRect and DOMMatrix do not say anything about notifying "an observer" once their values are changed. This behavior is unique to SVG properties. The change in an SVG property must be re-serialized to the element attribute.

I tried to remove the SVGPoint and make DOMPoint a livable object. But I had to change the IDL a little and the C++ class does not match the IDL anymore. See the patch https://bugs.webkit.org/attachment.cgi?id=380154&action=review. I could not land this patch because the first question I was asked why Chrome and FireFox have not implemented it.

Can we get agreement on this topic or revert it please?

-- 
GitHub Notification of comment by shallawa
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/706#issuecomment-541881005 using your GitHub account

Received on Monday, 14 October 2019 19:43:53 UTC