From fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 9 Sep 2021 00:49:39 +0000 Subject: [CRON] sync translated content --- files/ja/_redirects.txt | 2 + files/ja/_wikihistory.json | 24 +++++----- .../reference/global_objects/string/index.html | 44 ++++++++++++++++++ files/ja/web/api/bytestring/index.html | 43 ------------------ files/ja/web/api/mouseevent/which/index.html | 52 --------------------- files/ja/web/api/uievent/which/index.html | 53 ++++++++++++++++++++++ 6 files changed, 111 insertions(+), 107 deletions(-) create mode 100644 files/ja/conflicting/web/javascript/reference/global_objects/string/index.html delete mode 100644 files/ja/web/api/bytestring/index.html delete mode 100644 files/ja/web/api/mouseevent/which/index.html create mode 100644 files/ja/web/api/uievent/which/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 8014f04141..8fd044c2be 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3045,6 +3045,7 @@ /ja/docs/Web/API/AudioContext/sampleRate /ja/docs/Web/API/BaseAudioContext/sampleRate /ja/docs/Web/API/AudioContext/state /ja/docs/Web/API/BaseAudioContext/state /ja/docs/Web/API/Boolean /ja/docs/Web/JavaScript/Reference/Global_Objects/Boolean +/ja/docs/Web/API/ByteString /ja/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String /ja/docs/Web/API/CSSMatrix /ja/docs/Web/API/DOMMatrix /ja/docs/Web/API/CSSStyleSheet.insertRule /ja/docs/Web/API/CSSStyleSheet/insertRule /ja/docs/Web/API/CSS_Painting_API/ガイド /ja/docs/Web/API/CSS_Painting_API/Guide @@ -3161,6 +3162,7 @@ /ja/docs/Web/API/Index /ja/docs/conflicting/Web/API_49b9a84475f11fffb8fc271a7df3c49a /ja/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB /ja/docs/Web/API/IndexedDB_API/Basic_Terminology /ja/docs/Web/API/MediaRecorder_API /ja/docs/Web/API/MediaStream_Recording_API +/ja/docs/Web/API/MouseEvent/which /ja/docs/Web/API/UIEvent/which /ja/docs/Web/API/Navigator.getUserMedia /ja/docs/Web/API/Navigator/getUserMedia /ja/docs/Web/API/Navigator/registerContentHandler /ja/docs/orphaned/Web/API/Navigator/registerContentHandler /ja/docs/Web/API/NavigatorID /ja/docs/Web/API/Navigator diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index db3e031f5d..d59a68f7be 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -10699,12 +10699,6 @@ "Wind1808" ] }, - "Web/API/ByteString": { - "modified": "2020-03-11T12:49:49.193Z", - "contributors": [ - "mfuji09" - ] - }, "Web/API/CDATASection": { "modified": "2019-09-16T12:26:56.983Z", "contributors": [ @@ -18756,12 +18750,6 @@ "naturallucky" ] }, - "Web/API/MouseEvent/which": { - "modified": "2020-10-15T22:18:18.557Z", - "contributors": [ - "isdh" - ] - }, "Web/API/MutationObserver": { "modified": "2020-10-15T21:21:02.785Z", "contributors": [ @@ -22682,6 +22670,12 @@ "yyss" ] }, + "Web/API/UIEvent/which": { + "modified": "2020-10-15T22:18:18.557Z", + "contributors": [ + "isdh" + ] + }, "Web/API/URL": { "modified": "2020-10-15T21:33:06.267Z", "contributors": [ @@ -48609,6 +48603,12 @@ "sii" ] }, + "conflicting/Web/JavaScript/Reference/Global_Objects/String": { + "modified": "2020-03-11T12:49:49.193Z", + "contributors": [ + "mfuji09" + ] + }, "orphaned/Building_a_Mozilla_Distribution": { "modified": "2019-03-23T23:49:07.062Z", "contributors": [ diff --git a/files/ja/conflicting/web/javascript/reference/global_objects/string/index.html b/files/ja/conflicting/web/javascript/reference/global_objects/string/index.html new file mode 100644 index 0000000000..904fd7d989 --- /dev/null +++ b/files/ja/conflicting/web/javascript/reference/global_objects/string/index.html @@ -0,0 +1,44 @@ +--- +title: ByteString +slug: conflicting/Web/JavaScript/Reference/Global_Objects/String +tags: + - API + - ByteString + - DOM + - DOM Reference + - Reference + - String + - WebIDL + - インターフェイス +translation_of: Web/API/ByteString +original_slug: Web/API/ByteString +--- +
{{APIRef("DOM")}}
+ +

ByteString は UTF-8 の文字列であり、一連のすべての可能性があるバイトの並びです。 ByteString は一般に JavaScript に返されるときに {{jsxref("String")}} に対応します。一般に、 HTTP などのバイト列と文字列を交換できるようなプロトコルにのみ使用されます。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}{{Spec2('WebIDL')}}初回定義
+ +

関連情報

+ + 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 ---- -
{{APIRef("DOM")}}
- -

ByteString は UTF-8 の文字列であり、一連のすべての可能性があるバイトの並びです。 ByteString は一般に JavaScript に返されるときに {{jsxref("String")}} に対応します。一般に、 HTTP などのバイト列と文字列を交換できるようなプロトコルにのみ使用されます。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}{{Spec2('WebIDL')}}初回定義
- -

