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/window/outerwidth | |
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/window/outerwidth')
-rw-r--r-- | files/ko/web/api/window/outerwidth/index.html | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/files/ko/web/api/window/outerwidth/index.html b/files/ko/web/api/window/outerwidth/index.html index 272c415bb7..92e3959ece 100644 --- a/files/ko/web/api/window/outerwidth/index.html +++ b/files/ko/web/api/window/outerwidth/index.html @@ -26,53 +26,7 @@ translation_of: Web/API/Window/outerWidth <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div>{{CompatibilityTable}}</div> - -<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>1</td> - <td>{{CompatGeckoDesktop(1.0)}}</td> - <td>9</td> - <td>9</td> - <td>3</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>기초 지원</td> - <td>1</td> - <td>{{CompatGeckoMobile(1.0)}}</td> - <td>9</td> - <td>9</td> - <td>3</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("api.Window.outerWidth")}}</p> <h2 id="Specification" name="Specification">Specification</h2> |