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/htmltrackelement/index.html | 76 +--------------------------- 1 file changed, 1 insertion(+), 75 deletions(-) (limited to 'files/ru/web/api/htmltrackelement') diff --git a/files/ru/web/api/htmltrackelement/index.html b/files/ru/web/api/htmltrackelement/index.html index b3ee982144..41dde3f970 100644 --- a/files/ru/web/api/htmltrackelement/index.html +++ b/files/ru/web/api/htmltrackelement/index.html @@ -98,81 +98,7 @@ translation_of: Web/API/HTMLTrackElement

Browser compatibility

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoDesktop("24")}}[1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
src attribute settable{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatGeckoDesktop("50")}}[2][3]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidEdgeFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("24")}}[1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
src attribute settable{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("50")}}[2][3]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] The HTMLTrackElement interface was added in Firefox 24, but was disabled by default behind the preference {{pref("media.webvtt.enabled")}}. The interface is enabled by default (along with all other WebVTT features) in Firefox 31.

- -

[2] Until Firefox 50, the src attribute is settable, but the change does not get handled properly. Starting in Firefox 50, existing track data is properly disposed of, new track data is loaded and put into effect, and so forth.

- -

[3] Prior to Firefox 50, text tracks would only load if the {{HTMLElement("track")}} is in a document. Starting in Firefox 50, this incorrect requirement is lifted.

+

{{Compat("api.HTMLTrackElement")}}

See also

-- cgit v1.2.3-54-g00ecf