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 --- .../global_objects/math/fround/index.html | 81 +++------------------- 1 file changed, 8 insertions(+), 73 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/math/fround/index.html') 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

-- cgit v1.2.3-54-g00ecf