From 56817c1235a48d66c12ddf1c3d37a0e61977b875 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 15:58:36 +0300 Subject: [RU] Restore specs (#2880) --- files/ru/web/api/cryptokeypair/index.html | 17 +++++- files/ru/web/api/css_object_model/index.html | 40 ++++++++++++++- files/ru/web/api/fetch_api/index.html | 17 +++++- files/ru/web/api/fetch_api/using_fetch/index.html | 17 +++++- files/ru/web/api/history_api/index.html | 24 ++++++++- files/ru/web/api/indexeddb_api/index.html | 13 ++++- .../web/api/intersection_observer_api/index.html | 17 +++++- files/ru/web/api/media_session_api/index.html | 17 +++++- .../using_the_mediastream_recording_api/index.html | 17 +++++- .../ru/web/api/network_information_api/index.html | 13 ++++- files/ru/web/api/notifications_api/index.html | 13 ++++- .../using_service_workers/index.html | 4 -- files/ru/web/api/streams_api/index.html | 13 ++++- files/ru/web/api/web_authentication_api/index.html | 13 ++++- files/ru/web/api/web_crypto_api/index.html | 13 ++++- files/ru/web/api/web_speech_api/index.html | 13 ++++- files/ru/web/api/web_storage_api/index.html | 13 ++++- files/ru/web/api/web_workers_api/index.html | 13 ++++- .../web_workers_api/using_web_workers/index.html | 17 +++++- files/ru/web/api/webrtc_api/index.html | 19 ++++++- files/ru/web/api/webxr_device_api/index.html | 60 +++++++++++++++++++++- 21 files changed, 359 insertions(+), 24 deletions(-) (limited to 'files/ru/web/api') diff --git a/files/ru/web/api/cryptokeypair/index.html b/files/ru/web/api/cryptokeypair/index.html index fa764f3871..793a00fa46 100644 --- a/files/ru/web/api/cryptokeypair/index.html +++ b/files/ru/web/api/cryptokeypair/index.html @@ -43,7 +43,22 @@ translation_of: Web/API/CryptoKeyPair

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Web Crypto API')}}{{Spec2('Web Crypto API')}}

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

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

diff --git a/files/ru/web/api/css_object_model/index.html b/files/ru/web/api/css_object_model/index.html index a358aa35a5..d4a0d0b93a 100644 --- a/files/ru/web/api/css_object_model/index.html +++ b/files/ru/web/api/css_object_model/index.html @@ -122,7 +122,45 @@ translation_of: Web/API/CSS_Object_Model

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Specification
CSS Object Model (CSSOM)
CSSOM View Module
CSS Fonts Module # object-model
CSS Animations # interface-dom
CSS Conditional Rules Module # apis
CSS Custom Properties for Cascading Variables Module # apis
CSS Counter Styles # apis
CSS Device Adaptation Module # cssom
CSS Painting API # paint-worklet
CSS Typed OM

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

diff --git a/files/ru/web/api/fetch_api/index.html b/files/ru/web/api/fetch_api/index.html index f14efd7561..a40189c5cd 100644 --- a/files/ru/web/api/fetch_api/index.html +++ b/files/ru/web/api/fetch_api/index.html @@ -72,7 +72,22 @@ translation_of: Web/API/Fetch_API

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("Fetch")}}{{Spec2("Fetch")}}Initial definition

Браузерная совместимость

diff --git a/files/ru/web/api/fetch_api/using_fetch/index.html b/files/ru/web/api/fetch_api/using_fetch/index.html index 4485f4f88b..a51617db11 100644 --- a/files/ru/web/api/fetch_api/using_fetch/index.html +++ b/files/ru/web/api/fetch_api/using_fetch/index.html @@ -399,7 +399,22 @@ console.log(myHeaders.get("X-Custom-Header")); // [ ]

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Fetch')}}{{Spec2('Fetch')}}Initial definition

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

