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/date/parse/index.html | 112 ++------------------- 1 file changed, 7 insertions(+), 105 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/date/parse') diff --git a/files/ko/web/javascript/reference/global_objects/date/parse/index.html b/files/ko/web/javascript/reference/global_objects/date/parse/index.html index 57e8effa54..18779f88bc 100644 --- a/files/ko/web/javascript/reference/global_objects/date/parse/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/parse/index.html @@ -2,6 +2,7 @@ title: Date.parse() slug: Web/JavaScript/Reference/Global_Objects/Date/parse translation_of: Web/JavaScript/Reference/Global_Objects/Date/parse +browser-compat: javascript.builtins.Date.parse ---
{{JSRef}}
@@ -117,112 +118,13 @@ Date.parse('foo-bar 2014');

현지 시간대와 관계없이 14400000을 반환합니다. GMT (UTC)가 제공됩니다.

-

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES1')}}{{Spec2('ES1')}}Initial definition. Implemented in JavaScript 1.0.
{{SpecName('ES5.1', '#sec-15.9.4.2', 'Date.parse')}}{{Spec2('ES5.1')}}ISO 8601 format added.
{{SpecName('ES6', '#sec-date.parse', 'Date.parse')}}{{Spec2('ES6')}} 
{{SpecName('ESDraft', '#sec-date.parse', 'Date.parse')}}{{Spec2('ESDraft')}} 
- -

Browser compatibility

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
ISO 8601 format{{CompatVersionUnknown}}{{CompatGeckodesktop("2.0")}}{{CompatIE("9")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
ISO 8601 format{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Compatibility notes

+

명세

- +

{{Specifications}}

+ +

브라우저 호환성

+ +

{{Compat}}

See also

-- cgit v1.2.3-54-g00ecf