[svgwg] new commits pushed by AmeliaBR

The following commits were just pushed by AmeliaBR to https://github.com/w3c/svgwg:

* Update existing A element attributes to match HTML definition

I removed [SameObject] as it isn't usedo n HTML. I didn't include CEReactions as that is for Custom Elements and should be ignored for non-HTML namespace.
  by David Storey
https://github.com/w3c/svgwg/commit/8ce22e09a1efa2c4b68f511b854b05ae91572167

* Add ping attribute

And fixed other attributes to not be readonly and not animatable (presumably strings can't be animated)
  by David Storey
https://github.com/w3c/svgwg/commit/a61bfe3f0d707a95dab8987131eabf2b910dcbb8

* Add referrerpolicy
  by David Storey
https://github.com/w3c/svgwg/commit/a7fd8fa3d874e5000be2732121280aa31d35f8f8

* Add text IDL attribute
  by David Storey
https://github.com/w3c/svgwg/commit/b79de34bd680907506a0d192dc291dfd7f4d2d94

* Correct the short definition for a/download values

To match HTML: https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-download
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/d1fffddbf1896910bbb5a5d2acf0dd896c06dd09

* Merge branch 'master' into update-svgaelement

# Conflicts:
# master/linking.html
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/86aaeef88c547e48b5573275b620de252a0cf074

* Add changes entry for PR #409

With extra note about the breaking change for `target`.
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/b2da1b5f8d849928eed5fb374567d7369ed1830b

* Add `data-dfn-*` attributes to new `a` element attribute definitions

(These should have been added in the merge in 86aaeef )
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/920f056cb28192b81bcfbb615f296b269973e76d

* A-element IDL: fix build errors

- DOMString and USVString aren't auto-linkable
- Fix copy-pasta duplicate ID error
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/303480f7f64aa34aef5be42f8038256c2c295415

* Undo changes to `target` attribute/prop on `a` element

Keep it specified as an animatable attribute
& an SVGAnimatedString DOM property,
as implemented in all major browsers,
unless/until we can get agreement to change implementations.

PS, If that agreement happens, in addition to reverting this commit,
we also need to change the "yes" animatable in the table in linking.html.
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/5d5cc13f57bd5275b1b97c0ddba762baf6547626

* A/target: update changes note to match previous commit

AKA, 5d5cc13f57bd5275b1b97c0ddba762baf6547626
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/43b72624163a0292e4439c2b9144af16d5c01003

* Merge pull request #409 from dstorey/update-svgaelement

Update SVGAElement to match attributes on HTMLAnchorElement

(except `href` and `target`, which have already been widely implemented as `SVGAnimatedString`).
  by Amelia Bellamy-Royds
https://github.com/w3c/svgwg/commit/59e743a521dd326456751876d8b436472abfbd74

Received on Monday, 13 August 2018 23:42:20 UTC