diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 12:14:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 01:14:40 +0900 |
commit | 86bfc6444602934695b25cee06320c49946e513c (patch) | |
tree | 2ce5eb781371782e29d22e92429dd8feae013167 /files/ja/web/guide/html/editable_content | |
parent | 038ca04f4d551f547894b71d337b822d66c8a2b5 (diff) | |
download | translated-content-86bfc6444602934695b25cee06320c49946e513c.tar.gz translated-content-86bfc6444602934695b25cee06320c49946e513c.tar.bz2 translated-content-86bfc6444602934695b25cee06320c49946e513c.zip |
remove link 'title' attributes that's just the 'href' (ja, part 3) (#1840)
Diffstat (limited to 'files/ja/web/guide/html/editable_content')
-rw-r--r-- | files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html b/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html index 799a251274..07826fa870 100644 --- a/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html +++ b/files/ja/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.html @@ -271,7 +271,7 @@ img.intLink { border: 0; } <h3 id="Resources" name="Resources">リソース</h3> <ul> - <li><a class="external" href="http://mozilla.org/editor/midas-spec.html">mozilla.org のリッチテキスト編集仕様 </a>(<a class="external" href="http://www.mozilla-japan.org/editor/midas-spec.html" title="http://www.mozilla-japan.org/editor/midas-spec.html">日本語訳</a>)</li> + <li><a class="external" href="http://mozilla.org/editor/midas-spec.html">mozilla.org のリッチテキスト編集仕様 </a>(<a class="external" href="http://www.mozilla-japan.org/editor/midas-spec.html">日本語訳</a>)</li> <li><a class="external" href="http://mozilla.org/editor/midasdemo/">mozilla.org のリッチテキスト編集デモ</a></li> <li><a class="external" href="http://www.mozilla.org/editor/ie2midas.html">Converting an app using document.designMode from IE to Mozilla at mozilla.org</a></li> <li><code><a href="/ja/docs/Web/API/Document/designMode">designMode</a></code></li> |