diff options
author | alattalatta <urty5656@gmail.com> | 2021-05-19 23:08:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 23:08:15 +0900 |
commit | a6b8284ca9f43b5b3f81128ada704d279731a1f9 (patch) | |
tree | 37c9916d78be33be22389e91d6afc954f3a3c785 /files/ko/web/css/font-weight | |
parent | 47d30d1ef52d1ce1cb54573b143e26fcc9bcd0b2 (diff) | |
download | translated-content-a6b8284ca9f43b5b3f81128ada704d279731a1f9.tar.gz translated-content-a6b8284ca9f43b5b3f81128ada704d279731a1f9.tar.bz2 translated-content-a6b8284ca9f43b5b3f81128ada704d279731a1f9.zip |
Get rid of {{CompatibilityTable}} from CSS (#859)
Diffstat (limited to 'files/ko/web/css/font-weight')
-rw-r--r-- | files/ko/web/css/font-weight/index.html | 49 |
1 files changed, 2 insertions, 47 deletions
diff --git a/files/ko/web/css/font-weight/index.html b/files/ko/web/css/font-weight/index.html index 59098abf33..de4e397f4f 100644 --- a/files/ko/web/css/font-weight/index.html +++ b/files/ko/web/css/font-weight/index.html @@ -2,6 +2,7 @@ title: font-weight slug: Web/CSS/font-weight translation_of: Web/CSS/font-weight +browser-compat: css.properties.font-weight --- <div>{{CSSRef}}</div> @@ -234,50 +235,4 @@ span { <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>2.0</td> - <td>{{CompatGeckoDesktop(1.0)}}</td> - <td>3.0</td> - <td>3.5</td> - <td>1.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 Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>1.0</td> - <td>{{CompatGeckoMobile(1.0)}}</td> - <td>6.0</td> - <td>6.0</td> - <td>3.1</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat}}</p> |