diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-18 14:33:08 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-18 14:33:08 +0900 |
commit | 66dd961c765e2843fdc3ed463baa19873924c0a3 (patch) | |
tree | 71d90cddda2cdd2c8544582a19a9877e1f1242a5 /files/ja/web/svg/compatibility_sources/index.html | |
parent | 4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 (diff) | |
download | translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.gz translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.tar.bz2 translated-content-66dd961c765e2843fdc3ed463baa19873924c0a3.zip |
意味のない title 属性を削除
fix #1877
Diffstat (limited to 'files/ja/web/svg/compatibility_sources/index.html')
-rw-r--r-- | files/ja/web/svg/compatibility_sources/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/svg/compatibility_sources/index.html b/files/ja/web/svg/compatibility_sources/index.html index 062a2f701d..0b4c730fb7 100644 --- a/files/ja/web/svg/compatibility_sources/index.html +++ b/files/ja/web/svg/compatibility_sources/index.html @@ -8,7 +8,7 @@ translation_of: Web/SVG/Compatibility_sources <p>以下の情報源が SVG 要素と属性の互換性の確認に活用できます。</p> <ul> - <li><a href="/ja/docs/SVG_in_Firefox" title="ja/docs/SVG_in_Firefox">https://wiki.developer.mozilla.org/ja/docs/SVG_in_Firefox</a> Firefoxに対する改編履歴あり</li> + <li><a href="/ja/docs/SVG_in_Firefox">https://wiki.developer.mozilla.org/ja/docs/SVG_in_Firefox</a> Firefoxに対する改編履歴あり</li> <li><a class="external" href="http://www.webkit.org/projects/svg/status.xml">http://www.webkit.org/projects/svg/status.xml</a> WebKit, Safari, Chrome 向けの<a class="external" href="http://wayback.archive.org/web/*/http://www.webkit.org/projects/svg/status.xml">記録書庫</a></li> <li>Opera 9 以降向けの追加情報は <a class="external" href="http://www.opera.com/docs/specs/opera9/svg/">http://www.opera.com/docs/specs/opera9/svg/</a> 、 Opera 8向けは <a class="external" href="http://www.opera.com/docs/specs/opera8/">http://www.opera.com/docs/specs/opera8/</a></li> <li><a class="external" href="http://blogs.msdn.com/b/ie/archive/2010/03/18/svg-in-ie9-roadmap.aspx">http://blogs.msdn.com/b/ie/archive/2010/03/18/svg-in-ie9-roadmap.aspx</a> IE9 向けの対応状況へのヒント</li> |