--- 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>