[svgwg] Review implementation support - Intro / whole document

AmeliaBR has just created a new issue for https://github.com/w3c/svgwg:

== Review implementation support - Intro / whole document ==
- [SVG 2 ED](https://svgwg.org/svg2-draft/Overview.html)
- [Changes section, whole document](https://svgwg.org/svg2-draft/changes.html#whole)

## Status of Changes Requiring Implementation

- [ ] Added "length" attribute and indexed property access to all list interfaces.

     [The tests in the scripted folder indirectly measure this, for text interfaces](https://github.com/web-platform-tests/wpt/tree/master/svg/scripted).  But more comprehensive tests are needed, probably by building on [the tests in typed/scripted](https://github.com/web-platform-tests/wpt/tree/master/svg/types/scripted).

     As far as I know, support is good (Chrome/Firefox/Edge). Not sure if WebKit has implemented yet.

- [ ] Add the ‘script’ element to the content model of all elements.

     This is a validity issue; I don't _think_ any implementation changes were required. But UA tests that scripts work in all contexts wouldn't hurt.

- [ ] Changed the initialize, appendItem, replaceItem and insertItemBefore methods on list objects to make a copy of any list item being inserted that is already in another list.

     Needs tests.

- [ ] The ‘image’ and ‘script’ elements have gained a crossorigin attribute, for use with the CORS-enabled fetch algorithm.

     Needs tests (should probably be tracked in the chapters for the relevant elements).

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/488 using your GitHub account

Received on Monday, 9 July 2018 23:53:25 UTC