blob: 4f64a97a5d673341f1628540fef1ebe86f23153e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
---
title: Document.clear()
slug: Web/API/Document/clear
tags:
- DOM
- DOM_0
- Document
- Gecko
- HTML5
translation_of: Web/API/Document/clear
---
<div>{{APIRef("DOM")}}{{ Deprecated_header() }}</div>
<p><code><strong>Document.clear()</strong></code> メソッドは指定された文書全体を消去するもので、初期 (1.0 以前) の Mozilla アプリケーションにありました。</p>
<p>近年のバージョンの Mozilla ベースアプリケーションでも、 Internet Explorer や Netscape 4 でも、このメソッドは何も行いません。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox">document.clear();
</pre>
<h2 id="Specification" name="Specification">仕様書</h2>
<ul>
<li><a href="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li>
</ul>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
<div>{{Compat("api.Document.clear")}}</div>
|