From b2713396a5c3fee9b96a97e62a4696cd1fb32504 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 19 Jul 2021 01:07:10 +0900 Subject: Web/API/Document 以下の conflicting 版を削除 (#1486) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - conflicting 版を削除 - 該当記事を 2021/07/11 時点の英語版に同期 --- .../web/api/document/characterset/index.html | 27 ------------------ .../web/api/document/createevent/index.html | 33 ---------------------- 2 files changed, 60 deletions(-) delete mode 100644 files/ja/conflicting/web/api/document/characterset/index.html delete mode 100644 files/ja/conflicting/web/api/document/createevent/index.html (limited to 'files/ja/conflicting/web') diff --git a/files/ja/conflicting/web/api/document/characterset/index.html b/files/ja/conflicting/web/api/document/characterset/index.html deleted file mode 100644 index cd66d4f362..0000000000 --- a/files/ja/conflicting/web/api/document/characterset/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: document.inputEncoding -slug: conflicting/Web/API/Document/characterSet -tags: - - DOM - - Document - - Gecko - - Gecko DOM Reference -translation_of: Web/API/Document/characterSet -translation_of_original: Web/API/Document/inputEncoding -original_slug: Web/API/Document/inputEncoding ---- -

{{ApiRef}} {{deprecated_header}}

-

概要

-

文書パース時のエンコーディングを表す文字列(※ ISO-8859-1 等)を返します。

-
- 注記: このメソッドは DOM 4 仕様書ドラフトから削除されており、Gecko の実装からも削除される可能性があります。使用しないようにしてください。
-

構文

-
encoding = document.inputEncoding;
- -

仕様書

- diff --git a/files/ja/conflicting/web/api/document/createevent/index.html b/files/ja/conflicting/web/api/document/createevent/index.html deleted file mode 100644 index c4dd08ff84..0000000000 --- a/files/ja/conflicting/web/api/document/createevent/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Event.createEvent() -slug: conflicting/Web/API/Document/createEvent -translation_of: Web/API/Document/createEvent -translation_of_original: Web/API/Event/createEvent -original_slug: Web/API/Event/createEvent ---- -

{{APIRef("DOM")}}

- -

新規イベントを生成します。生成されたイベントは初期化処理が必須です。

- -

構文

- -
document.createEvent(type) 
- -
-
type
-
生成するイベントタイプ名
-
- -

このメソッドは指定されたイベントタイプの新規DOM {{ domxref("Event") }} オブジェクトを返り値として返します。

- -

オブジェクトには初期化処理が必須です。

- -

- -
var newEvent = document.createEvent("UIEvents");
- -

仕様書

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