Re: [svgwg] Review of L.2.1 changes across the whole document - status

>  Added "length" attribute and indexed property access to all list interfaces.
    Seems to be there on at least chrome and firefox. I wrote some tests, which
    pass, but only tested read-only access as that's all that the spec requires.
    Have not tested for external specs like css transforms.

Were these tests submitted to WPT? Were they reviewed?

>    Add the ‘script’ element to the content model of all elements.
    Without a DTD or schema this statement is meaningless.

The content model is described in the `content model` part of each element definition in the specification. For example the [`text` element](https://www.w3.org/TR/2018/CR-SVG2-20180807/text.html#TextElement) says that script is an allowed child.

>    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.
    Yes, in types.html (not sure my JS is up to testing whether this was implemented,
    probably something using ===, but browsers and object identity seem a bit fluid to me)

Were these tests submitted to WPT? Were they reviewed?



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

Received on Sunday, 5 August 2018 16:43:38 UTC