関連情報

- - diff --git a/files/ja/web/api/mouseevent/which/index.html b/files/ja/web/api/mouseevent/which/index.html deleted file mode 100644 index 8334684b1e..0000000000 --- a/files/ja/web/api/mouseevent/which/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: MouseEvent.which -slug: Web/API/MouseEvent/which -tags: - - API - - DOM Events - - MouseEvent - - Non-standard - - Property - - Read-only - - Reference -translation_of: Web/API/MouseEvent/which ---- -

{{APIRef("DOM Events")}}

- -

{{Non-standard_header}}

- -

MouseEvent.which プロパティはマウスのボタンを押下したことを示す読み取り専用のプロパティです。このプロパティの標準的な代替は {{ domxref("MouseEvent.button") }} 及び {{ domxref("MouseEvent.buttons") }}です。

- -

構文

- -
var buttonPressed = instanceOfMouseEvent.which
-
- -

戻り値

- -

押下したボタンを示す数値型:

- - - -

左利き用に設定されたマウスの場合、ボタンの動作は逆になります。この場合、値は右から左に読み取られます。

- -

仕様

- -

仕様はありません。

- -

ブラウザ互換性

- - - -

{{Compat("api.MouseEvent.which")}}

- -

関連

- - diff --git a/files/ja/web/api/uievent/which/index.html b/files/ja/web/api/uievent/which/index.html new file mode 100644 index 0000000000..8b9612bd82 --- /dev/null +++ b/files/ja/web/api/uievent/which/index.html @@ -0,0 +1,53 @@ +--- +title: MouseEvent.which +slug: Web/API/UIEvent/which +tags: + - API + - DOM Events + - MouseEvent + - Non-standard + - Property + - Read-only + - Reference +translation_of: Web/API/MouseEvent/which +original_slug: Web/API/MouseEvent/which +--- +

{{APIRef("DOM Events")}}

+ +

{{Non-standard_header}}

+ +

MouseEvent.which プロパティはマウスのボタンを押下したことを示す読み取り専用のプロパティです。このプロパティの標準的な代替は {{ domxref("MouseEvent.button") }} 及び {{ domxref("MouseEvent.buttons") }}です。

+ +

構文

+ +
var buttonPressed = instanceOfMouseEvent.which
+
+ +

戻り値

+ +

押下したボタンを示す数値型:

+ + + +

左利き用に設定されたマウスの場合、ボタンの動作は逆になります。この場合、値は右から左に読み取られます。

+ +

仕様

+ +

仕様はありません。

+ +

ブラウザ互換性

+ + + +

{{Compat("api.MouseEvent.which")}}

+ +

関連

+ + -- cgit v1.2.3-54-g00ecf