From db721fb507ce6855783e31af7ea84920f7af8ea1 Mon Sep 17 00:00:00 2001 From: kura5 <35553794+kura5@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:41:38 +0900 Subject: Fix typo --- files/ja/web/html/element/img/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja') diff --git a/files/ja/web/html/element/img/index.html b/files/ja/web/html/element/img/index.html index a01ea4629f..65c2c41d65 100644 --- a/files/ja/web/html/element/img/index.html +++ b/files/ja/web/html/element/img/index.html @@ -107,7 +107,7 @@ translation_of: Web/HTML/Element/img
CORS リクエストは、資格情報 (つまり、Cookie、X.509 証明書、 Authorization リクエストヘッダー) が含まれた状態で送信されます。サーバーが元のサイトとの資格情報の共有を選択する (Access-Control-Allow-Credentials: true レスポンスヘッダーを送り返す) ことをしなかった場合、ブラウザーは画像を汚染されたものとしてマークし、その画像データへのアクセスを制限します。
-

この属性がの値が無効である場合は、列挙型のキーワードに anonymous が指定されたものとして扱われます。詳しくは CORS 設定属性を参照してください。

+

この属性の値が無効である場合は、列挙型のキーワードに anonymous が指定されたものとして扱われます。詳しくは CORS 設定属性を参照してください。

{{htmlattrdef("decoding")}}
-- cgit v1.2.3-54-g00ecf