diff options
Diffstat (limited to 'files/ko/web/api/mutationobserver/index.html')
-rw-r--r-- | files/ko/web/api/mutationobserver/index.html | 53 |
1 files changed, 1 insertions, 52 deletions
diff --git a/files/ko/web/api/mutationobserver/index.html b/files/ko/web/api/mutationobserver/index.html index 092b7c5634..e4a98e10d2 100644 --- a/files/ko/web/api/mutationobserver/index.html +++ b/files/ko/web/api/mutationobserver/index.html @@ -186,55 +186,4 @@ observer.disconnect(); <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>크롬</th> - <th>파이어폭스 (Gecko)</th> - <th>인터넷 익스플로러</th> - <th>오페라</th> - <th>사파리</th> - </tr> - <tr> - <td>기본 지원</td> - <td>18 {{property_prefix("-webkit")}}<br> - 26</td> - <td>{{CompatGeckoDesktop(14)}}</td> - <td>11</td> - <td>15</td> - <td>6.0 {{property_prefix("-webkit")}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>안드로이드</th> - <th>안드로이드용 크롬</th> - <th>파이어폭스 모바일 (Gecko)</th> - <th>IE 폰</th> - <th>오페라 모바일</th> - <th>사파리 모바일</th> - </tr> - <tr> - <td>기본 지원</td> - <td>4.4</td> - <td>18 {{property_prefix("-webkit")}}<br> - 26</td> - <td>{{CompatGeckoMobile(14)}}</td> - <td>11 (8.1)</td> - <td>15</td> - <td>6 {{property_prefix("-webkit")}}<br> - 7</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("api.MutationObserver")}}</p> |