diff --git a/files/ru/web/api/history_api/index.html b/files/ru/web/api/history_api/index.html index 580c8c833b..a8a59718f3 100644 --- a/files/ru/web/api/history_api/index.html +++ b/files/ru/web/api/history_api/index.html @@ -79,7 +79,29 @@ history.go(2) // alerts "location: http://example.com/example.html?page=3, stat

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("HTML WHATWG", "browsers.html#history", "History")}} + {{Spec2("HTML WHATWG")}}No change from {{SpecName("HTML5 W3C")}}.
{{SpecName("HTML5 W3C", "browsers.html#history", "History")}} + {{Spec2("HTML5 W3C")}}Initial definition.

Поддержка браузерами

diff --git a/files/ru/web/api/indexeddb_api/index.html b/files/ru/web/api/indexeddb_api/index.html index 859c16324b..df4e1fe12b 100644 --- a/files/ru/web/api/indexeddb_api/index.html +++ b/files/ru/web/api/indexeddb_api/index.html @@ -124,7 +124,18 @@ translation_of: Web/API/IndexedDB_API

Спецификации

-{{Specifications}} + + + + + + + + + + + +
Specification
Indexed Database API

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

diff --git a/files/ru/web/api/intersection_observer_api/index.html b/files/ru/web/api/intersection_observer_api/index.html index c56be1afc3..6fdba81ff4 100644 --- a/files/ru/web/api/intersection_observer_api/index.html +++ b/files/ru/web/api/intersection_observer_api/index.html @@ -102,7 +102,22 @@ observer.observe(target);

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('IntersectionObserver')}}{{Spec2('IntersectionObserver')}}

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

diff --git a/files/ru/web/api/media_session_api/index.html b/files/ru/web/api/media_session_api/index.html index d309040785..31907ca729 100644 --- a/files/ru/web/api/media_session_api/index.html +++ b/files/ru/web/api/media_session_api/index.html @@ -86,7 +86,22 @@ translation_of: Web/API/Media_Session_API

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Media Session')}}{{Spec2('Media Session')}}Initial definition.

Совместимость

diff --git a/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html b/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html index 13a4bd264e..98838fc0be 100644 --- a/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html +++ b/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html @@ -231,7 +231,22 @@ mediaRecorder.ondataavailable = function(e) {

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("MediaStream Recording", "#MediaRecorderAPI")}}{{Spec2("MediaStream Recording")}}Initial definition

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

diff --git a/files/ru/web/api/network_information_api/index.html b/files/ru/web/api/network_information_api/index.html index 808ca544f1..19a38eabd8 100644 --- a/files/ru/web/api/network_information_api/index.html +++ b/files/ru/web/api/network_information_api/index.html @@ -47,7 +47,18 @@ if (connection) {

Спецификации

-{{Specifications}} + + + + + + + + + + + +
Specification
Network Information API

Совместимость

diff --git a/files/ru/web/api/notifications_api/index.html b/files/ru/web/api/notifications_api/index.html index a5d5950675..edc1e59e72 100644 --- a/files/ru/web/api/notifications_api/index.html +++ b/files/ru/web/api/notifications_api/index.html @@ -49,7 +49,18 @@ translation_of: Web/API/Notifications_API

Спецификации

-{{Specifications}} + + + + + + + + + + + +
Specification
Notifications API Living Standard

Поддержка браузерами

diff --git a/files/ru/web/api/service_worker_api/using_service_workers/index.html b/files/ru/web/api/service_worker_api/using_service_workers/index.html index 5042cccf4b..0ff6fbfb1c 100644 --- a/files/ru/web/api/service_worker_api/using_service_workers/index.html +++ b/files/ru/web/api/service_worker_api/using_service_workers/index.html @@ -440,10 +440,6 @@ event.request.body

На заметку: вы можете держать своё приложение на http://localhost (например, используя me@localhost:/my/app$ python -m SimpleHTTPServer) для локальной разработки. См. Security considerations

-

Спецификации

- -{{Specifications}} -

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