diff options
Diffstat (limited to 'files/ru/web/api/element')
-rw-r--r-- | files/ru/web/api/element/childelementcount/index.html | 17 | ||||
-rw-r--r-- | files/ru/web/api/element/hasattributes/index.html | 25 | ||||
-rw-r--r-- | files/ru/web/api/element/matches/index.html | 15 | ||||
-rw-r--r-- | files/ru/web/api/element/mouseup_event/index.html | 17 | ||||
-rw-r--r-- | files/ru/web/api/element/queryselector/index.html | 27 | ||||
-rw-r--r-- | files/ru/web/api/element/scrollto/index.html | 17 |
6 files changed, 6 insertions, 112 deletions
diff --git a/files/ru/web/api/element/childelementcount/index.html b/files/ru/web/api/element/childelementcount/index.html index f11058fd38..1466a01b27 100644 --- a/files/ru/web/api/element/childelementcount/index.html +++ b/files/ru/web/api/element/childelementcount/index.html @@ -39,22 +39,7 @@ original_slug: Web/API/ParentNode/childElementCount <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - </tr> - <tr> - <td>{{SpecName('DOM WHATWG', '#dom-parentnode-childElementCount', 'ParentNode.childElementCount')}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - </tr> - <tr> - <td>{{SpecName('Element Traversal', '#attribute-childElementCount', 'ElementTraversal.childElementCount')}}</td> - <td>{{Spec2('Element Traversal')}}</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> diff --git a/files/ru/web/api/element/hasattributes/index.html b/files/ru/web/api/element/hasattributes/index.html index 2d88584ef2..2d92511953 100644 --- a/files/ru/web/api/element/hasattributes/index.html +++ b/files/ru/web/api/element/hasattributes/index.html @@ -35,30 +35,7 @@ if (foo.hasAttributes()) { <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - <tr> - <td>{{SpecName("DOM WHATWG", "#dom-element-hasattributes", "Element.hasAttributes()")}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - <td>Moved from the {{domxref("Node")}} interface to the more specialized {{domxref("Element")}} interface.</td> - </tr> - <tr> - <td>{{SpecName('DOM3 Core','#ID-NodeHasAttrs','hasAttributes()')}}</td> - <td>{{Spec2('DOM3 Core')}}</td> - <td>No change from {{SpecName("DOM2 Core")}}</td> - </tr> - <tr> - <td>{{SpecName('DOM2 Core','#ID-NodeHasAttrs','hasAttributes()')}}</td> - <td>{{Spec2('DOM2 Core')}}</td> - <td>Initial definition, on the {{domxref("Node")}} interface.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/element/matches/index.html b/files/ru/web/api/element/matches/index.html index a219e95c84..d0913ee5db 100644 --- a/files/ru/web/api/element/matches/index.html +++ b/files/ru/web/api/element/matches/index.html @@ -70,20 +70,7 @@ translation_of: Web/API/Element/matches <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('DOM WHATWG', '#dom-element-matches', 'Element.prototype.matches')}}</td> - <td>{{Spec2('DOM WHATWG')}}</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> diff --git a/files/ru/web/api/element/mouseup_event/index.html b/files/ru/web/api/element/mouseup_event/index.html index 5ef237396d..7293b7029d 100644 --- a/files/ru/web/api/element/mouseup_event/index.html +++ b/files/ru/web/api/element/mouseup_event/index.html @@ -34,22 +34,7 @@ translation_of: Web/API/Element/mouseup_event <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - </tr> - <tr> - <td>{{SpecName('UI Events', '#event-type-mouseup', 'mouseup')}}</td> - <td>{{Spec2('UI Events')}}</td> - </tr> - <tr> - <td>{{SpecName('DOM3 Events', '#event-type-mouseup', 'mouseup')}}</td> - <td>{{Spec2('DOM3 Events')}}</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> diff --git a/files/ru/web/api/element/queryselector/index.html b/files/ru/web/api/element/queryselector/index.html index febe3640bb..817e327887 100644 --- a/files/ru/web/api/element/queryselector/index.html +++ b/files/ru/web/api/element/queryselector/index.html @@ -36,32 +36,7 @@ translation_of: Web/API/Element/querySelector <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('DOM4','#dom-parentnode-queryselectorallselectors','querySelectorAll')}}</td> - <td>{{Spec2('DOM4')}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('Selectors API Level 2','#queryselectorall','querySelectorAll')}}</td> - <td>{{Spec2('Selectors API Level 2')}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('Selectors API Level 1','#queryselectorall','querySelectorAll')}}</td> - <td>{{Spec2('Selectors API Level 1')}}</td> - <td></td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/element/scrollto/index.html b/files/ru/web/api/element/scrollto/index.html index 9213f914d6..05a306ff14 100644 --- a/files/ru/web/api/element/scrollto/index.html +++ b/files/ru/web/api/element/scrollto/index.html @@ -41,22 +41,7 @@ element.scrollTo(<em>options</em>) <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('CSSOM View', '#dom-element-scrollto-options-options', 'element.scrollTo()') }}</td> - <td>{{ Spec2('CSSOM View') }}</td> - <td>Initial definition.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> <p>{{Compat("api.Element.scrollTo")}}</p> |