aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/domobject/index.html
blob: 29208a9ff2037d5ccb48469352a8b3a462811756 (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
32
33
34
35
---
title: DOMObject
slug: Web/API/DOMObject
tags:
  - API
  - DOM
  - DOM 레퍼런스
  - DOMObject
  - 객체
  - 레퍼런스
  - 사용되지않음
translation_of: Web/API/DOMObject
---
<div>{{APIRef("DOM")}}{{Obsolete_header}}</div>

<p><span class="seoSummary">더 이상 사용되지 않는 <code><strong>DOMObject</strong></code> 인터페이스는 객체 데이터 타입을 위한 기본 클래스로서 DOM 명세의 초기 버전에 사용되었습니다. </span>명세는 이제 간단히 JavaScript {{jsxref("Object")}} 타입을 사용합니다.</p>

<h2 id="Specifications" name="Specifications">명세</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("DOM3 Core", "core.html#DOMObject", "DOMObject")}}</td>
   <td>{{Spec2("DOM3 Core")}}</td>
   <td>초기 명세</td>
  </tr>
 </tbody>
</table>