1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
|
---
title: Firefox の SVG 1.1 対応状況
slug: Web/SVG/SVG_1.1_Support_in_Firefox
tags:
- Firefox
- SVG
original_slug: Mozilla_SVG_Status
translation_of: Web/SVG/SVG_1.1_Support_in_Firefox
---
<p>SVG の構文と使い方の基本的な例は、 <a href="https://www.w3.org/Graphics/SVG/Test/20061213/">W3C SVG test suite</a> にあります。</p>
<div class="note">
<p><strong>注:</strong> Gecko 2.0 より、Gecko は SMIL を用いた SVG アニメーションに対応しています。簡単な概要については<a href="/ja/docs/Web/SVG/SVG_animation_with_SMIL">SMIL を用いた SVG アニメーション</a>を参照してください。 SVG の完全なドキュメントは近日公開予定です。いつの日か。</p>
</div>
<p><a href="/ja/docs/Web/SVG/SVG_2_support_in_Mozilla">SVG 2 の変更についての Mozilla の対応</a>の解説もあります。</p>
<h2 id="Element_implementation_status">要素の実装状況</h2>
<p><a href="https://www.w3.org/TR/SVG11/">SVG 1.1</a> の要素とネイティブサポートの状況の概略です。</p>
<table class="standard-table" style="border-collapse: separate;">
<tbody>
<tr>
<th>要素</th>
<th>備考</th>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/struct.html#basic-structure-mod">Structure モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#SVGElement">svg</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>DOM 属性 <code>currentScale</code> と <code>currentTranslate</code> は実装されていますが、パンとズームのユーザーインターフェイスはありません。
</li>
<li>SVGSVGElement
<ul>
<li>未実装の属性: contentScriptType, contentStyleType, viewport, currentView</li>
<li>未実装のバインディング: getIntersectionList, getEnclosureList, checkIntersection, checkEnclosure</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#GElement">g</a> </td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#DefsElement">defs</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#DescElement">desc</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>DOM に保存されるのみでユーザーインターフェイスなし。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#TitleElement">title</a></td>
<td>
<ul>
<li>実装済み。</li>
<li><code>title</code> は SVG オブジェクト上でマウスを静止させるとツールチップとして表示されます。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/metadata.html#MetadataElement">metadata</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>DOM に保存されるのみでユーザーインターフェイスなし。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#SymbolElement">symbol</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#UseElement">use</a></td>
<td>
<ul>
<li>実装済み。</li>
<li><svg:use> カスケーディング規則に完全に従っていない ({{Bug(265894)}})。</li>
<li>SVGElementInstance ツリーにイベントを伝えない ({{Bug(265895)}})。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/struct.html#conditional-mod">Conditional
Processing モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#SwitchElement">switch</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/struct.html#image-mod">Image モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/struct.html#ImageElement">image</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/styling.html#style-mod">Style モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/styling.html#StyleElement">style</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/shapes.html#shape-mod">Shape モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/paths.html#PathElement">path</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>SVGPathElement インターフェイス
<ul>
<li>未実装の属性: normalizedPathSegList, animatedNormalizedPathSegList</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/shapes.html#RectElement">rect</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/shapes.html#CircleElement">circle</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/shapes.html#LineElement">line</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/shapes.html#EllipseElement">ellipse</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/shapes.html#PolylineElement">polyline</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/shapes.html#PolygonElement">polygon</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/text.html#text-mod">Text モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/text.html#TextElement">text</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>さまざまなプレゼンテーション属性が機能しません (alignment-baseline, baseline-shift, dominant-baseline, kerning, letter-spacing, word-spacing, writing-mode, glyph-orientation-horizontal, glyph-orientation-vertical)</li>
<li>最近実装されたプレゼンテーション属性: direction, unicode-bidi, font-variant, text-decoration</li>
<li>SVGTextElement
<ul>
<li>最近実装されたバインディング: selectSubString</li>
<li>最近実装された属性: textLength, lengthAdjust</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/text.html#TSpanElement">tspan</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>さまざまなプレゼンテーション属性が機能しません (alignment-baseline, baseline-shift, dominant-baseline, kerning, letter-spacing, word-spacing, writing-mode, glyph-orientation-horizontal, glyph-orientation-vertical)</li>
<li>最近実装されたプレゼンテーション属性: direction, unicode-bidi, font-variant, text-decoration</li>
<li>SVGTSpanElement
<ul>
<li>最近実装されたバインディング: selectSubString</li>
<li>最近実装された属性: textLength, lengthAdjust</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td style="background-color: rgb(204, 204, 204);"><a href="https://www.w3.org/TR/SVG11/text.html#TRefElement">tref</a></td>
<td style="background-color: rgb(204, 204, 204);">
<ul>
<li>この機能は、仕様書の早期の草稿にありましたが、のちに削除されたので実装されていません ({{Bug(273171)}})。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/text.html#TextPathElement">textPath</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>未実装のバインディング: selectSubString</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: khaki;">
<td><a href="https://www.w3.org/TR/SVG11/text.html#AltGlyphElement">altGlyph</a></td>
<td>
<ul>
<li>tspan として実装。 Gecko 2.0 ではフォント機能なし ({{Bug(456286)}}, {{Bug(571808)}})。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/text.html#AltGlyphDefElement">altGlyphDef</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/text.html#AltGlyphItemElement">altGlyphItem</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/text.html#GlyphRefElement">glyphRef</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/painting.html#marker-mod">Marker モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/painting.html#MarkerElement">marker</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/color.html#color-profile-mod">Color Profile モジュール</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/color.html#ColorProfileElement">color-profile</a></td>
<td>
<ul>
<li>未実装 ({{Bug(427713)}})。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/pservers.html#gradient-mod">Gradient モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/pservers.html#LinearGradientElement">linearGradient</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/pservers.html#RadialGradientElement">radialGradient</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/pservers.html#StopElement">stop</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/pservers.html#pattern-mod">Pattern モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/pservers.html#PatternElement">pattern</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/masking.html#clip-mod">Clip モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/masking.html#ClipPathElement">clipPath</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/masking.html#mask-mod">Mask モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/masking.html#MaskElement">mask</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/filters.html#filter-mod">Filter モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#FilterElement">filter</a></td>
<td>
<ul>
<li>実装済み。</li>
<li>擬似画像入力は <code>SourceGraphic</code> と <code>SourceAlpha</code> のみ実装。</li>
<li>未実装の擬似画像入力かフィルター要素を使うとそのフィルターは無視され、参照された画像はフィルター無しで表示されます。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feBlendElement">feBlend</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feColorMatrixElement">feColorMatrix</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feComponentTransferElement">feComponentTransfer</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feCompositeElement">feComposite</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feConvolveMatrixElement">feConvolveMatrix</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feDiffuseLightingElement">feDiffuseLighting</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feDisplacementMapElement">feDisplacementMap</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feFloodElement">feFlood</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feGaussianBlurElement">feGaussianBlur</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feImageElement">feImage</a></td>
<td>
<ul>
<li>実装済み</li>
<li>文書フラグメント ({{bug(455986)}}) は <svg:feImage> では対応していません。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feMergeElement">feMerge</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feMergeNodeElement">feMergeNode</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feMorphologyElement">feMorphology</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feOffsetElement">feOffset</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feSpecularLightingElement">feSpecularLighting</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feTileElement">feTile</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feTurbulenceElement">feTurbulence</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feDistantLightElement">feDistantLight</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#fePointLightElement">fePointLight</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feSpotLightElement">feSpotLight</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feFuncRElement">feFuncR</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feFuncGElement">feFuncG</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feFuncBElement">feFuncB</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/filters.html#feFuncAElement">feFuncA</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/interact.html#cursor-mod">Cursor モジュール</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/interact.html#CursorElement">cursor</a></td>
<td>
<ul>
<li>未実装 ({{Bug(177193)}})。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/linking.html#hyperlinking-mod">Hyperlinking モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/linking.html#AElement">a</a></td>
<td>
<ul>
<li><code>xlink:href</code>, <code>xlink:show</code>, <code>xlink:target</code>, <code>xlink:title</code> 属性のみ実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/linking.html#view-mod">View モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/linking.html#ViewElement">view</a></td>
<td>
<ul>
<li>Gecko 15.0 で実装済み ({{Bug(512525)}})。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/script.html#scripting-mod">Scripting モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/script.html#ScriptElement">script</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/animate.html#animation-mod">Animation モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/animate.html#AnimateElement">animate</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/animate.html#SetElement">set</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/animate.html#AnimateMotionElement">animateMotion</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/animate.html#AnimateTransformElement">animateTransform</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/animate.html#AnimateColorElement">animateColor</a></td>
<td>
<ul>
<li>未実装 ({{Bug(436296)}})。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/animate.html#mpathElement">mpath</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/fonts.html#font-mod">Font Module</a></th>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#FontElement">font</a></td>
<td>
<ul>
<li>未実装 {{Bug(119490)}}。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#GlyphElement">glyph</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#MissingGlyphElement">missing-glyph</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#HKernElement">hkern</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#VKernElement">vkern</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#FontFaceSrcElement">font-face-src</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face-uri</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face-format</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement">font-face-name</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr style="color: black; background-color: salmon;">
<td><a href="https://www.w3.org/TR/SVG11/fonts.html#DefinitionSrcElement">definition-src</a></td>
<td>
<ul>
<li>未実装。</li>
</ul>
</td>
</tr>
<tr>
<th colspan="2" style="text-align: center;"><a href="https://www.w3.org/TR/SVG11/extend.html#extensibility-mod">Extensibility モジュール</a></th>
</tr>
<tr style="color: black; background-color: lightgreen;">
<td><a href="https://www.w3.org/TR/SVG11/extend.html#ForeignObjectElement">foreignObject</a></td>
<td>
<ul>
<li>実装済み。</li>
</ul>
</td>
</tr>
</tbody>
</table>
|