On Tue, Apr 10, 2018, at 7:56 AM, Jeff Gilbert wrote: > Can we not put more things into SVG? Making SVG more complicated seems > like it should be an anti-goal for the web platform.
I think we should align the features and behavior of HTML <a> and SVG <a>. <!DOCTYPE html> <a href=...>something</a> <svg> <a href=...><path ... /></a> </svg> I don't see why the two DOM objects for the HTML <a> and SVG <a> should behave substantially differently. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform