aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-27 15:58:36 +0300
committerGitHub <noreply@github.com>2021-10-27 15:58:36 +0300
commit56817c1235a48d66c12ddf1c3d37a0e61977b875 (patch)
tree82aeaf26a1873c432203a1f90b08c2a22413e522 /files/ru/web/api
parenta68152ef9cd653f92705683592d4652b617ab02c (diff)
downloadtranslated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.gz
translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.bz2
translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.zip
[RU] Restore specs (#2880)
Diffstat (limited to 'files/ru/web/api')
-rw-r--r--files/ru/web/api/cryptokeypair/index.html17
-rw-r--r--files/ru/web/api/css_object_model/index.html40
-rw-r--r--files/ru/web/api/fetch_api/index.html17
-rw-r--r--files/ru/web/api/fetch_api/using_fetch/index.html17
-rw-r--r--files/ru/web/api/history_api/index.html24
-rw-r--r--files/ru/web/api/indexeddb_api/index.html13
-rw-r--r--files/ru/web/api/intersection_observer_api/index.html17
-rw-r--r--files/ru/web/api/media_session_api/index.html17
-rw-r--r--files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html17
-rw-r--r--files/ru/web/api/network_information_api/index.html13
-rw-r--r--files/ru/web/api/notifications_api/index.html13
-rw-r--r--files/ru/web/api/service_worker_api/using_service_workers/index.html4
-rw-r--r--files/ru/web/api/streams_api/index.html13
-rw-r--r--files/ru/web/api/web_authentication_api/index.html13
-rw-r--r--files/ru/web/api/web_crypto_api/index.html13
-rw-r--r--files/ru/web/api/web_speech_api/index.html13
-rw-r--r--files/ru/web/api/web_storage_api/index.html13
-rw-r--r--files/ru/web/api/web_workers_api/index.html13
-rw-r--r--files/ru/web/api/web_workers_api/using_web_workers/index.html17
-rw-r--r--files/ru/web/api/webrtc_api/index.html19
-rw-r--r--files/ru/web/api/webxr_device_api/index.html60
21 files changed, 359 insertions, 24 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>