diff options
author | alattalatta <urty5656@gmail.com> | 2021-05-23 23:07:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 23:07:36 +0900 |
commit | 325cdb72f8f6975c0746a33332f76510ada880d4 (patch) | |
tree | 83dfc851b8daab682ad48d5081de85cc1a4c501d /files/ko/web/api/globaleventhandlers/ontouchstart/index.html | |
parent | 356f0a8ff6e31f86307be786bcb58d8c92fa3169 (diff) | |
download | translated-content-325cdb72f8f6975c0746a33332f76510ada880d4.tar.gz translated-content-325cdb72f8f6975c0746a33332f76510ada880d4.tar.bz2 translated-content-325cdb72f8f6975c0746a33332f76510ada880d4.zip |
Get rid of {{CompatibilityTable}} from API (#864)
Diffstat (limited to 'files/ko/web/api/globaleventhandlers/ontouchstart/index.html')
-rw-r--r-- | files/ko/web/api/globaleventhandlers/ontouchstart/index.html | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/files/ko/web/api/globaleventhandlers/ontouchstart/index.html b/files/ko/web/api/globaleventhandlers/ontouchstart/index.html index 0017375993..e9f69109d7 100644 --- a/files/ko/web/api/globaleventhandlers/ontouchstart/index.html +++ b/files/ko/web/api/globaleventhandlers/ontouchstart/index.html @@ -65,61 +65,7 @@ function init() { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Android Webview</th> - <th>Chrome for Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - <td> </td> - </tr> - </tbody> -</table> -</div> - -<h2 id="sect1"> </h2> +<p>{{Compat("api.GlobalEventHandlers.ontouchstart")}}</p> <h2 id="더_보기">더 보기</h2> |