Skip to content

Commit ba2de7a

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.2.
1 parent dbf9c91 commit ba2de7a

File tree

12 files changed

+58
-233
lines changed

12 files changed

+58
-233
lines changed

ed/algorithms/svg-strokes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"html": "If <a class=\"property\" href=\"https://svgwg.org/specs/strokes/#StrokeLinejoinProperty\">stroke-linejoin</a> is <span class=\"prop-value\">round</span>, then\n return the union of <var>bevel</var> and a circular sector of radius\n <a class=\"property\" href=\"https://svgwg.org/specs/strokes/#StrokeWidthProperty\">stroke-width</a>, centered on <var>P</var>, and which has\n <var>P</var><sub>1</sub> and <var>P</var><sub>2</sub> as the two endpoints of\n the arc."
222222
},
223223
{
224-
"html": "If <a class=\"property\" href=\"https://svgwg.org/specs/strokes/#StrokeLinejoinProperty\">stroke-linejoin</a> is <span class=\"prop-value\">arcs</span>,\n then find the circles that are tangent to the stroke edges at\n <var>P</var><sub>1</sub> and <var>P</var><sub>2</sub> with the\n same curvature as the edges at those points (see below). If both\n curvatures are zero fall through to <span class=\"prop-value\">miter-clip</span>.\n Extend the stroke edges using these circles (or a line, in the case\n of zero curvature). If the two circles (or circle and line) do not\n intersect, fall through to <span class=\"prop-value\">miter-clip</span>.\n\n If the two circles (or circle and line) intersect, the line join\n region is defined by the lines that connect <var>P</var>\n with <var>P</var><sub>1</sub> and <var>P</var><sub>2</sub> and the\n arcs defined by the circles (or arc and line) between the closest\n intersection point to <var>P</var>, and <var>P</var><sub>1</sub>\n and <var>P</var><sub>2</sub>. \n\n Next calculate the <em>miter limit</em> as defined in\n the <a class=\"property\" href=\"https://svgwg.org/specs/strokes/#StrokeMiterlimitProperty\">stroke-miterlimit</a> section. Clip any part of the line\n join region that extends past the miter limit. Return the\n resulting region.\n\n Note that the curvatures are calculated in user-space before any\n transforms are applied."
224+
"html": "If <a class=\"property\" href=\"https://svgwg.org/specs/strokes/#StrokeLinejoinProperty\">stroke-linejoin</a> is <span class=\"prop-value\">arcs</span>,\n then find the circles that are tangent to the stroke edges at\n <var>P</var><sub>1</sub> and <var>P</var><sub>2</sub> with the\n same curvature as the edges at those points (see below). If both\n curvatures are zero fall through to <span class=\"prop-value\">miter-clip</span>.\n Extend the stroke edges using these circles (or a line, in the case\n of zero curvature). If the two circles (or circle and line) do not\n intersect, fall through to <span class=\"prop-value\">miter-clip</span>.\n\n If the two circles (or circle and line) intersect, the line join\n region is defined by the lines that connect <var>P</var>\n with <var>P</var><sub>1</sub> and <var>P</var><sub>2</sub> and the\n arcs defined by the circles (or arc and line) between the closest\n intersection point to <var>P</var>, and <var>P</var><sub>1</sub>\n and <var>P</var><sub>2</sub>.\n\n Next calculate the <em>miter limit</em> as defined in\n the <a class=\"property\" href=\"https://svgwg.org/specs/strokes/#StrokeMiterlimitProperty\">stroke-miterlimit</a> section. Clip any part of the line\n join region that extends past the miter limit. Return the\n resulting region.\n\n Note that the curvatures are calculated in user-space before any\n transforms are applied."
225225
},
226226
{
227227
"html": "If <a class=\"property\" href=\"https://svgwg.org/specs/strokes/#StrokeLinejoinProperty\">stroke-linejoin</a> is <span class=\"prop-value\">miter</span> or\n <span class=\"prop-value\">miter-clip</span> then the line join\n region is the union of <var>bevel</var> and the triangle formed\n from the three points <var>P</var><sub>1</sub>,\n <var>P</var><sub>2</sub> and <var>P</var><sub>3</sub>."

ed/dfns/svg-animations.json

Lines changed: 10 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -660,66 +660,6 @@
660660
"definedIn": "table",
661661
"links": []
662662
},
663-
{
664-
"id": "elementdef-discard",
665-
"href": "https://svgwg.org/specs/animations/#elementdef-discard",
666-
"linkingText": [
667-
"discard"
668-
],
669-
"localLinkingText": [],
670-
"type": "element",
671-
"for": [],
672-
"access": "public",
673-
"informative": false,
674-
"heading": {
675-
"id": "DiscardElement",
676-
"href": "https://svgwg.org/specs/animations/#DiscardElement",
677-
"title": "The ‘discard’ element",
678-
"number": "2.15"
679-
},
680-
"definedIn": "prose",
681-
"links": []
682-
},
683-
{
684-
"id": "DiscardElementHrefAttribute",
685-
"href": "https://svgwg.org/specs/animations/#DiscardElementHrefAttribute",
686-
"linkingText": [
687-
"href"
688-
],
689-
"localLinkingText": [],
690-
"type": "dfn",
691-
"for": [],
692-
"access": "private",
693-
"informative": false,
694-
"heading": {
695-
"id": "DiscardElement",
696-
"href": "https://svgwg.org/specs/animations/#DiscardElement",
697-
"title": "The ‘discard’ element",
698-
"number": "2.15"
699-
},
700-
"definedIn": "table",
701-
"links": []
702-
},
703-
{
704-
"id": "DiscardElementBeginAttribute",
705-
"href": "https://svgwg.org/specs/animations/#DiscardElementBeginAttribute",
706-
"linkingText": [
707-
"begin"
708-
],
709-
"localLinkingText": [],
710-
"type": "dfn",
711-
"for": [],
712-
"access": "private",
713-
"informative": false,
714-
"heading": {
715-
"id": "DiscardElement",
716-
"href": "https://svgwg.org/specs/animations/#DiscardElement",
717-
"title": "The ‘discard’ element",
718-
"number": "2.15"
719-
},
720-
"definedIn": "table",
721-
"links": []
722-
},
723663
{
724664
"id": "elementdef-animateMotion",
725665
"href": "https://svgwg.org/specs/animations/#elementdef-animateMotion",
@@ -735,7 +675,7 @@
735675
"id": "AnimateMotionElement",
736676
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
737677
"title": "The ‘animateMotion’ element",
738-
"number": "2.16"
678+
"number": "2.15"
739679
},
740680
"definedIn": "prose",
741681
"links": []
@@ -757,7 +697,7 @@
757697
"id": "AnimateMotionElement",
758698
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
759699
"title": "The ‘animateMotion’ element",
760-
"number": "2.16"
700+
"number": "2.15"
761701
},
762702
"definedIn": "table",
763703
"links": []
@@ -779,7 +719,7 @@
779719
"id": "AnimateMotionElement",
780720
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
781721
"title": "The ‘animateMotion’ element",
782-
"number": "2.16"
722+
"number": "2.15"
783723
},
784724
"definedIn": "table",
785725
"links": []
@@ -801,7 +741,7 @@
801741
"id": "AnimateMotionElement",
802742
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
803743
"title": "The ‘animateMotion’ element",
804-
"number": "2.16"
744+
"number": "2.15"
805745
},
806746
"definedIn": "table",
807747
"links": []
@@ -823,7 +763,7 @@
823763
"id": "AnimateMotionElement",
824764
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
825765
"title": "The ‘animateMotion’ element",
826-
"number": "2.16"
766+
"number": "2.15"
827767
},
828768
"definedIn": "table",
829769
"links": []
@@ -845,7 +785,7 @@
845785
"id": "AnimateMotionElement",
846786
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
847787
"title": "The ‘animateMotion’ element",
848-
"number": "2.16"
788+
"number": "2.15"
849789
},
850790
"definedIn": "table",
851791
"links": []
@@ -865,7 +805,7 @@
865805
"id": "AnimateMotionElement",
866806
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
867807
"title": "The ‘animateMotion’ element",
868-
"number": "2.16"
808+
"number": "2.15"
869809
},
870810
"definedIn": "prose",
871811
"links": []
@@ -887,7 +827,7 @@
887827
"id": "AnimateMotionElement",
888828
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
889829
"title": "The ‘animateMotion’ element",
890-
"number": "2.16"
830+
"number": "2.15"
891831
},
892832
"definedIn": "table",
893833
"links": []
@@ -907,7 +847,7 @@
907847
"id": "AnimateTransformElement",
908848
"href": "https://svgwg.org/specs/animations/#AnimateTransformElement",
909849
"title": "The ‘animateTransform’ element",
910-
"number": "2.17"
850+
"number": "2.16"
911851
},
912852
"definedIn": "prose",
913853
"links": []
@@ -929,7 +869,7 @@
929869
"id": "AnimateTransformElement",
930870
"href": "https://svgwg.org/specs/animations/#AnimateTransformElement",
931871
"title": "The ‘animateTransform’ element",
932-
"number": "2.17"
872+
"number": "2.16"
933873
},
934874
"definedIn": "table",
935875
"links": []

