aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-09-09 00:49:39 +0000
committerMDN <actions@users.noreply.github.com>2021-09-09 00:49:39 +0000
commitfdc77da2ba02ff78b23fc129ec7ee20c0fa28afb (patch)
treec194112508d253c64aebf8273cb8566fceaf8697 /files/ja/web
parentd6e1ef64cdf9b8592a58a30725c208753729b08a (diff)
downloadtranslated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.gz
translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.tar.bz2
translated-content-fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb.zip
[CRON] sync translated content
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/api/bytestring/index.html43
-rw-r--r--files/ja/web/api/uievent/which/index.html (renamed from files/ja/web/api/mouseevent/which/index.html)3
2 files changed, 2 insertions, 44 deletions
diff --git a/files/ja/web/api/bytestring/index.html b/files/ja/web/api/bytestring/index.html
deleted file mode 100644
index b92bb846e3..0000000000
--- a/files/ja/web/api/bytestring/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: ByteString
-slug: Web/API/ByteString
-tags:
- - API
- - ByteString
- - DOM
- - DOM Reference
- - Reference
- - String
- - WebIDL
- - インターフェイス
-translation_of: Web/API/ByteString
----
-<div>{{APIRef("DOM")}}</div>
-
-<p><strong><code>ByteString</code></strong> は UTF-8 の文字列であり、一連のすべての可能性があるバイトの並びです。 <code>ByteString</code> は一般に JavaScript に返されるときに {{jsxref("String")}} に対応します。一般に、 HTTP などのバイト列と文字列を交換できるようなプロトコルにのみ使用されます。</p>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}</td>
- <td>{{Spec2('WebIDL')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>JavaScript {{jsxref("String")}}</li>
- <li><a href="/ja/docs/Web/API/DOMString/Binary">バイナリ文字列</a></li>
-</ul>
diff --git a/files/ja/web/api/mouseevent/which/index.html b/files/ja/web/api/uievent/which/index.html
index 8334684b1e..8b9612bd82 100644
--- a/files/ja/web/api/mouseevent/which/index.html
+++ b/files/ja/web/api/uievent/which/index.html
@@ -1,6 +1,6 @@
---
title: MouseEvent.which
-slug: Web/API/MouseEvent/which
+slug: Web/API/UIEvent/which
tags:
- API
- DOM Events
@@ -10,6 +10,7 @@ tags:
- Read-only
- Reference
translation_of: Web/API/MouseEvent/which
+original_slug: Web/API/MouseEvent/which
---
<p>{{APIRef("DOM Events")}}</p>