- From: Nikos Andronikos via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Aug 2016 11:18:00 +0000
- To: public-svg-issues@w3.org
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