From 325cdb72f8f6975c0746a33332f76510ada880d4 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Sun, 23 May 2021 23:07:36 +0900 Subject: Get rid of {{CompatibilityTable}} from API (#864) --- .../api/document/createdocumentfragment/index.html | 48 +-------------- .../ko/web/api/document/createelementns/index.html | 67 +-------------------- files/ko/web/api/document/documenturi/index.html | 70 +--------------------- files/ko/web/api/document/links/index.html | 48 +-------------- 4 files changed, 4 insertions(+), 229 deletions(-) (limited to 'files/ko/web/api/document') diff --git a/files/ko/web/api/document/createdocumentfragment/index.html b/files/ko/web/api/document/createdocumentfragment/index.html index 7c4fb33469..3ac826c460 100644 --- a/files/ko/web/api/document/createdocumentfragment/index.html +++ b/files/ko/web/api/document/createdocumentfragment/index.html @@ -78,53 +78,7 @@ ul.appendChild(docfrag);

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox (Gecko)ChromeInternet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox Mobile (Gecko)AndroidIE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
+

{{Compat("api.Document.createDocumentFragment")}}

See also

diff --git a/files/ko/web/api/document/createelementns/index.html b/files/ko/web/api/document/createelementns/index.html index 6fee5b6d80..c1bf1fade6 100644 --- a/files/ko/web/api/document/createelementns/index.html +++ b/files/ko/web/api/document/createelementns/index.html @@ -96,72 +96,7 @@ translation_of: Web/API/Document/createElementNS

Browser compatibility

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
options argument{{CompatVersionUnknown}}[1]{{CompatNo}}{{CompatGeckoDesktop(50)}}[2][3]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidEdgeFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

[1] In previous versions of the specification, this argument was just a string whose value was the custom element's tag name. For the sake of backwards compatibility, Chrome accepts both forms.

- -

[2] See [1] above: like Chrome, Firefox accepts a string instead of an object here, but only from version 51 onwards. In version 50,  options must be an object.

- -

[3] To experiment with custom elements in Firefox, you must set the dom.webcomponents.enabled and dom.webcomponents.customelements.enabled preferences to true.

+

{{Compat("api.Document.createElementNS")}}

See also

diff --git a/files/ko/web/api/document/documenturi/index.html b/files/ko/web/api/document/documenturi/index.html index 51f8d795c8..5fca98d9e1 100644 --- a/files/ko/web/api/document/documenturi/index.html +++ b/files/ko/web/api/document/documenturi/index.html @@ -45,72 +45,4 @@ translation_of: Web/API/Document/documentURI

Browser compatibility

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
DOM3 behavior{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}
DOM4 behavior{{CompatChrome(43.0)}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatUnknown}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)Firefox OSIE MobileOpera MobileSafari MobileChrome for Android
DOM3 behavior{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}
DOM4 behavior{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatChrome(43.0)}}
-
+

{{Compat("api.Document.documentURI")}}

diff --git a/files/ko/web/api/document/links/index.html b/files/ko/web/api/document/links/index.html index 4087ef0c0e..6633d95d8c 100644 --- a/files/ko/web/api/document/links/index.html +++ b/files/ko/web/api/document/links/index.html @@ -53,50 +53,4 @@ for(var i = 0; i < links.length; i++) {

Browser compatibility

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
+

{{Compat("api.Document.links")}}

-- cgit v1.2.3-54-g00ecf