From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/document/clear/index.html | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/ja/web/api/document/clear/index.html (limited to 'files/ja/web/api/document/clear') diff --git a/files/ja/web/api/document/clear/index.html b/files/ja/web/api/document/clear/index.html new file mode 100644 index 0000000000..e1215f9569 --- /dev/null +++ b/files/ja/web/api/document/clear/index.html @@ -0,0 +1,33 @@ +--- +title: Document.clear() +slug: Web/API/Document/clear +tags: + - DOM + - DOM_0 + - Document + - Gecko + - HTML5 +translation_of: Web/API/Document/clear +--- +
{{APIRef("DOM")}}{{ Deprecated_header() }}
+ +

Document.clear() メソッドは指定された文書全体を消去するもので、初期 (1.0 以前) の Mozilla アプリケーションにありました。

+ +

近年のバージョンの Mozilla ベースアプリケーションでも、 Internet Explorer や Netscape 4 でも、このメソッドは何も行いません。

+ +

構文

+ +
document.clear();
+
+ +

仕様書

+ + + +

ブラウザーの対応

+ + + +
{{Compat("api.Document.clear")}}
-- cgit v1.2.3-54-g00ecf