diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-07 00:29:50 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-09-18 22:24:37 +0900 |
commit | 4a573bbdd0e5945998a37162d1535245d4e20416 (patch) | |
tree | 882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/html/global_attributes | |
parent | e675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff) | |
download | translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.gz translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.bz2 translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.zip |
Web/a-h以下の文書内のリンクURLを正規化
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/html/global_attributes')
-rw-r--r-- | files/ja/web/html/global_attributes/draggable/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/html/global_attributes/itemprop/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/html/global_attributes/slot/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/html/global_attributes/draggable/index.html b/files/ja/web/html/global_attributes/draggable/index.html index 8224f9c8d1..cfd6a4e802 100644 --- a/files/ja/web/html/global_attributes/draggable/index.html +++ b/files/ja/web/html/global_attributes/draggable/index.html @@ -22,7 +22,7 @@ translation_of: Web/HTML/Global_attributes/draggable <p>この属性は<em>列挙型</em>であり、<em>論理型</em>ではありません。 <code>true</code> または <code>false</code> の値が必須であり、 <code><img draggable></code> のような省略形は認められません。正しい使用法は <code><img draggable="false"></code> です。</p> </div> -<p>この属性が設定されなかった場合の既定値は <code>auto</code> であり、ブラウザーの既定のドラッグ動作であることを意味します。テキストの選択範囲、画像、リンクのみがドラッグ可能です。他の要素では、ドラッグ&ドロップできるようにするためには {{domxref('GlobalEventHandlers.ondragstart','ondragstart')}} イベントを設定する必要があります (こちらの<a href="/en-US/docs/Web/API/HTML_Drag_and_Drop_API/Drag_operations">包括的なサンプル</a>にあるように)。</p> +<p>この属性が設定されなかった場合の既定値は <code>auto</code> であり、ブラウザーの既定のドラッグ動作であることを意味します。テキストの選択範囲、画像、リンクのみがドラッグ可能です。他の要素では、ドラッグ&ドロップできるようにするためには {{domxref('GlobalEventHandlers.ondragstart','ondragstart')}} イベントを設定する必要があります (こちらの<a href="/ja/docs/Web/API/HTML_Drag_and_Drop_API/Drag_operations">包括的なサンプル</a>にあるように)。</p> <h2 id="Specifications" name="Specifications">仕様書</h2> diff --git a/files/ja/web/html/global_attributes/itemprop/index.html b/files/ja/web/html/global_attributes/itemprop/index.html index b127c0092c..d4f3d2d173 100644 --- a/files/ja/web/html/global_attributes/itemprop/index.html +++ b/files/ja/web/html/global_attributes/itemprop/index.html @@ -301,7 +301,7 @@ translation_of: Web/HTML/Global_attributes/itemprop </li> <li>要素が <code>audio</code>, <code>embed</code>, <code>iframe</code>, <code>img</code>, <code>source</code>, <code>track</code>, <code>video</code> 要素である場合 <ul> - <li>値は、属性が設定される時に要素のノード文書 (<a href="https://developer.mozilla.org/ja/docs/Web/API/Microdata_DOM_API">Microdata DOM API</a>の一部) に関連する要素の src 属性の解析する値に由来する結果の URL 文字列である</li> + <li>値は、属性が設定される時に要素のノード文書 (<a href="/ja/docs/Web/API/Microdata_DOM_API">Microdata DOM API</a>の一部) に関連する要素の src 属性の解析する値に由来する結果の URL 文字列である</li> </ul> </li> <li>要素が <code>a</code>, <code>area</code>, <code>link</code> 要素である場合 diff --git a/files/ja/web/html/global_attributes/slot/index.html b/files/ja/web/html/global_attributes/slot/index.html index a59c8d7f91..95c74b04c4 100644 --- a/files/ja/web/html/global_attributes/slot/index.html +++ b/files/ja/web/html/global_attributes/slot/index.html @@ -9,7 +9,7 @@ translation_of: Web/HTML/Global_attributes/slot --- <div>{{HTMLSidebar("Global_attributes")}}</div> -<p><strong><code>slot</code></strong> は<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>で、<a href="/en-US/docs/Web/Web_Components/Using_shadow_DOM">シャドウ DOM</a> のシャドウツリー内にあるスロットをある要素に割り当てます。 <code>slot</code> 属性をもつ要素は、{{htmlattrxref("name", "slot")}} 属性の値がその <code>slot</code> 属性の値と一致する {{HTMLElement("slot")}} 要素により生成されたスロットに割り当てられます。</p> +<p><strong><code>slot</code></strong> は<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>で、<a href="/ja/docs/Web/Web_Components/Using_shadow_DOM">シャドウ DOM</a> のシャドウツリー内にあるスロットをある要素に割り当てます。 <code>slot</code> 属性をもつ要素は、{{htmlattrxref("name", "slot")}} 属性の値がその <code>slot</code> 属性の値と一致する {{HTMLElement("slot")}} 要素により生成されたスロットに割り当てられます。</p> <p>例えば、<a href="/ja/docs/Web/Web_Components/Using_templates_and_slots">テンプレートとスロットの使用</a>ガイドをみてください。</p> |