diff options
author | MDN <actions@users.noreply.github.com> | 2022-03-17 00:12:44 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-03-17 00:12:45 +0000 |
commit | 4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f (patch) | |
tree | 28270b34d9322e7f596cb231ff2b686caa651d4b /files/ja/web | |
parent | 59bf61868acae62ff8d28f32f7c74008997646d5 (diff) | |
download | translated-content-4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f.tar.gz translated-content-4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f.tar.bz2 translated-content-4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/api/networkinformation/change_event/index.html (renamed from files/ja/web/api/networkinformation/onchange/index.html) | 3 | ||||
-rw-r--r-- | files/ja/web/http/headers/cookie2/index.html | 57 | ||||
-rw-r--r-- | files/ja/web/http/headers/set-cookie/index.html (renamed from files/ja/web/http/headers/set-cookie2/index.html) | 3 |
3 files changed, 4 insertions, 59 deletions
diff --git a/files/ja/web/api/networkinformation/onchange/index.html b/files/ja/web/api/networkinformation/change_event/index.html index f6c540bebe..926f813316 100644 --- a/files/ja/web/api/networkinformation/onchange/index.html +++ b/files/ja/web/api/networkinformation/change_event/index.html @@ -1,6 +1,6 @@ --- title: NetworkInformation.onchange -slug: Web/API/NetworkInformation/onchange +slug: Web/API/NetworkInformation/change_event tags: - API - Event Handler @@ -10,6 +10,7 @@ tags: - Property - Reference translation_of: Web/API/NetworkInformation/onchange +original_slug: Web/API/NetworkInformation/onchange --- <p>{{apiref("Network Information API")}}{{SeeCompatTable}}</p> diff --git a/files/ja/web/http/headers/cookie2/index.html b/files/ja/web/http/headers/cookie2/index.html deleted file mode 100644 index 7f95c9941b..0000000000 --- a/files/ja/web/http/headers/cookie2/index.html +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: Cookie2 -slug: Web/HTTP/Headers/Cookie2 -tags: - - HTTP - - Obsolete - - ヘッダー - - リクエスト - - リファレンス -translation_of: Web/HTTP/Headers/Cookie2 ---- -<p>{{HTTPSidebar}} {{obsolete_header}}</p> - -<p>時代遅れの <strong><code>Cookie2</code></strong> HTTP リクエストヘッダは、ユーザエージェントが "新しいスタイルの"クッキーを理解していることをサーバに知らせるために使われましたが、最近のユーザエージェントはこれではなく、 {{HTTPHeader("Cookie")}} ヘッダを使用します。</p> - -<table class="properties"> - <tbody> - <tr> - <th scope="row">ヘッダータイプ</th> - <td>{{Glossary("Request header")}}</td> - </tr> - <tr> - <th scope="row">{{Glossary("Forbidden header name")}}</th> - <td>yes</td> - </tr> - </tbody> -</table> - -<h2 id="例">例</h2> - -<pre>Cookie2: $Version="1"</pre> - -<h2 id="仕様">仕様</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">仕様</th> - <th scope="col">タイトル</th> - </tr> - <tr> - <td>{{RFC("2965", "Cookie2")}}</td> - <td>Historic specification of HTTP State Management Mechanism, obsoleted by {{RFC("6265")}}</td> - </tr> - </tbody> -</table> - -<h2 id="ブラウザの実装状況">ブラウザの実装状況</h2> - -<p>{{Compat("http.headers.Cookie2")}}</p> - -<h2 id="関連情報">関連情報</h2> - -<ul> - <li>{{HTTPHeader("Cookie")}}</li> - <li>{{domxref("Document.cookie")}}</li> -</ul> diff --git a/files/ja/web/http/headers/set-cookie2/index.html b/files/ja/web/http/headers/set-cookie/index.html index c1485dec4a..ca21a20bef 100644 --- a/files/ja/web/http/headers/set-cookie2/index.html +++ b/files/ja/web/http/headers/set-cookie/index.html @@ -1,6 +1,6 @@ --- title: Set-Cookie2 -slug: Web/HTTP/Headers/Set-Cookie2 +slug: Web/HTTP/Headers/Set-Cookie tags: - Cookies - HTTP @@ -8,6 +8,7 @@ tags: - ヘッダー - リファレンス translation_of: Web/HTTP/Headers/Set-Cookie2 +original_slug: Web/HTTP/Headers/Set-Cookie2 --- <p>{{HTTPSidebar}} {{obsolete_header}}</p> |