From 26bb6bea485bb329d74411531d2edba2453afcc8 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Sun, 23 May 2021 23:00:15 +0900 Subject: [FIX] Get rid of {{CompatibilityTable}} from JavaScript (#918) * Add browser-compat to JS pages with legacy compat * Get rid of {{CompatibilityTable}} from JavaScript --- .../reference/global_objects/symbol/for/index.html | 75 ++-------------------- 1 file changed, 5 insertions(+), 70 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/symbol') diff --git a/files/ko/web/javascript/reference/global_objects/symbol/for/index.html b/files/ko/web/javascript/reference/global_objects/symbol/for/index.html index e489deb27d..ec795bce30 100644 --- a/files/ko/web/javascript/reference/global_objects/symbol/for/index.html +++ b/files/ko/web/javascript/reference/global_objects/symbol/for/index.html @@ -2,6 +2,7 @@ title: Symbol.for() slug: Web/JavaScript/Reference/Global_Objects/Symbol/for translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/for +browser-compat: javascript.builtins.Symbol.for ---
{{JSRef}}
@@ -69,79 +70,13 @@ sym.toString(); // "Symbol(mario)" Symbol.for('mdn.bar'); -

명세서

+

명세

- - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES2015', '#sec-symbol.for', 'Symbol.for')}}{{Spec2('ES2015')}}Initial definition.
{{SpecName('ESDraft', '#sec-symbol.for', 'Symbol.for')}}{{Spec2('ESDraft')}} 
+

{{Specifications}}

-

브라우저 호환성

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatChrome(40) }}{{ CompatGeckoDesktop("36.0") }}{{CompatNo}}{{CompatNo}}10
-
+

브라우저 호환성

-
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("36.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
+

{{Compat}}

참조

-- cgit v1.2.3-54-g00ecf