aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-25 10:06:22 +0300
committerGitHub <noreply@github.com>2021-10-25 10:06:22 +0300
commitf3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 (patch)
tree6cde25b36984040fda960876bff7acc84161ed7e /files/ru/web/api/document
parente87401f97c68764ae7070f305199af2f529c1def (diff)
downloadtranslated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.gz
translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.bz2
translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.zip
Использование макроса для вставки специфицикаций (#2850)
* Использование макроса для вставки специфицикаций * Replaces
Diffstat (limited to 'files/ru/web/api/document')
-rw-r--r--files/ru/web/api/document/all/index.html18
-rw-r--r--files/ru/web/api/document/anchors/index.html22
-rw-r--r--files/ru/web/api/document/applets/index.html22
-rw-r--r--files/ru/web/api/document/close/index.html22
-rw-r--r--files/ru/web/api/document/cookie/index.html22
-rw-r--r--files/ru/web/api/document/createtextnode/index.html22
-rw-r--r--files/ru/web/api/document/defaultview/index.html22
-rw-r--r--files/ru/web/api/document/designmode/index.html15
-rw-r--r--files/ru/web/api/document/doctype/index.html17
-rw-r--r--files/ru/web/api/document/documenturi/index.html20
-rw-r--r--files/ru/web/api/document/domcontentloaded_event/index.html20
-rw-r--r--files/ru/web/api/document/dragstart_event/index.html17
-rw-r--r--files/ru/web/api/document/embeds/index.html31
-rw-r--r--files/ru/web/api/document/head/index.html25
-rw-r--r--files/ru/web/api/document/hidden/index.html15
-rw-r--r--files/ru/web/api/document/links/index.html20
-rw-r--r--files/ru/web/api/document/location/index.html20
-rw-r--r--files/ru/web/api/document/queryselector/index.html20
-rw-r--r--files/ru/web/api/document/readystate/index.html25
-rw-r--r--files/ru/web/api/document/url/index.html22
20 files changed, 20 insertions, 397 deletions
diff --git a/files/ru/web/api/document/all/index.html b/files/ru/web/api/document/all/index.html
index 95af966445..9afcb8917a 100644
--- a/files/ru/web/api/document/all/index.html
+++ b/files/ru/web/api/document/all/index.html
@@ -17,23 +17,7 @@ translation_of: Web/API/Document/all
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификации</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', 'obsolete.html#dom-document-all', 'all')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Первоначальное определение.<br>
- Устаревший и находится в устаревшем разделе API.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/anchors/index.html b/files/ru/web/api/document/anchors/index.html
index aa7c353b59..5dd210eb88 100644
--- a/files/ru/web/api/document/anchors/index.html
+++ b/files/ru/web/api/document/anchors/index.html
@@ -92,27 +92,7 @@ function init() {
<h2 id="Спецификации">Спецификации</h2>
-<table>
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#dom-document-anchors', 'Document.anchors')}}</td>
- <td>{{ Spec2('HTML WHATWG') }}</td>
- <td>Obsoleted.</td>
- </tr>
- <tr>
- <td>{{SpecName('DOM2 HTML', 'html.html#ID-7577272', 'Document.anchors')}}</td>
- <td>{{ Spec2('DOM2 Events') }}</td>
- <td>Initial definition.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
diff --git a/files/ru/web/api/document/applets/index.html b/files/ru/web/api/document/applets/index.html
index 3774b116ab..3eae1be404 100644
--- a/files/ru/web/api/document/applets/index.html
+++ b/files/ru/web/api/document/applets/index.html
@@ -38,27 +38,7 @@ my_java_app = document.applets[1];
<h2 id="Спецификации">Спецификации</h2>
-<table>
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#dom-document-applets', 'Document.applets')}}</td>
- <td>{{ Spec2('HTML WHATWG') }}</td>
- <td>Obsoleted.</td>
- </tr>
- <tr>
- <td>{{SpecName('DOM2 HTML', 'html.html#ID-85113862', 'Document.applets')}}</td>
- <td>{{ Spec2('DOM2 Events') }}</td>
- <td>Initial definition.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
diff --git a/files/ru/web/api/document/close/index.html b/files/ru/web/api/document/close/index.html
index e6d6d2fb24..67adcd294f 100644
--- a/files/ru/web/api/document/close/index.html
+++ b/files/ru/web/api/document/close/index.html
@@ -30,27 +30,7 @@ document.close();
<h2 id="Спецификации">Спецификации</h2>
-<table>
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("HTML WHATWG", "#dom-document-close", "document.close()")}}</td>
- <td>{{Spec2("HTML WHATWG")}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName("DOM2 HTML", "html.html#ID-98948567", "document.close()")}}</td>
- <td>{{Spec2("DOM2 HTML")}}</td>
- <td> </td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
diff --git a/files/ru/web/api/document/cookie/index.html b/files/ru/web/api/document/cookie/index.html
index 6d97d20205..fa6153145c 100644
--- a/files/ru/web/api/document/cookie/index.html
+++ b/files/ru/web/api/document/cookie/index.html
@@ -317,27 +317,7 @@ executeOnce(alertSomething, null, "Hello world!!!!", "alert_something");</code><
<h2 id="Спецификации">Спецификации</h2>
-<table>
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("DOM2 HTML", "html.html#ID-8747038", "Document.cookie")}}</td>
- <td>{{Spec2("DOM2 HTML")}}</td>
- <td>Initial definition</td>
- </tr>
- <tr>
- <td>{{SpecName("Cookie Prefixes")}}</td>
- <td>{{Spec2("Cookie Prefixes")}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
diff --git a/files/ru/web/api/document/createtextnode/index.html b/files/ru/web/api/document/createtextnode/index.html
index 4a71593db1..3fa8da2d5f 100644
--- a/files/ru/web/api/document/createtextnode/index.html
+++ b/files/ru/web/api/document/createtextnode/index.html
@@ -47,27 +47,7 @@ function addTextNode(text) {
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("DOM3 Core", "core.html#ID-1975348127", "Document.createTextNode()")}}</td>
- <td>{{Spec2("DOM3 Core")}}</td>
- <td>No change</td>
- </tr>
- <tr>
- <td>{{SpecName("DOM2 Core", "core.html#ID-1975348127", "Document.createTextNode()")}}</td>
- <td>{{Spec2("DOM2 Core")}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость">Совместимость</h2>
diff --git a/files/ru/web/api/document/defaultview/index.html b/files/ru/web/api/document/defaultview/index.html
index d73641bfc3..df06455a50 100644
--- a/files/ru/web/api/document/defaultview/index.html
+++ b/files/ru/web/api/document/defaultview/index.html
@@ -19,27 +19,7 @@ translation_of: Web/API/Document/defaultView
<h2 id="Спецификации">Спецификации</h2>
-<table>
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#dom-document-defaultview', 'Document.defaultView')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>No change</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'browsers.html#dom-document-defaultview', 'Document.defaultView')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
diff --git a/files/ru/web/api/document/designmode/index.html b/files/ru/web/api/document/designmode/index.html
index b7dad0dff4..ddea6ddba4 100644
--- a/files/ru/web/api/document/designmode/index.html
+++ b/files/ru/web/api/document/designmode/index.html
@@ -29,20 +29,7 @@ document.designMode = "on" </code>|| "off";</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#making-entire-documents-editable:-the-designmode-idl-attribute', 'designMode')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Начальное значение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами" style="font-size: 2.14285714285714rem;">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/doctype/index.html b/files/ru/web/api/document/doctype/index.html
index a9f25036e2..70eebb14d0 100644
--- a/files/ru/web/api/document/doctype/index.html
+++ b/files/ru/web/api/document/doctype/index.html
@@ -41,22 +41,7 @@ console.log(
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('DOM WHATWG', '#dom-document-doctype', 'Document: doctype')}}</td>
- <td>{{Spec2('DOM WHATWG')}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/documenturi/index.html b/files/ru/web/api/document/documenturi/index.html
index cfe96d25de..c5c5eba6d7 100644
--- a/files/ru/web/api/document/documenturi/index.html
+++ b/files/ru/web/api/document/documenturi/index.html
@@ -20,25 +20,7 @@ translation_of: Web/API/Document/documentURI
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('DOM4', '#dom-document-documenturi','documentURI')}}</td>
- <td>{{Spec2('DOM4')}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName('DOM3 Core', '#Document3-documentURI', 'documentURI')}}</td>
- <td>{{Spec2('DOM3 Core')}}</td>
- <td>Начальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/domcontentloaded_event/index.html b/files/ru/web/api/document/domcontentloaded_event/index.html
index 524eecad01..ec4eca514c 100644
--- a/files/ru/web/api/document/domcontentloaded_event/index.html
+++ b/files/ru/web/api/document/domcontentloaded_event/index.html
@@ -150,25 +150,7 @@ document.addEventListener('DOMContentLoaded', (event) =&gt; {
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', 'parsing.html#the-end:event-domcontentloaded', 'DOMContentLoaded')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'parsing.html#the-end:event-domcontentloaded', 'DOMContentLoaded')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_совместимость">Браузерная совместимость</h2>
<p>{{Compat("api.Document.DOMContentLoaded_event")}}</p>
diff --git a/files/ru/web/api/document/dragstart_event/index.html b/files/ru/web/api/document/dragstart_event/index.html
index fc1ad63c2c..ff94df263f 100644
--- a/files/ru/web/api/document/dragstart_event/index.html
+++ b/files/ru/web/api/document/dragstart_event/index.html
@@ -42,22 +42,7 @@ translation_of: Web/API/Document/dragstart_event
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("HTML WHATWG", "interaction.html#dndevents", "dragstart")}}</td>
- <td>{{Spec2("HTML WHATWG")}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/embeds/index.html b/files/ru/web/api/document/embeds/index.html
index fe37334c5f..be68100cb7 100644
--- a/files/ru/web/api/document/embeds/index.html
+++ b/files/ru/web/api/document/embeds/index.html
@@ -23,33 +23,4 @@ translation_of: Web/API/Document/embeds
<h2 id="Спецификации">Спецификации</h2>
-<table>
- <thead>
- <tr>
- <th scope="col">Спецификации</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}}</td>
- <td>{{ Spec2('HTML WHATWG') }}</td>
- <td> </td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-
-<p>{{Compat("api.Document.embeds")}}</p>
-
-<p> </p>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td> </td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
diff --git a/files/ru/web/api/document/head/index.html b/files/ru/web/api/document/head/index.html
index 8539ae19aa..85fdcb7b64 100644
--- a/files/ru/web/api/document/head/index.html
+++ b/files/ru/web/api/document/head/index.html
@@ -47,30 +47,7 @@ translation_of: Web/API/Document/head
<h2 id="Спецификации">Спецификации</h2>
-<table class="spectable standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG','dom.html#dom-document-head','Document.head')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Начальное определение.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1','dom.html#dom-document-head','Document.head')}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C','dom.html#dom-document-head','Document.head')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
diff --git a/files/ru/web/api/document/hidden/index.html b/files/ru/web/api/document/hidden/index.html
index adc4aef80d..f5cbc4acb6 100644
--- a/files/ru/web/api/document/hidden/index.html
+++ b/files/ru/web/api/document/hidden/index.html
@@ -21,20 +21,7 @@ translation_of: Web/API/Document/hidden
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th>Specification</th>
- <th>Status</th>
- <th>Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('Page Visibility API','#dom-document-hidden', 'Document.hidden')}}</td>
- <td>{{Spec2('Page Visibility API')}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/links/index.html b/files/ru/web/api/document/links/index.html
index 5bd461b720..b46180147b 100644
--- a/files/ru/web/api/document/links/index.html
+++ b/files/ru/web/api/document/links/index.html
@@ -39,25 +39,7 @@ for(var i = 0; i &lt; links.length; i++) {
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#dom-document-links', 'Document.links')}}</td>
- <td>{{ Spec2('HTML WHATWG') }}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName("DOM2 HTML", "html.html#ID-7068919", "document.links")}}</td>
- <td>{{Spec2("DOM2 HTML")}}</td>
- <td>Исходное определение.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/location/index.html b/files/ru/web/api/document/location/index.html
index dae24a2b7e..9a1df15cc4 100644
--- a/files/ru/web/api/document/location/index.html
+++ b/files/ru/web/api/document/location/index.html
@@ -34,25 +34,7 @@ document.location.href = 'http://www.mozilla.org'</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "history.html#the-location-interface", "Document.location")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Нет изменений с {{SpecName("HTML5 W3C")}}.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "browsers.html#the-location-interface", "Document.location")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Исходное определение.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/queryselector/index.html b/files/ru/web/api/document/queryselector/index.html
index 8dd9aa53d3..1202819d7c 100644
--- a/files/ru/web/api/document/queryselector/index.html
+++ b/files/ru/web/api/document/queryselector/index.html
@@ -92,25 +92,7 @@ translation_of: Web/API/Document/querySelector
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName("Selectors API Level 2", "#interface-definitions", "document.querySelector()")}}</td>
- <td>{{Spec2("Selectors API Level 2")}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName("Selectors API Level 1", "#interface-definitions", "document.querySelector()")}}</td>
- <td>{{Spec2("Selectors API Level 1")}}</td>
- <td>Изначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Browser_Compatibility">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/document/readystate/index.html b/files/ru/web/api/document/readystate/index.html
index 4b3f8e5900..fee81eb14b 100644
--- a/files/ru/web/api/document/readystate/index.html
+++ b/files/ru/web/api/document/readystate/index.html
@@ -74,30 +74,7 @@ document.onreadystatechange = function () {
<h2 id="Спецификации">Спецификации</h2>
-<table class="spectable standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Состояние</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName("HTML WHATWG", "#current-document-readiness", "Document readiness")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName("HTML5.1", "#current-document-readiness", "Document readiness")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName("HTML5 W3C", "#current-document-readiness", "Document readiness")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Первичная спецификация.</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
diff --git a/files/ru/web/api/document/url/index.html b/files/ru/web/api/document/url/index.html
index 40f02bb6f8..043ae9d84c 100644
--- a/files/ru/web/api/document/url/index.html
+++ b/files/ru/web/api/document/url/index.html
@@ -37,27 +37,7 @@ translation_of: Web/API/Document/URL
<h2 id="Спецификации">Спецификации</h2>
-<table>
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("DOM WHATWG", "#dom-document-url", "Document.URL")}}</td>
- <td>{{Spec2("DOM WHATWG")}}</td>
- <td>Defines that the property is a {{domxref("USVString")}} instead of a {{domxref("DOMString")}}.</td>
- </tr>
- <tr>
- <td>{{SpecName("DOM1", "level-one-html.html#attribute-URL", "Document.URL")}}</td>
- <td>{{Spec2("DOM1")}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>