aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/abstractrange/collapsed/index.html
blob: fdb2136dd24f04309d442d20a1f1dbc9c906299c (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
---
title: AbstractRange.collapsed
slug: Web/API/AbstractRange/collapsed
translation_of: Web/API/AbstractRange/collapsed
---
<p>{{APIRef("DOM WHATWG")}}</p>

<p>{{domxref("AbstractRange")}}의 범위가 축소된 read-only 속성은 범위의 시작 위치와 끝 위치가 같을 경우 true를 반환합니다.  </p>

<h2 id="문법">문법</h2>

<pre class="syntaxbox notranslate">var <em>isCollpased</em> = <em>range</em>.collapsed</pre>

<h3 id="Value">Value</h3>

<p>범위가 축소된 경우 true인 {{jsxref("Boolean")}}값을 반환합니다.  축소된 범위는 시작 위치와 종료 위치가 동일하며, 문자 길이가 0인 범위입니다.</p>

<h2 id="명세">명세</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('DOM WHATWG', '#dom-range-collapsed', 'collapsed')}}</td>
   <td>{{Spec2('DOM WHATWG')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('Static Range','#dom-AbstractRange-collapsed','collapsed')}}</td>
   <td>{{Spec2('Static Range')}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>

<h2 id="브라우저_호환성">브라우저 호환성</h2>

<p>이 페이지의 호환성 표는 구조화된 데이터에서 생성됩니다. 데이터에 기여하고 싶다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 를 checkout 하고 pull request를 보내주십시오.</p>

<p>{{Compat("api.AbstractRange.collapsed")}}</p>