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/math/ceil/index.html | 91 ++-------------------- .../global_objects/math/fround/index.html | 81 ++----------------- .../reference/global_objects/math/imul/index.html | 81 ++----------------- 3 files changed, 24 insertions(+), 229 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/math') diff --git a/files/ko/web/javascript/reference/global_objects/math/ceil/index.html b/files/ko/web/javascript/reference/global_objects/math/ceil/index.html index ee5998fa83..3cff0f2b0b 100644 --- a/files/ko/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/ceil/index.html @@ -2,6 +2,7 @@ title: Math.ceil() slug: Web/JavaScript/Reference/Global_Objects/Math/ceil translation_of: Web/JavaScript/Reference/Global_Objects/Math/ceil +browser-compat: javascript.builtins.Math.ceil ---
{{JSRef}}
@@ -114,89 +115,13 @@ Math.ceil10(-55.59, -1); // -55.5 Math.ceil10(-59, 1); // -50 -

Specifications (사용법)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES1')}}{{Spec2('ES1')}}Initial definition. Implemented in JavaScript 1.0.
{{SpecName('ES5.1', '#sec-15.8.2.6', 'Math.ceil')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-math.ceil', 'Math.ceil')}}{{Spec2('ES6')}} 
{{SpecName('ESDraft', '#sec-math.ceil', 'Math.ceil')}}{{Spec2('ESDraft')}} 
- -

Browser compatibility (브라우저 호환성)

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

명세

+ +

{{Specifications}}

+ +

브라우저 호환성

+ +

{{Compat}}

See also (추가 참조)

diff --git a/files/ko/web/javascript/reference/global_objects/math/fround/index.html b/files/ko/web/javascript/reference/global_objects/math/fround/index.html index 6fd328a2db..6e0b5f24bc 100644 --- a/files/ko/web/javascript/reference/global_objects/math/fround/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/fround/index.html @@ -7,6 +7,7 @@ tags: - Method - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Math/fround +browser-compat: javascript.builtins.Math.fround ---
{{JSRef}}
@@ -49,79 +50,13 @@ Math.fround(NaN); // NaN })(Float32Array(1)); -

스펙

- - - - - - - - - - - - - - - - - - - -
스펙상태비고
{{SpecName('ES6', '#sec-math.fround', 'Math.fround')}}{{Spec2('ES6')}}초기 정의.
{{SpecName('ESDraft', '#sec-math.fround', 'Math.fround')}}{{Spec2('ESDraft')}} 
- -

브라우저 호환성

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatChrome("38")}}{{CompatGeckoDesktop("26")}}{{CompatNo}}{{CompatOpera("25")}}{{CompatSafari("7.1")}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatNo}}8
-
+

명세

+ +

{{Specifications}}

+ +

브라우저 호환성

+ +

{{Compat}}

See also

diff --git a/files/ko/web/javascript/reference/global_objects/math/imul/index.html b/files/ko/web/javascript/reference/global_objects/math/imul/index.html index e5f7a919ab..b417f090b0 100644 --- a/files/ko/web/javascript/reference/global_objects/math/imul/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/imul/index.html @@ -7,6 +7,7 @@ tags: - Method - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Math/imul +browser-compat: javascript.builtins.Math.imul ---
{{JSRef}}
@@ -55,76 +56,10 @@ Math.imul(0xfffffffe, 5); // -10 }; -

스펙

- - - - - - - - - - - - - - - - - - - -
스펙상태비고
{{SpecName('ES6', '#sec-math.imul', 'Math.imul')}}{{Spec2('ES6')}}초기 정의.
{{SpecName('ESDraft', '#sec-math.imul', 'Math.imul')}}{{Spec2('ESDraft')}} 
- -

브라우저 호환성

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatChrome("28")}}{{CompatGeckoDesktop("20")}}{{CompatUnknown}}{{CompatOpera("16")}}{{CompatSafari("7")}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatUnknown}}{{CompatGeckoMobile("20")}}{{CompatUnknown}}{{CompatUnknown}}7
-
+

명세

+ +

{{Specifications}}

+ +

브라우저 호환성

+ +

{{Compat}}

-- cgit v1.2.3-54-g00ecf