blob: 084f295382beff531c0b1d7ac73c8b8d4dfb25ee (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
---
title: HTMLSpanElement
slug: Web/API/HTMLSpanElement
tags:
- API
- HTML DOM
- 레퍼런스
- 인터페이스
translation_of: Web/API/HTMLSpanElement
---
<div>
<div>{{APIRef("HTML DOM")}}</div>
</div>
<p><strong><code><span class="external">HTMLSpanElement</span></code></strong> 인터페이스는 {{HTMLElement("span")}} 엘리먼트를 나타내며 {{ domxref("HTMLElement") }} 인터페이스로부터 파생되었으며 부가적인 프로퍼티나 메소드는 구현되지 않았습니다.</p>
<p>{{InheritanceDiagram(600, 120)}}</p>
<h2 id="프로퍼티">프로퍼티</h2>
<p><em>특정 프로퍼티가 없으며, 부모인 {{domxref("HTMLElement")}} 로부터 프로퍼티를 상속받습니다.</em></p>
<h2 id="메소드">메소드</h2>
<p><em>특정 메소드가 없으며, 부모인 {{domxref("HTMLElement")}} 로부터 메소드를 상속받습니다.</em></p>
<h2 id="명세">명세</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">명세</th>
<th scope="col">상태</th>
<th scope="col">코멘트</th>
</tr>
<tr>
<td>{{SpecName('HTML WHATWG', "#htmlspanelement", "HTMLSpanElement")}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td> </td>
</tr>
<tr>
<td>{{SpecName('HTML5 W3C', "text-level-semantics.html#the-span-element", "HTMLSpanElement")}}</td>
<td>{{Spec2('HTML5 W3C')}}</td>
<td>초기 정의는 {{HTMLElement("span")}} 이 {{domxref("HTMLElement")}} 와 연관되어 있었음.</td>
</tr>
</tbody>
</table>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
<p>{{Compat("api.HTMLSpanElement")}}</p>
<h2 id="함께_보기">함께 보기</h2>
<ul>
<li>이 인터페이스를 구현한 HTML 엘리먼트: {{HTMLElement("span")}}.</li>
</ul>
<div> </div>
|