diff options
Diffstat (limited to 'files/ru/web/api/document/compatmode')
-rw-r--r-- | files/ru/web/api/document/compatmode/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/document/compatmode/index.html b/files/ru/web/api/document/compatmode/index.html index 36fe63bce9..f2fd0a4faa 100644 --- a/files/ru/web/api/document/compatmode/index.html +++ b/files/ru/web/api/document/compatmode/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/Document/compatMode <p>Определяет когда документ отображается в <a href="/en/Quirks_Mode_and_Standards_Mode" title="en/Mozilla's Quirks Mode">Quirks mode</a> или Стандартном режиме.</p> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="eval"><em>mode</em> = document.compatMode </pre> @@ -36,14 +36,14 @@ translation_of: Web/API/Document/compatMode <p><strong>Примечание</strong>: все эти режимы внесены в стандарт, поэтому старые названия "standards" и "almost standards" теперь бессмысленны и не используются.</p> </div> -<h2 id="Example" name="Example">Пример</h2> +<h2 id="Example">Пример</h2> <pre class="eval">if (document.compatMode == "BackCompat") { // в Quirks режиме } </pre> -<h2 id="Specification" name="Specification">Спецификации</h2> +<h2 id="Specification">Спецификации</h2> <ul> <li><a class="external" href="http://dom.spec.whatwg.org/#dom-document-compatmode">DOM: Document.compatMode</a></li> |