diff options
Diffstat (limited to 'files/ru/web/api/document')
-rw-r--r-- | files/ru/web/api/document/dir/index.html | 17 | ||||
-rw-r--r-- | files/ru/web/api/document/evaluate/index.html | 17 | ||||
-rw-r--r-- | files/ru/web/api/document/forms/index.html | 22 | ||||
-rw-r--r-- | files/ru/web/api/document/origin/index.html | 20 | ||||
-rw-r--r-- | files/ru/web/api/document/scroll_event/index.html | 13 |
5 files changed, 5 insertions, 84 deletions
diff --git a/files/ru/web/api/document/dir/index.html b/files/ru/web/api/document/dir/index.html index 73dc69525c..d1050bbc05 100644 --- a/files/ru/web/api/document/dir/index.html +++ b/files/ru/web/api/document/dir/index.html @@ -27,22 +27,7 @@ translation_of: Web/API/Document/dir <h2 id="Specifications">Спецификации</h2> -<table class="standard-table" style='color: #333333; font-family: "Open Sans",arial,x-locale-body,sans-serif;'> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("HTML WHATWG", "dom.html#the-dir-attribute:dom-dir", "Document.dir")}}</td> - <td>{{Spec2("HTML WHATWG")}}</td> - <td> </td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/document/evaluate/index.html b/files/ru/web/api/document/evaluate/index.html index ec48166876..ea44922ef5 100644 --- a/files/ru/web/api/document/evaluate/index.html +++ b/files/ru/web/api/document/evaluate/index.html @@ -129,22 +129,7 @@ alert(alertText); // Показывает alert со всеми найденны <h2 id="Specifications">Спецификации</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 XPath", "xpath.html#XPathEvaluator-evaluate", "Document.evaluate")}}</td> - <td>{{Spec2("DOM3 XPath")}}</td> - <td>Initial specification</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/document/forms/index.html b/files/ru/web/api/document/forms/index.html index 1abbb91162..bab7e4317c 100644 --- a/files/ru/web/api/document/forms/index.html +++ b/files/ru/web/api/document/forms/index.html @@ -86,27 +86,7 @@ var selectFormElement = document.forms[index].elements[index];</code></pre> <h2 id="Specifications">Спецификации</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-forms', 'Document.forms')}}</td> - <td>{{ Spec2('HTML WHATWG') }}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('DOM2 HTML', 'html.html#ID-1689064', 'Document.forms')}}</td> - <td>{{ Spec2('DOM2 Events') }}</td> - <td>Начальное определение</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="See_Also">Браузерная поддержка</h2> diff --git a/files/ru/web/api/document/origin/index.html b/files/ru/web/api/document/origin/index.html index dee1d94e45..5172e69480 100644 --- a/files/ru/web/api/document/origin/index.html +++ b/files/ru/web/api/document/origin/index.html @@ -30,25 +30,7 @@ var origin = document.origin; <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('DOM WHATWG', '#dom-document-origin', 'Document.origin')}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - <td>Начальное определение (выставляется во время инициализации DOM).</td> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG', '#origin:document', 'origin for Document objects')}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>Начальное определение (выставляется во время инициализации DOM).</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/document/scroll_event/index.html b/files/ru/web/api/document/scroll_event/index.html index ec8d9fd4a2..2614235d17 100644 --- a/files/ru/web/api/document/scroll_event/index.html +++ b/files/ru/web/api/document/scroll_event/index.html @@ -76,18 +76,7 @@ window.addEventListener('scroll', function(e) { <h2 id="Спецификация">Спецификация</h2> -<table> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - </tr> - <tr> - <td>{{SpecName('DOM3 Events', '#event-type-scroll')}}</td> - <td>{{Spec2('DOM3 Events')}}</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> |