Bug 198652
Summary: | [SVG2]: Remove SVGTests.hasExtension | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | rniwa, sabouhallawa, zimmermann |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1133175 https://bugs.chromium.org/p/chromium/issues/detail?id=532405 https://bugs.webkit.org/show_bug.cgi?id=216984 |
||
Bug Depends on: | |||
Bug Blocks: | 191292 |
Frédéric Wang (:fredw)
Just opening this for the record...
4 years ago, the SVG WG resolved to remove SVGTests.hasExtension due to lack of use and being a poor API.
It was removed from Chromium at that time and has been removed from Firefox recently
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
Sent to webkit-dev too: https://lists.webkit.org/pipermail/webkit-dev/2019-June/030659.html
Ryosuke Niwa
As I mentioned in webkit-dev, the key question here is whether there is any web content that relies on this feature either intentionally or accidentally; e.g. iOS specific web content.
Said Abou-Hallawa
SVG 2 (W3C Recommendation): https://www.w3.org/TR/SVG2/types.html#InterfaceSVGTests
SVG 1.1 (W3C Recommendation): https://www.w3.org/TR/SVG11/types.html#InterfaceSVGTests
Frédéric Wang (:fredw)
@Ryosuke: It looks like LayoutTests/web-platform-tests/mathml/relations/html5-tree/mathml/relations/html5-tree/required-extensions-1.html (test for SVGTests.hasExtension and MathML namespace) was removed in bug 200470. Should we import it back into LayoutTests/mathml?
Frédéric Wang (:fredw)
*** This bug has been marked as a duplicate of bug 204125 ***