diff options
author | kura5 <35553794+kura5@users.noreply.github.com> | 2021-11-02 16:41:38 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-03 03:06:43 +0900 |
commit | db721fb507ce6855783e31af7ea84920f7af8ea1 (patch) | |
tree | 0dadeee7e8a22a81ffe80bd7475941513646f7b4 /files/ja/web | |
parent | 7ddc87773cbb305492d8404a7338c7b7ede2e10d (diff) | |
download | translated-content-db721fb507ce6855783e31af7ea84920f7af8ea1.tar.gz translated-content-db721fb507ce6855783e31af7ea84920f7af8ea1.tar.bz2 translated-content-db721fb507ce6855783e31af7ea84920f7af8ea1.zip |
Fix typo
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/html/element/img/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <dd>CORS リクエストは、資格情報 (つまり、Cookie、X.509 証明書、 <code>Authorization</code> リクエストヘッダー) が含まれた状態で送信されます。サーバーが元のサイトとの資格情報の共有を選択する (<code>Access-Control-Allow-Credentials: true</code> レスポンスヘッダーを送り返す) ことをしなかった場合、ブラウザーは画像を汚染されたものとしてマークし、その画像データへのアクセスを制限します。</dd> </dl> - <p>この属性がの値が無効である場合は、列挙型のキーワードに <code>anonymous</code> が指定されたものとして扱われます。詳しくは <a href="/ja/docs/Web/HTML/Attributes/crossorigin">CORS 設定属性</a>を参照してください。</p> + <p>この属性の値が無効である場合は、列挙型のキーワードに <code>anonymous</code> が指定されたものとして扱われます。詳しくは <a href="/ja/docs/Web/HTML/Attributes/crossorigin">CORS 設定属性</a>を参照してください。</p> </dd> <dt>{{htmlattrdef("decoding")}}</dt> <dd> |