[svgwg] Issue: Editorial(ish): Incorrect method reference in algorithm for checkIntersection/checkEnclosure marked as SVG Core

AmeliaBR has just labeled an issue for https://github.com/w3c/svgwg as "SVG Core":

== Editorial(ish): Incorrect method reference in algorithm for checkIntersection/checkEnclosure ==
In the algorithm for `checkIntersection` [1] (`checkEnclosure` analogously) it says:

> ...depending on what method we are in:
> * getIntersectionList ...

which ought to say `checkIntersection`.

[1] https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__checkIntersection (this was the "closest" reference I could find - wishful thinking would have it actually reference the algorithm for said method) - search for "When checkIntersection".

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

Received on Friday, 19 October 2018 15:35:27 UTC