[svgwg] Issue: SVGSVGElement referenceElement arguments should be nullable marked as Needs tests

dirkschulze has just labeled an issue for https://github.com/w3c/svgwg as "Needs tests":

== SVGSVGElement referenceElement arguments should be nullable ==
>From https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSVGElement

```
  NodeList getIntersectionList(DOMRectReadOnly rect, SVGElement referenceElement);
  NodeList getEnclosureList(DOMRectReadOnly rect, SVGElement referenceElement);
```

The referenceElement arguments should be nullable, as the null case is handled in their definitions.


See https://github.com/w3c/svgwg/issues/16

Received on Wednesday, 3 October 2018 05:40:32 UTC