ed/elements/svg-animations.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"href": "https://svgwg.org/specs/animations/#elementdef-set",
1515
"interface": "SVGSetElement"
1616
},
17-
{
18-
"name": "discard",
19-
"href": "https://svgwg.org/specs/animations/#elementdef-discard"
20-
},
2117
{
2218
"name": "animateMotion",
2319
"href": "https://svgwg.org/specs/animations/#elementdef-animateMotion",

ed/headings/svg-animations.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "pagesubtitle",
1515
"href": "https://svgwg.org/specs/animations/#pagesubtitle",
1616
"level": 2,
17-
"title": "W3C Editor’s Draft 08 March 2023"
17+
"title": "W3C Editor’s Draft 14 September 2025"
1818
},
1919
{
2020
"id": "abstract",
@@ -163,40 +163,33 @@
163163
"title": "The ‘set’ element",
164164
"number": "2.14"
165165
},
166-
{
167-
"id": "DiscardElement",
168-
"href": "https://svgwg.org/specs/animations/#DiscardElement",
169-
"level": 3,
170-
"title": "The ‘discard’ element",
171-
"number": "2.15"
172-
},
173166
{
174167
"id": "AnimateMotionElement",
175168
"href": "https://svgwg.org/specs/animations/#AnimateMotionElement",
176169
"level": 3,
177170
"title": "The ‘animateMotion’ element",
178-
"number": "2.16"
171+
"number": "2.15"
179172
},
180173
{
181174
"id": "AnimateTransformElement",
182175
"href": "https://svgwg.org/specs/animations/#AnimateTransformElement",
183176
"level": 3,
184177
"title": "The ‘animateTransform’ element",
185-
"number": "2.17"
178+
"number": "2.16"
186179
},
187180
{
188181
"id": "AnimationAttributesAndProperties",
189182
"href": "https://svgwg.org/specs/animations/#AnimationAttributesAndProperties",
190183
"level": 3,
191184
"title": "Elements, attributes and properties that can be animated",
192-
"number": "2.18"
185+
"number": "2.17"
193186
},
194187
{
195188
"id": "implicit-aria-semantics",
196189
"href": "https://svgwg.org/specs/animations/#implicit-aria-semantics",
197190
"level": 3,
198191
"title": "Implicit ARIA Semantics",
199-
"number": "2.19"
192+
"number": "2.18"
200193
},
201194
{
202195
"id": "DOMAnimationExample",
@@ -282,19 +275,12 @@
282275
"title": "Interface SVGAnimateTransformElement",
283276
"number": "5.7"
284277
},
285-
{
286-
"id": "InterfaceSVGDiscardElement",
287-
"href": "https://svgwg.org/specs/animations/#InterfaceSVGDiscardElement",
288-
"level": 3,
289-
"title": "Interface SVGDiscardElement",
290-
"number": "5.8"
291-
},
292278
{
293279
"id": "InterfaceSVGSVGElement",
294280
"href": "https://svgwg.org/specs/animations/#InterfaceSVGSVGElement",
295281
"level": 3,
296282
"title": "Extensions to interface SVGSVGElement",
297-
"number": "5.9"
283+
"number": "5.8"
298284
},
299285
{
300286
"id": "refs",

ed/headings/svg-integration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "pagesubtitle",
1515
"href": "https://svgwg.org/specs/integration/#pagesubtitle",
1616
"level": 2,
17-
"title": "W3C Editor’s Draft 08 March 2023"
17+
"title": "W3C Editor’s Draft 14 September 2025"
1818
},
1919
{
2020
"id": "abstract",

ed/headings/svg-paths.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "pagesubtitle",
1515
"href": "https://svgwg.org/specs/paths/#pagesubtitle",
1616
"level": 2,
17-
"title": "W3C Editor’s Draft 08 March 2023"
17+
"title": "W3C Editor’s Draft 14 September 2025"
1818
},
1919
{
2020
"id": "abstract",

ed/headings/svg-strokes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "pagesubtitle",
1515
"href": "https://svgwg.org/specs/strokes/#pagesubtitle",
1616
"level": 2,
17-
"title": "W3C Editor’s Draft 08 March 2023"
17+
"title": "W3C Editor’s Draft 14 September 2025"
1818
},
1919
{
2020
"id": "abstract",

ed/idl/svg-animations.idl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface TimeEvent : Event {
99
readonly attribute WindowProxy? view;
1010
readonly attribute long detail;
1111

12-
undefined initTimeEvent(DOMString typeArg, Window? viewArg, long detailArg);
12+
undefined initTimeEvent(DOMString typeArg, optional Window? viewArg = null, optional long detailArg = 0);
1313
};
1414

1515
[Exposed=Window]
@@ -55,10 +55,6 @@ SVGMPathElement includes SVGURIReference;
5555
interface SVGAnimateTransformElement : SVGAnimationElement {
5656
};
5757

58-
[Exposed=Window]
59-
interface SVGDiscardElement : SVGAnimationElement {
60-
};
61-
6258
partial interface SVGSVGElement {
6359
undefined pauseAnimations();
6460
undefined unpauseAnimations();

ed/ids/svg-animations.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@
8989
"https://svgwg.org/specs/animations/#SetElement",
9090
"https://svgwg.org/specs/animations/#elementdef-set",
9191
"https://svgwg.org/specs/animations/#SetElementToAttribute",
92-
"https://svgwg.org/specs/animations/#DiscardElement",
93-
"https://svgwg.org/specs/animations/#elementdef-discard",
94-
"https://svgwg.org/specs/animations/#DiscardElementHrefAttribute",
95-
"https://svgwg.org/specs/animations/#DiscardElementBeginAttribute",
96-
"https://svgwg.org/specs/animations/#issue19",
9792
"https://svgwg.org/specs/animations/#AnimateMotionElement",
9893
"https://svgwg.org/specs/animations/#elementdef-animateMotion",
9994
"https://svgwg.org/specs/animations/#AnimateMotionElementCalcModeAttribute",
@@ -141,7 +136,6 @@
141136
"https://svgwg.org/specs/animations/#InterfaceSVGAnimateMotionElement",
142137
"https://svgwg.org/specs/animations/#InterfaceSVGMPathElement",
143138
"https://svgwg.org/specs/animations/#InterfaceSVGAnimateTransformElement",
144-
"https://svgwg.org/specs/animations/#InterfaceSVGDiscardElement",
145139
"https://svgwg.org/specs/animations/#InterfaceSVGSVGElement",
146140
"https://svgwg.org/specs/animations/#__svg__SVGSVGElement__pauseAnimations",
147141
"https://svgwg.org/specs/animations/#__svg__SVGSVGElement__unpauseAnimations",

0 commit comments

Comments
 (0)