diff options
Diffstat (limited to 'files/ru/web/api/document/characterset/index.html')
-rw-r--r-- | files/ru/web/api/document/characterset/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/document/characterset/index.html b/files/ru/web/api/document/characterset/index.html index f1a85afe7c..10696b56f9 100644 --- a/files/ru/web/api/document/characterset/index.html +++ b/files/ru/web/api/document/characterset/index.html @@ -16,17 +16,17 @@ translation_of: Web/API/Document/characterSet <p>Свойства <code>document.charset</code> и <code>document.inputEncoding</code> это устаревшие алиасы <code>document.characterSet</code>. Не используйте их больше.</p> </div> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="syntaxbox">var <em>string</em> = document.characterSet</pre> -<h2 id="Example" name="Example">Примеры</h2> +<h2 id="Example">Примеры</h2> <pre><button onclick="alert(document.characterSet);">Показать кодировку</button> // вернёт кодировку документа вида "ISO-8859-1" или "UTF-8" </pre> -<h2 id="Notes" name="Notes">Спецификации</h2> +<h2 id="Notes">Спецификации</h2> <table class="standard-table"> <tbody> |