diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-27 15:58:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 15:58:36 +0300 |
commit | 56817c1235a48d66c12ddf1c3d37a0e61977b875 (patch) | |
tree | 82aeaf26a1873c432203a1f90b08c2a22413e522 /files/ru/web | |
parent | a68152ef9cd653f92705683592d4652b617ab02c (diff) | |
download | translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.gz translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.bz2 translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.zip |
[RU] Restore specs (#2880)
Diffstat (limited to 'files/ru/web')
41 files changed, 802 insertions, 55 deletions
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 <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Web Crypto API')}}</td> + <td>{{Spec2('Web Crypto API')}}</td> + <td></td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <p>{{Compat("api.CryptoKeyPair")}}</p> 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 <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://drafts.csswg.org/cssom/">CSS Object Model (CSSOM)</a></td> + </tr> + <tr> + <td><a href="https://drafts.csswg.org/cssom-view/">CSSOM View Module</a></td> + </tr> + <tr> + <td><a href="https://drafts.csswg.org/css-fonts/#object-model">CSS Fonts Module # object-model</a></td> + </tr> + <tr> + <td><a href="https://drafts.csswg.org/css-animations/#interface-dom">CSS Animations # interface-dom</a></td> + </tr> + <tr> + <td><a href="https://drafts.csswg.org/css-conditional/#apis">CSS Conditional Rules Module # apis</a></td> + </tr> + <tr> + <td><a href="https://drafts.csswg.org/css-variables/#apis">CSS Custom Properties for Cascading Variables Module # apis</a></td> + </tr> + <tr> + <td><a href="https://drafts.csswg.org/css-counter-styles/#apis">CSS Counter Styles # apis</a></td> + </tr> + <tr> + <td><a href="https://drafts.csswg.org/css-device-adapt/#cssom">CSS Device Adaptation Module # cssom</a></td> + </tr> + <tr> + <td><a href="https://drafts.css-houdini.org/css-paint-api/#paint-worklet">CSS Painting API # paint-worklet</a></td> + </tr> + <tr> + <td><a href="https://drafts.css-houdini.org/css-typed-om/">CSS Typed OM</a></td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> 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 <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("Fetch")}}</td> + <td>{{Spec2("Fetch")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> 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")); // [ ]</pre> <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Fetch')}}</td> + <td>{{Spec2('Fetch')}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Совместимость_браузера">Совместимость браузера</h2> 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 <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td> {{SpecName("HTML WHATWG", "browsers.html#history", "History")}} + </td> + <td>{{Spec2("HTML WHATWG")}}</td> + <td>No change from {{SpecName("HTML5 W3C")}}.</td> + </tr> + <tr> + <td> {{SpecName("HTML5 W3C", "browsers.html#history", "History")}} + </td> + <td>{{Spec2("HTML5 W3C")}}</td> + <td>Initial definition.</td> + </tr> + </tbody> +</table> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> 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 <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://w3c.github.io/IndexedDB/">Indexed Database API</a></td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> 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); <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('IntersectionObserver')}}</td> + <td>{{Spec2('IntersectionObserver')}}</td> + <td></td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> 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 <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Media Session')}}</td> + <td>{{Spec2('Media Session')}}</td> + <td>Initial definition.</td> + </tr> + </tbody> +</table> <h2 id="Совместимость">Совместимость</h2> 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) { <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("MediaStream Recording", "#MediaRecorderAPI")}}</td> + <td>{{Spec2("MediaStream Recording")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> 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) { <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://wicg.github.io/netinfo/">Network Information API</a></td> + </tr> + </tbody> +</table> <h2 id="Совместимость">Совместимость</h2> 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 <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://notifications.spec.whatwg.org/">Notifications API Living Standard</a></td> + </tr> + </tbody> +</table> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> 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</pre> <p><strong>На заметку</strong>: вы можете держать своё приложение на <code>http://localhost</code> (например, используя <code>me@localhost:/my/app$ <strong>python -m SimpleHTTPServer</strong></code>) для локальной разработки. См. <a href="https://www.w3.org/TR/service-workers/#security-considerations">Security considerations</a></p> </div> -<h2 id="Спецификации">Спецификации</h2> - -{{Specifications}} - <h2 id="Смотрите_также">Смотрите также</h2> <ul> diff --git a/files/ru/web/api/streams_api/index.html b/files/ru/web/api/streams_api/index.html index 3976c3cc5b..7bdd756645 100644 --- a/files/ru/web/api/streams_api/index.html +++ b/files/ru/web/api/streams_api/index.html @@ -107,7 +107,18 @@ translation_of: Web/API/Streams_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://streams.spec.whatwg.org/">Streams Living Standard</a></td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/web_authentication_api/index.html b/files/ru/web/api/web_authentication_api/index.html index 026692ad6f..d13b499396 100644 --- a/files/ru/web/api/web_authentication_api/index.html +++ b/files/ru/web/api/web_authentication_api/index.html @@ -185,7 +185,18 @@ navigator.credentials.create(createCredentialDefaultArgs) <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://w3c.github.io/webauthn/">Web Authentication: An API for accessing Public Key Credentials</a></td> + </tr> + </tbody> +</table> <h2 id="Совместимость">Совместимость</h2> diff --git a/files/ru/web/api/web_crypto_api/index.html b/files/ru/web/api/web_crypto_api/index.html index 17943913b4..68e794e08a 100644 --- a/files/ru/web/api/web_crypto_api/index.html +++ b/files/ru/web/api/web_crypto_api/index.html @@ -52,7 +52,18 @@ translation_of: Web/API/Web_Crypto_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://w3c.github.io/webcrypto/">Web Cryptography API</a></td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/web_speech_api/index.html b/files/ru/web/api/web_speech_api/index.html index dd8a96da5a..d411391e62 100644 --- a/files/ru/web/api/web_speech_api/index.html +++ b/files/ru/web/api/web_speech_api/index.html @@ -69,7 +69,18 @@ translation_of: Web/API/Web_Speech_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="">Web Speech API</a></td> + </tr> + </tbody> +</table> <h2 id="Browser_compatibility">Browser compatibility</h2> diff --git a/files/ru/web/api/web_storage_api/index.html b/files/ru/web/api/web_storage_api/index.html index 43fb103660..bb42a6d9d4 100644 --- a/files/ru/web/api/web_storage_api/index.html +++ b/files/ru/web/api/web_storage_api/index.html @@ -47,7 +47,18 @@ translation_of: Web/API/Web_Storage_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://html.spec.whatwg.org/multipage/webstorage.html#webstorage">HTML Living Standard # webstorage</a></td> + </tr> + </tbody> +</table> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> diff --git a/files/ru/web/api/web_workers_api/index.html b/files/ru/web/api/web_workers_api/index.html index ad6d00756c..f319c44249 100644 --- a/files/ru/web/api/web_workers_api/index.html +++ b/files/ru/web/api/web_workers_api/index.html @@ -70,7 +70,18 @@ translation_of: Web/API/Web_Workers_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://html.spec.whatwg.org/multipage/workers.html#workers">HTML Living Standard # workers</a></td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/web_workers_api/using_web_workers/index.html b/files/ru/web/api/web_workers_api/using_web_workers/index.html index e0af292e16..a46e4ec035 100644 --- a/files/ru/web/api/web_workers_api/using_web_workers/index.html +++ b/files/ru/web/api/web_workers_api/using_web_workers/index.html @@ -715,7 +715,22 @@ onmessage = function(event) { <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('HTML WHATWG', '#workers', 'Web workers')}}</td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td></td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webrtc_api/index.html b/files/ru/web/api/webrtc_api/index.html index 7a7a34555c..6ef7cb3b98 100644 --- a/files/ru/web/api/webrtc_api/index.html +++ b/files/ru/web/api/webrtc_api/index.html @@ -151,7 +151,24 @@ translation_of: Web/API/WebRTC_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://w3c.github.io/webrtc-pc/">WebRTC: Real-Time Communication Between Browsers</a></td> + </tr> + <tr> + <td><a href="https://w3c.github.io/mediacapture-main/">Media Capture and Streams</a></td> + </tr> + <tr> + <td><a href="https://w3c.github.io/mediacapture-fromelement/">Media Capture from DOM Elements</a></td> + </tr> + </tbody> +</table> <p>В дополнение к этим спецификациям, определяющим API, необходимый для использования WebRTC, имеется несколько протоколов, перечисленных в разделе <a href="#Ресурсы">ресурсы</a>.</p> diff --git a/files/ru/web/api/webxr_device_api/index.html b/files/ru/web/api/webxr_device_api/index.html index f35ec195d7..f83f7efa2d 100644 --- a/files/ru/web/api/webxr_device_api/index.html +++ b/files/ru/web/api/webxr_device_api/index.html @@ -167,7 +167,65 @@ translation_of: Web/API/WebXR_Device_API <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://immersive-web.github.io/webxr/"><strong>WebXR Device API</strong></a> (<a href="https://github.com/immersive-web/webxr">Source</a>, + <a href="https://github.com/immersive-web/webxr/issues">Issues</a>, + <a href="https://github.com/immersive-web/webxr/blob/master/explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/anchors/"><strong>WebXR Anchors Module</strong></a> (<a href="https://github.com/immersive-web/anchors">Source</a>, + <a href="https://github.com/immersive-web/anchors/issues">Issues</a>, + <a href="https://github.com/immersive-web/anchors/blob/master/explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/webxr-ar-module/"><strong>WebXR Augmented Reality Module</strong></a> (<a href="https://github.com/immersive-web/webxr-ar-module">Source</a>, + <a href="https://github.com/immersive-web/webxr-ar-module/issues">Issues</a>, + <a href="https://github.com/immersive-web/webxr-ar-module/blob/master/ar-module-explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/depth-sensing/"><strong>WebXR Depth Sensing Module</strong></a> (<a href="https://github.com/immersive-web/depth-sensing">Source</a>, + <a href="https://github.com/immersive-web/depth-sensing/issues">Issues</a>, + <a href="https://github.com/immersive-web/depth-sensing/blob/master/explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/dom-overlays"><strong>WebXR DOM Overlays Module</strong></a> (<a href="https://github.com/immersive-web/dom-overlays">Source</a>, + <a href="https://github.com/immersive-web/dom-overlays/issues">Issues</a>, + <a href="https://github.com/immersive-web/dom-overlays/blob/master/explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/webxr-gamepads-module/"><strong>WebXR Gamepads Module</strong></a> (<a href="https://github.com/immersive-web/webxr-gamepads-module">Source</a>, + <a href="https://github.com/immersive-web/webxr-gamepads-module/issues">Issues</a>, + <a href="https://github.com/immersive-web/webxr-gamepads-module/blob/master/gamepads-module-explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/webxr-hand-input/"><strong>WebXR Hand Input Module</strong></a> (<a href="https://github.com/immersive-web/webxr-hand-input">Source</a>, + <a href="https://github.com/immersive-web/webxr-hand-input/issues">Issues</a>, + <a href="https://github.com/immersive-web/webxr-hand-input/blob/master/explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/hit-test"><strong>WebXR Hit Test Module</strong></a> (<a href="https://github.com/immersive-web/hit-test">Source</a>, + <a href="https://github.com/immersive-web/hit-test/issues">Issues</a>, + <a href="https://github.com/immersive-web/hit-test/blob/master/hit-testing-explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/layers/"><strong>WebXR Layers API</strong></a> (<a href="https://github.com/immersive-web/layers">Source</a>, + <a href="https://github.com/immersive-web/layers/issues">Issues</a>, + <a href="https://github.com/immersive-web/layers/blob/master/explainer.md">Explainer</a>)</td> + </tr> + <tr> + <td><a href="https://immersive-web.github.io/lighting-estimation/"><strong>WebXR Lighting Estimation API</strong></a> (<a href="https://github.com/immersive-web/lighting-estimation">Source</a>, + <a href="https://github.com/immersive-web/lighting-estimation/issues">Issues</a>, + <a href="https://github.com/immersive-web/lighting-estimation/blob/master/lighting-estimation-explainer.md">Explainer</a>)</td> + </tr> + </tbody> +</table> <h2 id="Совместимость">Совместимость</h2> diff --git a/files/ru/web/css/css_color/index.html b/files/ru/web/css/css_color/index.html index aba2389581..8ddc7b6073 100644 --- a/files/ru/web/css/css_color/index.html +++ b/files/ru/web/css/css_color/index.html @@ -34,7 +34,37 @@ original_slug: Web/CSS/CSS_Colors <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('CSS4 Colors')}}</td> + <td>{{Spec2('CSS4 Colors')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS3 Colors')}}</td> + <td>{{Spec2('CSS3 Colors')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS2.1', 'colors.html')}}</td> + <td>{{Spec2('CSS2.1')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS1')}}</td> + <td>{{Spec2('CSS1')}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> diff --git a/files/ru/web/css/css_flexible_box_layout/index.html b/files/ru/web/css/css_flexible_box_layout/index.html index ac8e749a3c..55d4b7b556 100644 --- a/files/ru/web/css/css_flexible_box_layout/index.html +++ b/files/ru/web/css/css_flexible_box_layout/index.html @@ -54,4 +54,19 @@ translation_of: Web/CSS/CSS_Flexible_Box_Layout <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{ SpecName('CSS3 Flexbox') }}</td> + <td>{{ Spec2('CSS3 Flexbox') }}</td> + <td>Initial definition.</td> + </tr> + </tbody> +</table> diff --git a/files/ru/web/css/css_grid_layout/index.html b/files/ru/web/css/css_grid_layout/index.html index 7da5f38cd6..332813277d 100644 --- a/files/ru/web/css/css_grid_layout/index.html +++ b/files/ru/web/css/css_grid_layout/index.html @@ -160,7 +160,32 @@ translation_of: Web/CSS/CSS_Grid_Layout <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("CSS Grid 3")}}</td> + <td>{{Spec2("CSS Grid 3")}}</td> + <td>Adds <a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout">masonry</a>.</td> + </tr> + <tr> + <td>{{SpecName("CSS Grid 2")}}</td> + <td>{{Spec2("CSS Grid 2")}}</td> + <td>Added <a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout#subgrid">subgrids</a>.</td> + </tr> + <tr> + <td>{{SpecName("CSS3 Grid")}}</td> + <td>{{Spec2("CSS3 Grid")}}</td> + <td>Initial definition.</td> + </tr> + </tbody> +</table> <section id="Quick_links"> <ol> diff --git a/files/ru/web/css/css_images/index.html b/files/ru/web/css/css_images/index.html index d538a74c5c..fa521b71f0 100644 --- a/files/ru/web/css/css_images/index.html +++ b/files/ru/web/css/css_images/index.html @@ -55,4 +55,44 @@ translation_of: Web/CSS/CSS_Images <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("CSS4 Images")}}</td> + <td>{{Spec2("CSS4 Images")}}</td> + <td>Added {{CSSxRef("image-resolution")}}, {{CSSxRef("conic-gradient")}}, and {{CSSxRef("_image", "image()")}}</td> + </tr> + <tr> + <td>{{SpecName("CSS3 Images")}}</td> + <td>{{Spec2("CSS3 Images")}}</td> + <td>Added {{CSSxRef("image-orientation")}}, {{CSSxRef("image-rendering")}}, {{CSSxRef("object-fit")}} and {{CSSxRef("object-position")}}</td> + </tr> + <tr> + <td>{{SpecName("Compat", "#css-%3Cimage%3E-type", "CSS Gradients")}}</td> + <td>{{Spec2("Compat")}}</td> + <td>Standardizes the <code>-webkit</code> prefixed gradient value functions</td> + </tr> + <tr> + <td>{{SpecName("CSS3 Values", "#urls", "<url>")}}</td> + <td>{{Spec2("CSS3 Values")}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName("CSS2.1", "syndata.html#uri", "<uri>")}}</td> + <td>{{Spec2("CSS2.1")}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName("CSS1", "#url", "<url>")}}</td> + <td>{{Spec2("CSS1")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> diff --git a/files/ru/web/css/css_lists_and_counters/using_css_counters/index.html b/files/ru/web/css/css_lists_and_counters/using_css_counters/index.html index 86167b1aa8..e8792fded7 100644 --- a/files/ru/web/css/css_lists_and_counters/using_css_counters/index.html +++ b/files/ru/web/css/css_lists_and_counters/using_css_counters/index.html @@ -96,7 +96,27 @@ li::before { <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("CSS3 Lists", "#auto-numbering", "CSS Counters")}}</td> + <td>{{Spec2("CSS3 Lists")}}</td> + <td>No change</td> + </tr> + <tr> + <td>{{SpecName("CSS2.1", "generate.html#counters", "CSS Counters")}}</td> + <td>{{Spec2("CSS2.1")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/css/css_table/index.html b/files/ru/web/css/css_table/index.html index 89ad3326f8..3c34ab61d3 100644 --- a/files/ru/web/css/css_table/index.html +++ b/files/ru/web/css/css_table/index.html @@ -33,4 +33,19 @@ translation_of: Web/CSS/CSS_Table <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("CSS2.1", "tables.html")}}</td> + <td>{{Spec2("CSS2.1")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> diff --git a/files/ru/web/css/css_transitions/using_css_transitions/index.html b/files/ru/web/css/css_transitions/using_css_transitions/index.html index b461bc4bcc..cc8122e59b 100644 --- a/files/ru/web/css/css_transitions/using_css_transitions/index.html +++ b/files/ru/web/css/css_transitions/using_css_transitions/index.html @@ -1048,7 +1048,22 @@ document.addEventListener('click', function(ev){ <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('CSS3 Transitions', '', '')}}</td> + <td>{{Spec2('CSS3 Transitions')}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/css/css_writing_modes/index.html b/files/ru/web/css/css_writing_modes/index.html index 4d2b270459..c73cf68b59 100644 --- a/files/ru/web/css/css_writing_modes/index.html +++ b/files/ru/web/css/css_writing_modes/index.html @@ -34,4 +34,29 @@ translation_of: Web/CSS/CSS_Writing_Modes <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('CSS3 Writing Modes')}}</td> + <td>{{Spec2('CSS3 Writing Modes')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS2.1', 'text.html')}}</td> + <td>{{Spec2('CSS2.1')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS1')}}</td> + <td>{{Spec2('CSS1')}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> diff --git a/files/ru/web/css/custom-ident/index.html b/files/ru/web/css/custom-ident/index.html index 1e48ff731e..a10f1d9dee 100644 --- a/files/ru/web/css/custom-ident/index.html +++ b/files/ru/web/css/custom-ident/index.html @@ -78,7 +78,52 @@ bili.bob Только буквы, цифры, _ и - можно не э <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th>Specification</th> + <th>Status</th> + <th>Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('CSS4 Values', '#custom-idents', '<code><custom-ident></code>')}}</td> + <td>{{Spec2('CSS4 Values')}}</td> + <td></td> + </tr> + <tr> + <td>{{SpecName('CSS Will Change', '#valdef-will-change-custom-ident', '<code><custom-ident></code> for <code>will-change</code>')}}</td> + <td>{{Spec2('CSS Will Change')}}</td> + <td>Defines which values are excluded for {{CSSxRef("will-change")}}.</td> + </tr> + <tr> + <td>{{SpecName('CSS3 Counter Styles', '#typedef-counter-style-name', '<code><custom-ident></code> for <code>list-style-type</code>')}}</td> + <td>{{Spec2('CSS3 Counter Styles')}}</td> + <td>Uses <code><custom-ident></code> instead of a finite list of keywords. Defines which values are excluded for {{CSSxRef("list-style-type")}} and {{CSSxRef("@counter-style")}}.</td> + </tr> + <tr> + <td>{{SpecName('CSS3 Lists', '#counter-properties', '<code><custom-ident></code> for <code>counter-*</code>')}}</td> + <td>{{Spec2('CSS3 Lists')}}</td> + <td>Renames <code><identifier></code> to <code><custom-ident></code>. Adds its usage to the new <code>counter-set</code> property.</td> + </tr> + <tr> + <td>{{SpecName('CSS3 Animations', '#typedef-single-animation-name', '<code><custom-ident></code> for <code>animation-name</code>')}}</td> + <td>{{Spec2('CSS3 Animations')}}</td> + <td>Defines which values are excluded for {{CSSxRef("animation-name")}}.</td> + </tr> + <tr> + <td>{{SpecName('CSS3 Values', '#custom-idents', '<code><custom-ident></code>')}}</td> + <td>{{Spec2('CSS3 Values')}}</td> + <td>Renames <code><identifier></code> to <code><custom-ident></code>. Makes it a pseudo-type and forbids the use of excluded values.</td> + </tr> + <tr> + <td>{{SpecName('CSS2.1', 'syndata.html#value-def-identifier', '<code><identifier></code>')}}</td> + <td>{{Spec2('CSS2.1')}}</td> + <td>Initial definition.</td> + </tr> + </tbody> +</table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/html/attributes/crossorigin/index.html b/files/ru/web/html/attributes/crossorigin/index.html index 40fa061458..e94900e4b6 100644 --- a/files/ru/web/html/attributes/crossorigin/index.html +++ b/files/ru/web/html/attributes/crossorigin/index.html @@ -36,7 +36,29 @@ original_slug: Web/HTML/CORS_settings_attributes <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td> {{SpecName('HTML WHATWG', 'infrastructure.html#cors-settings-attributes', 'CORS settings attributes')}} + </td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td></td> + </tr> + <tr> + <td> {{SpecName('HTML WHATWG', 'embedded-content.html#attr-img-crossorigin', 'crossorigin')}} + </td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td></td> + </tr> + </tbody> +</table> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> diff --git a/files/ru/web/javascript/data_structures/index.html b/files/ru/web/javascript/data_structures/index.html index fee4fc9283..f6ed5ab9ca 100644 --- a/files/ru/web/javascript/data_structures/index.html +++ b/files/ru/web/javascript/data_structures/index.html @@ -270,10 +270,6 @@ Infinity <p>Оператор <code>typeof</code> может помочь определить тип вашей переменной. Смотрите <a href="/ru/docs/Web/JavaScript/Reference/Operators/typeof">страницу документации</a>, где приведены его детали и случаи использования.</p> -<h2 id="Спецификации">Спецификации</h2> - -{{Specifications}} - <h2 id="Смотрите_также">Смотрите также</h2> <ul> diff --git a/files/ru/web/javascript/guide/regular_expressions/character_classes/index.html b/files/ru/web/javascript/guide/regular_expressions/character_classes/index.html index 8a379e7653..caf7f6b0f0 100644 --- a/files/ru/web/javascript/guide/regular_expressions/character_classes/index.html +++ b/files/ru/web/javascript/guide/regular_expressions/character_classes/index.html @@ -188,10 +188,6 @@ console.table(nonEnglishText.match(regexpBMPWord)); <p>Note for MDN editors: please do not try to add funny examples with emoji as those characters are not handled by the platform (Kuma).</p> </div> -<h2 id="Спецификации">Спецификации</h2> - -{{Specifications}} - <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <p>Для информации о совместимости с браузерами, посмотрите <a href="/ru/docs/Web/JavaScript/Guide/Regular_Expressions#Browser_compatibility">основную таблицу совместимости Regular Expressions</a>.</p> diff --git a/files/ru/web/javascript/reference/classes/private_class_fields/index.html b/files/ru/web/javascript/reference/classes/private_class_fields/index.html index 597d98ebeb..7701377426 100644 --- a/files/ru/web/javascript/reference/classes/private_class_fields/index.html +++ b/files/ru/web/javascript/reference/classes/private_class_fields/index.html @@ -179,7 +179,7 @@ new ClassWithPrivateAccessor(); <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<p>{{Specifications("javascript.classes")}}</p> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/javascript/reference/classes/public_class_fields/index.html b/files/ru/web/javascript/reference/classes/public_class_fields/index.html index 0c4eb7a7ea..7fae158e1d 100644 --- a/files/ru/web/javascript/reference/classes/public_class_fields/index.html +++ b/files/ru/web/javascript/reference/classes/public_class_fields/index.html @@ -246,7 +246,8 @@ console.log(instance.msg); <h2 id="Specifications">Спецификации</h2> -{{Specifications}} + +<p>{{Specifications("javascript.classes")}}</p> <h2 id="Browser_compatibility">Браузерная совместимость</h2> diff --git a/files/ru/web/javascript/reference/strict_mode/index.html b/files/ru/web/javascript/reference/strict_mode/index.html index ae8511dfe3..e83f677422 100644 --- a/files/ru/web/javascript/reference/strict_mode/index.html +++ b/files/ru/web/javascript/reference/strict_mode/index.html @@ -328,10 +328,6 @@ function baz() { // верно <p>В большинстве браузеров в настоящее время строгий режим реализован. Однако не стоит впадать в слепую зависимость от него, потому что существует множество <a class="external external-icon" href="http://caniuse.com/use-strict" rel="external" title="caniuse.com availability of strict mode">Версий браузеров, поддерживающих строгий режим лишь частично</a> или вовсе не поддерживающих оный (например, Internet Explorer ниже версии 10!). <em>Строгий режим изменяет семантику.</em> Надежда на эти изменения приведёт к ошибкам и погрешностям в браузерах, в которых строгий режим не реализован. Проявляйте осторожность при использовании строгого режима, и подкрепляйте надёжность строгого режима тестами особенностей, которые проверяют, насколько верно реализованы его фрагменты. Наконец, старайтесь <em>тестировать свой код в браузерах, как поддерживающих, так и не поддерживающих строгий режим</em>. Если вы проводите тестирование только в тех браузерах, которые не поддерживают строгий режим, то вполне вероятно у вас появятся проблемы в браузерах, его поддерживающих, и наоборот.</p> -<h2 id="Спецификации">Спецификации</h2> - -{{Specifications}} - <h2 id="Смотрите_также">Смотрите также</h2> <ul> diff --git a/files/ru/web/javascript/typed_arrays/index.html b/files/ru/web/javascript/typed_arrays/index.html index 50e6210f66..5d0f7999e0 100644 --- a/files/ru/web/javascript/typed_arrays/index.html +++ b/files/ru/web/javascript/typed_arrays/index.html @@ -129,9 +129,6 @@ normalArray.length === 4; normalArray.constructor === Array; </pre> -<h2 id="Спецификации">Спецификации</h2> - -{{Specifications}} <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/svg/attribute/attributename/index.html b/files/ru/web/svg/attribute/attributename/index.html index ab1cd5fe3b..83759850f8 100644 --- a/files/ru/web/svg/attribute/attributename/index.html +++ b/files/ru/web/svg/attribute/attributename/index.html @@ -56,7 +56,29 @@ translation_of: Web/SVG/Attribute/attributeName <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td> {{SpecName("SVG Animations 2", "#AttributeNameAttribute", "attributeName")}} + </td> + <td>{{Spec2("SVG Animations 2")}}</td> + <td>No change</td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "animate.html#AttributeNameAttribute", "attributeName")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition</td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/svg/attribute/r/index.html b/files/ru/web/svg/attribute/r/index.html index f33910a3cc..aff09b8240 100644 --- a/files/ru/web/svg/attribute/r/index.html +++ b/files/ru/web/svg/attribute/r/index.html @@ -92,4 +92,38 @@ translation_of: Web/SVG/Attribute/r <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("SVG2", "geometry.html#R", "r")}}</td> + <td>{{Spec2("SVG2")}}</td> + <td>Definition as a geometry property</td> + </tr> + <tr> + <td> {{SpecName("SVG2", "pservers.html#RadialGradientElementRAttribute", "r")}} + </td> + <td>{{Spec2("SVG2")}}</td> + <td> Definition for SVG2 paint servers <code><radialGradient></code> + </td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "pservers.html#RadialGradientElementRAttribute", "r")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><radialGradient></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "shapes.html#CircleElementRAttribute", "r")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><circle></code></td> + </tr> + </tbody> +</table> diff --git a/files/ru/web/svg/attribute/width/index.html b/files/ru/web/svg/attribute/width/index.html index e45ba1cfdf..e02ac13403 100644 --- a/files/ru/web/svg/attribute/width/index.html +++ b/files/ru/web/svg/attribute/width/index.html @@ -565,4 +565,98 @@ translation_of: Web/SVG/Attribute/width <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td> {{ SpecName('Filters 1.0', '#element-attrdef-filter-width', 'width') }} + </td> + <td>{{Spec2('Filters 1.0')}}</td> + <td>Definition for <code><filter></code></td> + </tr> + <tr> + <td> {{ SpecName('Filters 1.0', '#element-attrdef-filter-primitive-width', 'width') }} + </td> + <td>{{Spec2('Filters 1.0')}}</td> + <td>Definition for filter primitives</td> + </tr> + <tr> + <td> {{SpecName("CSS Masks", "#element-attrdef-mask-width", 'width')}} + </td> + <td>{{Spec2("CSS Masks")}}</td> + <td>Definition for <code><mask></code></td> + </tr> + <tr> + <td> {{SpecName("SVG2", "geometry.html#Sizing", "width")}} + </td> + <td>{{Spec2("SVG2")}}</td> + <td>Definition as a geometry property</td> + </tr> + <tr> + <td> {{SpecName("SVG2", "pservers.html#PatternElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG2")}}</td> + <td>Definition for <code><pattern></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "extend.html#ForeignObjectElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><foreignObject></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "pservers.html#PatternElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><pattern></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "struct.html#ImageElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><image></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "struct.html#SVGElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><svg></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "struct.html#UseElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><use></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "filters.html#FilterElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><filter></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "filters.html#FilterPrimitiveWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for filter primitives</td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "masking.html#MaskElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><mask></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "shapes.html#RectElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><rect></code></td> + </tr> + </tbody> +</table> diff --git a/files/ru/web/svg/svg_as_an_image/index.html b/files/ru/web/svg/svg_as_an_image/index.html index 24aee5a617..bb155060c5 100644 --- a/files/ru/web/svg/svg_as_an_image/index.html +++ b/files/ru/web/svg/svg_as_an_image/index.html @@ -37,7 +37,31 @@ translation_of: Web/SVG/SVG_as_an_Image <h2 id="Спецификации">Спецификации</h2> -{{Specifications}} +<table> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td> {{SpecName("HTML5 W3C", "semantics-embedded-content.html#the-img-element", "SVG within <img> element")}} + </td> + <td>{{Spec2("HTML5 W3C")}}</td> + <td> Defines the usage of SVG within {{HTMLElement("img")}} elements. + </td> + </tr> + <tr> + <td> {{SpecName("CSS3 Backgrounds", "#the-background-image", "SVG within 'background-image' CSS property")}} + </td> + <td>{{Spec2("CSS3 Backgrounds")}}</td> + <td> Defines the usage of SVG within the {{cssxref("background-image")}} property. + </td> + </tr> + </tbody> +</table> <h2 id="Смотрите_также">Смотрите также</h2> |