From d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Sun, 16 May 2021 22:30:00 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ru) (#876) * Migrate to Compat macro * Migrate to Compat macro (multiple in page) * Migrate to Compat macro * Migrate to Compat macro (removed) --- files/ru/web/api/element/hasattributes/index.html | 52 +---------------------- 1 file changed, 1 insertion(+), 51 deletions(-) (limited to 'files/ru/web/api/element/hasattributes/index.html') diff --git a/files/ru/web/api/element/hasattributes/index.html b/files/ru/web/api/element/hasattributes/index.html index 1ab3c40fd8..3337292a07 100644 --- a/files/ru/web/api/element/hasattributes/index.html +++ b/files/ru/web/api/element/hasattributes/index.html @@ -62,57 +62,7 @@ if (foo.hasAttributes()) {

Совместимость с браузерами

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }} [1]9{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
-
- -

[1] Before Firefox 35, it was implemented on the {{domxref("Node")}} interface.

+

{{Compat("api.Element.hasAttributes")}}

Смотрите также

-- cgit v1.2.3-54-g00ecf