[svgwg] Pull Request: Update SVGAElement to match attributes on HTMLAnchorElement

dstorey has just submitted a new pull request for https://github.com/w3c/svgwg:

== Update SVGAElement to match attributes on HTMLAnchorElement ==
* Harmonised existing IDL attributes with the definitions in HTML (inc. setting Animatable to false and no longer read only)
* Added IDL attributes missing from SVG but included in HTML - ping, referrerPolicy and text. These 3 are in the process of being implemented in Firefox.

This is temporary until the HTML spec includes the HTMLOrSVGAnchorElement mixin (or equivalent), when we can just refer to that spec. I just copied the reflect rules for `text` from HTML for example. 

Apologies if I didn't add things in all the right places or got the references wrong. I'm still learning how things should be structured and edited. 

See https://github.com/w3c/svgwg/pull/409

Received on Tuesday, 10 April 2018 01:40:07 UTC