aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/webglshader/index.html
diff options
context:
space:
mode:
authoralattalatta <urty5656@gmail.com>2021-05-23 23:07:36 +0900
committerGitHub <noreply@github.com>2021-05-23 23:07:36 +0900
commit325cdb72f8f6975c0746a33332f76510ada880d4 (patch)
tree83dfc851b8daab682ad48d5081de85cc1a4c501d /files/ko/web/api/webglshader/index.html
parent356f0a8ff6e31f86307be786bcb58d8c92fa3169 (diff)
downloadtranslated-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/webglshader/index.html')
-rw-r--r--files/ko/web/api/webglshader/index.html69
1 files changed, 1 insertions, 68 deletions
diff --git a/files/ko/web/api/webglshader/index.html b/files/ko/web/api/webglshader/index.html
index b1bce2dc08..9c86903e83 100644
--- a/files/ko/web/api/webglshader/index.html
+++ b/files/ko/web/api/webglshader/index.html
@@ -74,74 +74,7 @@ var fragmentShader = createShader(gl, fragmentShaderSource, gl.FRAGMENT_SHADER)
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div>{{CompatibilityTable}}</div>
-
-<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</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatChrome("9")}}</td>
- <td>{{CompatGeckoDesktop("2.0")}}</td>
- <td>{{CompatIE("11")}}</td>
- <td>{{CompatOpera("12")}}</td>
- <td>{{CompatSafari("5.1")}}</td>
- </tr>
- <tr>
- <td>Available in workers</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoDesktop(44)}} [1]</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatUnknown}}</td>
- <td>25</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>12</td>
- <td>8.1</td>
- </tr>
- <tr>
- <td>Available in workers</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoMobile(44)}} [1]</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] This feature is behind a feature preference setting. In about:config, set <code>gfx.offscreencanvas.enabled</code> to <code>true</code>.</p>
+<p>{{Compat("api.WebGLShader")}}</p>
<h2 id="See_also">See also</h2>