From 4a573bbdd0e5945998a37162d1535245d4e20416 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 7 Sep 2021 00:29:50 +0900 Subject: Web/a-h以下の文書内のリンクURLを正規化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/html/attributes/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/html/attributes/index.html') diff --git a/files/ja/web/html/attributes/index.html b/files/ja/web/html/attributes/index.html index b0c79d849d..62069e4ab3 100644 --- a/files/ja/web/html/attributes/index.html +++ b/files/ja/web/html/attributes/index.html @@ -215,12 +215,12 @@ translation_of: Web/HTML/Attributes ホットスポット領域の座標を指定する為の値のセット - crossorigin + crossorigin {{ HTMLElement("audio") }}, {{ HTMLElement("img") }}, {{ HTMLElement("link") }}, {{ HTMLElement("script") }}, {{ HTMLElement("video") }} 要素がオリジン間リクエストをどう扱うか - csp {{experimental_inline}} + csp {{experimental_inline}} {{ HTMLElement("iframe") }} 埋め込まれた文書が管理されるためのコンテンツセキュリティポリシーを指定します。 -- cgit v1.2.3-54-g00ecf