[fxtf-drafts] Pull Request: Correct inclusion of SVGURIReference

lukebjerring has just submitted a new pull request for https://github.com/w3c/fxtf-drafts:

== Correct inclusion of SVGURIReference ==
SVGURIReference is an `interface mixin`, not an `interface`, so the operator is `includes` not `implements`.

Found this when cleaning up the SVG deps for https://github.com/web-platform-tests/wpt/issues/11796

See https://github.com/w3c/fxtf-drafts/pull/299

Received on Wednesday, 4 July 2018 20:06:12 UTC