File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080
8181●●options
8282spec_title:SVG 2 — IDL Definitions
83- spec_date:2025 - 09 - 14
84- trans_update:2025 - 10 - 28
83+ spec_date:2026 - 03 - 12
84+ trans_update:2026 - 03 - 20
8585source_checked:180908
8686page_state_key:SVG
8787original_url:https://w3c.github.io/svgwg/svg2-draft/idl.html
@@ -410,7 +410,7 @@ <h1>付録 A. IDL 定義 — IDL Definitions</h1>
410410 [`NewObject$] `DOMMatrix$I `createSVGMatrix$m();
411411 [`NewObject$] `DOMRect$I `createSVGRect$m();
412412 [`NewObject$] `SVGTransform$I `createSVGTransform$m();
413- [`NewObject$] `SVGTransform$I `createSVGTransformFromMatrix$m(optional `DOMMatrix2DInit$I %matrix);
413+ [`NewObject$] `SVGTransform$I `createSVGTransformFromMatrix$m(optional `DOMMatrix2DInit$I %matrix = {} );
414414
415415 `Element$I? `getElementById$m(DOMString %elementId);
416416
@@ -479,7 +479,6 @@ <h1>付録 A. IDL 定義 — IDL Definitions</h1>
479479[`Exposed$=Window]
480480interface `ShadowAnimation@I : `Animation$I {
481481 constructor(`Animation$I %source, (`Element$I or `CSSPseudoElement$I) %newTarget);
482-
483482 [`SameObject$] readonly attribute `Animation$I `sourceAnimation$m;
484483};
485484
Original file line number Diff line number Diff line change 1818
1919●●options
2020spec_title:SVG 2 — Document Structure
21- spec_date:2025 - 09 - 14
22- trans_update:2025 - 10 - 28
21+ spec_date:2026 - 03 - 12
22+ trans_update:2026 - 03 - 20
2323source_checked:180924
2424abbr_url:SVGstruct
2525page_state_key:SVG
@@ -5282,7 +5282,7 @@ <h3 title="Interface SVGSVGElement">5.13.2. ~interface `SVGSVGElement^I0</h3>
52825282 [`NewObject$] `DOMMatrix$I `createSVGMatrix$m();
52835283 [`NewObject$] `DOMRect$I `createSVGRect$m();
52845284 [`NewObject$] `SVGTransform$I `createSVGTransform$m();
5285- [`NewObject$] `SVGTransform$I `createSVGTransformFromMatrix$m(optional `DOMMatrix2DInit$I %matrix);
5285+ [`NewObject$] `SVGTransform$I `createSVGTransformFromMatrix$m(optional `DOMMatrix2DInit$I %matrix = {} );
52865286
52875287 `Element$I? `getElementById$m(DOMString %elementId);
52885288
@@ -6319,7 +6319,7 @@ <h3 title="Interface ShadowAnimation">5.13.12. ~interface `ShadowAnimation^I0</h
63196319</ p >
63206320
63216321< pre class ="idl ">
6322- [【!Constructor(Animation source, Animatable newTarget), 】 `Exposed$=Window]
6322+ [`Exposed$=Window]
63236323interface `ShadowAnimation^Ix : `Animation$I {
63246324 constructor(`Animation$I %source, (`Element$I or `CSSPseudoElement$I) %newTarget);
63256325 [`SameObject$] readonly attribute `Animation$I `sourceAnimation$m;
You can’t perform that action at this time.
0 commit comments