aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/domobject/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/domobject/index.html')
-rw-r--r--files/ja/web/api/domobject/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/ja/web/api/domobject/index.html b/files/ja/web/api/domobject/index.html
new file mode 100644
index 0000000000..bc6f338137
--- /dev/null
+++ b/files/ja/web/api/domobject/index.html
@@ -0,0 +1,31 @@
+---
+title: DOMObject
+slug: Web/API/DOMObject
+tags:
+ - API
+ - DOM
+ - JavaScript
+ - Obsolete
+ - Reference
+translation_of: Web/API/DOMObject
+---
+<p>{{APIRef("DOM")}}{{Obsolete_header}}JavaScript の <a href="/ja/docs/JavaScript/Reference/Global_Objects/Object">object</a> オブジェクトに直接マップされた、JavaScript のためのオブジェクトです。</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("DOM3 Core", "core.html#DOMObject", "DOMObject")}}</td>
+ <td>{{Spec2("DOM3 Core")}}</td>
+ <td>最初の仕様</td>
+ </tr>
+ </tbody>
+</table>