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

nikosandronikos has just labeled an issue for 
https://github.com/w3c/svgwg as "DoC_noResponse":

== 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 Monday, 8 August 2016 11:18:24 UTC