renovations

This commit is contained in:
Ilya Kantor 2015-01-20 18:27:28 +03:00
parent 56b567a5fb
commit f702e3d4ea
21 changed files with 332 additions and 726 deletions

View file

@ -194,7 +194,7 @@ function compareDocumentPosition(a, b) {
```
Список битовых масок для проверки:
<table class="bordered">
<table>
<tr>
<th>Биты</th>
<th>Число</th>

View file

@ -422,7 +422,7 @@ alert( document.body.getAttribute('AbBa') ); // что должен вернут
Таблица сравнений для атрибутов и свойств:
<table class="bordered">
<table>
<tr>
<th>Свойства</th>
<th>Атрибуты</th>

View file

@ -229,7 +229,7 @@ document.getElementById('my').onkeypress = function(e) {
Перечислим их в таблице, обращая основное внимание на особенности работы с ними.
<table class="bordered">
<table>
<tr>
<th>Категория</th>
<th>Примеры</th>

View file

@ -175,7 +175,7 @@ function showCount() {
События изменения данных:
<table class="bordered">
<table>
<tr>
<th>Событие</th>
<th>Описание</th>