- From: Dirk Schulze via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Oct 2018 05:40:24 +0000
- To: public-svg-issues@w3.org
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