diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-13 23:53:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 23:53:43 +0900 |
commit | 55bff225e9633f917f330dee403c527be74d53ae (patch) | |
tree | 3a3fd9816a9b75f9d1076459f82a18d1436b09fa /files | |
parent | a2ca83877ed42d70a1edc03dd24cbe61ccc1089e (diff) | |
download | translated-content-55bff225e9633f917f330dee403c527be74d53ae.tar.gz translated-content-55bff225e9633f917f330dee403c527be74d53ae.tar.bz2 translated-content-55bff225e9633f917f330dee403c527be74d53ae.zip |
Web/SVG/SVG_1.1_Support_in_Firefox の conflicting 版を削除 (#1406)
- conflicting 版は古い版なので削除
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/_redirects.txt | 4 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 15 | ||||
-rw-r--r-- | files/ja/conflicting/web/svg/svg_1.1_support_in_firefox/index.html | 782 |
3 files changed, 2 insertions, 799 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index dde170adf2..c2b4efc414 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3512,8 +3512,8 @@ /ja/docs/SVG_In_HTML_Introduction /ja/docs/Web/SVG/Tutorial/SVG_In_HTML_Introduction /ja/docs/SVG_Namespace_Tips_(external) /ja/docs/Web/SVG/Namespaces_Crash_Course /ja/docs/SVG_improvements_in_Firefox_3 /ja/docs/Mozilla/Firefox/Releases/3/SVG_improvements -/ja/docs/SVG_in_Firefox /ja/docs/conflicting/Web/SVG/SVG_1.1_Support_in_Firefox -/ja/docs/SVG_in_Firefox_1.5 /ja/docs/conflicting/Web/SVG/SVG_1.1_Support_in_Firefox +/ja/docs/SVG_in_Firefox /ja/docs/Web/SVG/SVG_1.1_Support_in_Firefox +/ja/docs/SVG_in_Firefox_1.5 /ja/docs/Web/SVG/SVG_1.1_Support_in_Firefox /ja/docs/Same_origin_policy_for_JavaScript /ja/docs/Web/Security/Same-origin_policy /ja/docs/Scripting_Java /ja/docs/Rhino/Scripting_Java /ja/docs/Sections_and_Outlines_of_an_HTML5_document /ja/docs/orphaned/Web/Guide/HTML/Using_HTML_sections_and_outlines diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 5cb4779bcc..0bc732a8d0 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48710,21 +48710,6 @@ "manji_black" ] }, - "conflicting/Web/SVG/SVG_1.1_Support_in_Firefox": { - "modified": "2019-03-24T00:04:52.347Z", - "contributors": [ - "ethertank", - "Potappo", - "Taken", - "fscholz", - "Marsf", - "Level", - "Mgjbot", - "Okome", - "Takenbot", - "Kozawa" - ] - }, "conflicting/tools/Keyboard_shortcuts": { "modified": "2020-07-16T22:34:03.446Z", "contributors": [ diff --git a/files/ja/conflicting/web/svg/svg_1.1_support_in_firefox/index.html b/files/ja/conflicting/web/svg/svg_1.1_support_in_firefox/index.html deleted file mode 100644 index 486a4831bc..0000000000 --- a/files/ja/conflicting/web/svg/svg_1.1_support_in_firefox/index.html +++ /dev/null @@ -1,782 +0,0 @@ ---- -title: Firefox の SVG 実装状況 -slug: conflicting/Web/SVG/SVG_1.1_Support_in_Firefox -tags: - - Firefox - - SVG -translation_of: Web/SVG/SVG_1.1_Support_in_Firefox -original_slug: SVG_in_Firefox ---- -<p><a class="external" href="http://www.w3.org/Graphics/SVG/Test/20061213/">W3C SVG test suite</a> に、いくつかの基本的な SVG 構文と使用例があります。</p> -<div class="geckoVersionNote"> - <p>{{gecko_callout_heading("2.0")}}</p> - <p>Gecko は 現在、SMIL を用いての SVG アニメーションをサポートしています。概要については、『<a href="/ja/docs/SVG/SVG_animation_with_SMIL">SMIL を用いた SVG アニメーション</a>』 をご覧下さい。SVG の完全なドキュメントはまだ完成に向けて作成中です。</p> -</div> -<h2 id="Element_implementation_status" name="Element_implementation_status">要素の実装状況</h2> -<p><a href="http://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="http://www.w3.org/TR/SVG11/struct.html#basic-structure-mod">Structure モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/struct.html#SVGElement">svg</a></td> - <td> - <ul> - <li>実装済</li> - <li><code>currentScale</code> 属性と <code>currentTranslate</code> 属性は実装されていますが、パンとズームのユーザインターフェースは有りません。</li> - <li>SVGSVGElement - <ul> - <li>未実装の属性 : <code>contentScriptType</code> 、 <code>contentStyleType</code> 、 <code>viewport</code> 、 <code>currentView</code></li> - <li>未実装のバインディング : <code>getIntersectionList</code> 、 <code>getEnclosureList</code> 、 <code>checkIntersection</code> 、 <code>checkEnclosure</code> 、 <code>deselectAll</code></li> - <li>最近実装されたバインディング : - <ul> - <li><code>pauseAnimations</code> 、 <code>unpauseAnimations</code> 、 <code>animationsPaused</code> 、 <code>getCurrentTime</code> 、 <code>setCurrentTime</code> {{gecko_minversion_inline("2")}} 、 <code>getElementById</code> {{gecko_minversion_inline("11")}} 、 <code>useCurrentView</code> {{gecko_minversion_inline("15")}}</li> - </ul> - </li> - </ul> - </li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/struct.html#TitleElement">title</a></td> - <td> - <ul> - <li>実装済</li> - <li>Gecko 2.0 より、SVG オブジェクトにマウスを重ねると <code>title</code> 属性値が表示されるようになった {{gecko_minversion_inline("2")}}</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://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="http://www.w3.org/TR/SVG11/struct.html#UseElement">use</a></td> - <td> - <ul> - <li>実装済</li> - <li>Firefox 3.5/Gecko 1.9.1 で外部文書への参照が実装された ({{Bug(269482)}})</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="http://www.w3.org/TR/SVG11/struct.html#conditional-mod">Conditional Processing モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/struct.html#image-mod">Image モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/struct.html#ImageElement">image</a></td> - <td> - <ul> - <li>実装済</li> - <li>Gecko 2.0 以前では <svg:image> はラスタ画像のみサポート ({{Bug(272288)}}).</li> - <li>Gecko 2.0 より、 <svg:image> はラスタ画像と SVG 画像をサポート {{gecko_minversion_inline("2")}}</li> - </ul> - </td> - </tr> - <tr> - <th colspan="2" style="text-align: center;"><a href="http://www.w3.org/TR/SVG11/styling.html#style-mod">Style モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/shapes.html#shape-mod">Shape モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/paths.html#PathElement">path</a></td> - <td> - <ul> - <li>実装済</li> - <li>SVGPathElement Interface - <ul> - <li>未実装の属性 : normalizedPathSegList, animatedNormalizedPathSegList</li> - </ul> - </li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://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="http://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="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/text.html#text-mod">Text モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/text.html#TextElement">text</a></td> - <td> - <ul> - <li>実装済</li> - <li>多くのプレゼンテーション属性が動作せず : (<code>alignment-baseline</code>, <code>baseline-shift</code>, <code>dominant-baseline</code>, <code>font-variant</code>, <code>kerning</code>, <code>letter-spacing</code>, <code>word-spacing</code>, <code>text-decoration</code>, <code>direction</code>, <code>unicode-bidi</code>, <code>writing-mode</code>, <code>glyph-orientation-horizontal</code>, <code>glyph-orientation-vertical</code>)</li> - <li><code>x</code>, <code>y</code>, <code>dx</code>, <code>dy</code> 属性が複数の値を取れるようになった。 {{gecko_minversion_inline("2")}}</li> - <li>SVGTextElement - <ul> - <li>未実装の属性 : <code>textLength</code> 、 <code>lengthAdjust</code></li> - <li>未実装のバインディング : <code>selectSubString</code></li> - <li>追加属性 : <code>rotate</code> {{gecko_minversion_inline("2")}}</li> - </ul> - </li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/text.html#TSpanElement">tspan</a></td> - <td> - <ul> - <li>実装済</li> - <li>多くのプレゼンテーション属性が動作せず : (<code>alignment-baseline</code>, <code>baseline-shift</code>, <code>dominant-baseline</code>, <code>font-variant</code>, <code>kerning</code>, <code>letter-spacing</code>, <code>word-spacing</code>, <code>text-decoration</code>, <code>direction</code>, <code>unicode-bidi</code>, <code>writing-mode</code>, <code>glyph-orientation-horizontal</code>, <code>glyph-orientation-vertical</code>)</li> - <li><code>x</code>, <code>y</code>, <code>dx</code>, <code>dy</code> 属性が複数の値を取れるようになった。 {{gecko_minversion_inline("2")}}</li> - <li>SVGTSpanElement - <ul> - <li>未実装の属性 : <code>textLength</code> 、 <code>lengthAdjust</code></li> - <li>未実装のバインディング : <code>selectSubString</code></li> - <li>追加属性 : <code>rotate</code> {{gecko_minversion_inline("2")}}</li> - </ul> - </li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: salmon;"> - <td><a href="http://www.w3.org/TR/SVG11/text.html#TRefElement">tref</a></td> - <td> - <ul> - <li>未実装 ({{Bug(273171)}}).</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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: yellow;"> - <td><a href="http://www.w3.org/TR/SVG11/text.html#AltGlyphElement">altGlyph</a></td> - <td> - <ul> - <li>Gecko 2.0 では tspan として実装され、フォント機能は無い ({{Bug(456286)}} / {{Bug(571808)}}).</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: salmon;"> - <td><a href="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/painting.html#marker-mod">Marker モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/pservers.html#gradient-mod">Gradient モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/pservers.html#pattern-mod">Pattern モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/masking.html#clip-mod">Clip モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/masking.html#mask-mod">Mask モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/filters.html#filter-mod">Filter モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/filters.html#FilterElement">filter</a></td> - <td> - <ul> - <li>実装済</li> - <li>擬似入力として次のものが実装されている : <code>SourceGraphic</code> 、 <code>SourceAlpha</code> 、 <code>FillPaint</code> {{gecko_minversion_inline("17")}}<br> - <code>StrokePaint</code> が実装済 {{gecko_minversion_inline("17")}}</li> - <li>未実装の擬似入力ないしフィルタ要素を使った場合、フィルタは無視され対応する図形はフィルタ無しで表示される</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/filters.html#feImageElement">feImage</a></td> - <td> - <ul> - <li>実装済</li> - <li>Gecko 2.0 以前は <svg:feImage> はラスタ画像のみサポート</li> - <li>Gecko 2.0 より、 <svg:feImage> はラスタ画像と SVG 画像をサポート {{gecko_minversion_inline("2")}}</li> - <li>ドキュメントフラグメントは <svg:feImage> で未サポート ({{bug(455986)}})</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/interact.html#cursor-mod">Cursor モジュール</a></th> - </tr> - <tr style="color: black; background-color: salmon;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/linking.html#hyperlinking-mod">Hyperlinking モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/linking.html#view-mod">View モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/linking.html#ViewElement">view</a></td> - <td> - <ul> - <li>Gecko 15.0 で実装済 ({{Bug(512525)}}) {{gecko_minversion_inline("15.0")}}</li> - </ul> - </td> - </tr> - <tr> - <th colspan="2" style="text-align: center;"><a href="http://www.w3.org/TR/SVG11/script.html#scripting-mod">Scripting モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/animate.html#animation-mod">Animation モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/animate.html#AnimateElement">animate</a></td> - <td> - <ul> - <li>Gecko 2.0 で実装済 {{gecko_minversion_inline("2.0")}}</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/animate.html#SetElement">set</a></td> - <td> - <ul> - <li>Gecko 2.0 で実装済 {{gecko_minversion_inline("2.0")}}</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/animate.html#AnimateMotionElement">animateMotion</a></td> - <td> - <ul> - <li>Gecko 2.0 で実装済 ({{Bug(436418)}}). {{gecko_minversion_inline("2.0")}}</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/animate.html#AnimateTransformElement">animateTransform</a></td> - <td> - <ul> - <li>Gecko 2.0 で実装済 {{gecko_minversion_inline("2.0")}}</li> - </ul> - </td> - </tr> - <tr style="color: black; background-color: salmon;"> - <td><a href="http://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="http://www.w3.org/TR/SVG11/animate.html#mpathElement">mpath</a></td> - <td> - <ul> - <li>Gecko 2.0 で実装済 ({{Bug(436418)}}). {{gecko_minversion_inline("2.0")}}</li> - </ul> - </td> - </tr> - <tr> - <th colspan="2" style="text-align: center;"><a href="http://www.w3.org/TR/SVG11/fonts.html#font-mod">Font モジュール</a></th> - </tr> - <tr style="color: black; background-color: salmon;"> - <td><a href="http://www.w3.org/TR/SVG11/fonts.html#FontElement" title="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://www.w3.org/TR/SVG11/extend.html#extensibility-mod">Extensibility モジュール</a></th> - </tr> - <tr style="color: black; background-color: lightgreen;"> - <td><a href="http://www.w3.org/TR/SVG11/extend.html#ForeignObjectElement">foreignObject</a></td> - <td> - <ul> - <li>実装済</li> - </ul> - </td> - </tr> - </tbody> -</table> |