diff options
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> |