diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 23:03:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:03:58 +0900 |
commit | 57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02 (patch) | |
tree | 1474a1556c2a424b38813183bab570529ff39c90 /files/ja/web/css/microsoft_extensions | |
parent | 192e9f4e82a2ad89ac985e715d63b70be9bf5996 (diff) | |
download | translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.gz translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.bz2 translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.zip |
Web/CSS以下の文書内のリンクURLを正規化 (#2368)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/css/microsoft_extensions')
-rw-r--r-- | files/ja/web/css/microsoft_extensions/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/microsoft_extensions/index.html b/files/ja/web/css/microsoft_extensions/index.html index 31be6de5ef..57fb8e09fa 100644 --- a/files/ja/web/css/microsoft_extensions/index.html +++ b/files/ja/web/css/microsoft_extensions/index.html @@ -11,7 +11,7 @@ translation_of: Web/CSS/Microsoft_Extensions --- <div>{{CSSRef}}</div> -<p>Edge や Internet Explorer のような Microsoft のアプリケーションは、いくつもの特殊な <strong> <a href="/en-US/docs/Web/CSS">CSS</a> の Microsoft 拡張</strong>に対応しています。これらの拡張には接頭辞に <code>-ms-</code> が付きます。</p> +<p>Edge や Internet Explorer のような Microsoft のアプリケーションは、いくつもの特殊な <strong> <a href="/ja/docs/Web/CSS">CSS</a> の Microsoft 拡張</strong>に対応しています。これらの拡張には接頭辞に <code>-ms-</code> が付きます。</p> <h2 id="Microsoft-only_properties_(avoid_using_on_websites)" name="Microsoft-only_properties_(avoid_using_on_websites)">Microsoft 独自プロパティ (ウェブサイトでの使用は避けてください)</h2> |