1
- From 241ad781048c26b5d1c107fd2f35c16bb5f05ab2 Mon Sep 17 00:00:00 2001
1
+ From faaa4cf0e963176563339e6befb3fb84077d5f7f Mon Sep 17 00:00:00 2001
2
2
From: Francois Daoust <
[email protected] >
3
- Date: Fri, 23 Dec 2022 23:48:52 +0100
3
+ Date: Thu, 6 Mar 2025 16:31:29 +0100
4
4
Subject: [PATCH] Fix IDL of SVG spec
5
5
6
6
HTMLHyperlinkElementUtils: https://github.com/w3c/svgwg/issues/312
7
+
8
+ Also drop `SVGPathElement`, now that SVG Paths is also being crawled, pending
9
+ clarification of status between SVG 2 and SVG Paths.
7
10
---
8
- ed/idl/SVG.idl | 16 ++++++++++++++--
9
- 1 file changed, 14 insertions(+), 2 deletions(-)
11
+ ed/idl/SVG.idl | 20 ++++++++++++++---- --
12
+ 1 file changed, 14 insertions(+), 6 deletions(-)
10
13
11
14
diff --git a/ed/idl/SVG.idl b/ed/idl/SVG.idl
12
- index 9ce619d1e..3a0b86126 100644
15
+ index 9ce619d1e..5dff2947b 100644
13
16
--- a/ed/idl/SVG.idl
14
17
+++ b/ed/idl/SVG.idl
15
18
@@ -13,7 +13,6 @@ interface SVGElement : Element {
@@ -20,7 +23,18 @@ index 9ce619d1e..3a0b86126 100644
20
23
SVGElement includes SVGElementInstance;
21
24
SVGElement includes HTMLOrSVGElement;
22
25
23
- @@ -673,7 +672,20 @@ interface SVGAElement : SVGGraphicsElement {
26
+ @@ -419,10 +418,6 @@ interface SVGAnimatedPreserveAspectRatio {
27
+ [SameObject] readonly attribute SVGPreserveAspectRatio animVal;
28
+ };
29
+
30
+ - [Exposed=Window]
31
+ - interface SVGPathElement : SVGGeometryElement {
32
+ - };
33
+ -
34
+ [Exposed=Window]
35
+ interface SVGRectElement : SVGGeometryElement {
36
+ [SameObject] readonly attribute SVGAnimatedLength x;
37
+ @@ -673,7 +668,20 @@ interface SVGAElement : SVGGraphicsElement {
24
38
};
25
39
26
40
SVGAElement includes SVGURIReference;
@@ -43,5 +57,5 @@ index 9ce619d1e..3a0b86126 100644
43
57
[Exposed=Window]
44
58
interface SVGViewElement : SVGElement {};
45
59
- -
46
- 2.39.0 .windows.1
60
+ 2.37.1 .windows.1
47
61
0 commit comments