aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html/element/tfoot/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/html/element/tfoot/index.html')
-rw-r--r--files/ru/web/html/element/tfoot/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/html/element/tfoot/index.html b/files/ru/web/html/element/tfoot/index.html
index f9b8dbd28d..773ac319cc 100644
--- a/files/ru/web/html/element/tfoot/index.html
+++ b/files/ru/web/html/element/tfoot/index.html
@@ -142,7 +142,7 @@ translation_of: Web/HTML/Element/tfoot
<dt>{{ htmlattrdef("valign") }} {{ Deprecated_inline() }} в {{ HTMLVersionInline("4") }}, {{ obsolete_inline() }} в {{ HTMLVersionInline("5") }}</dt>
<dd>Этот атрибут задаёт вертикальное выравнивание текста в каждой строке ячеек заголовка таблицы. Возможные значения для этого атрибута:
<ul>
- <li><span style="font-family: courier new;">baseline</span>, which will put the text as close to the bottom of the cell as it is possible, but align it on the <a class="external" href="http://en.wikipedia.org/wiki/Baseline_%28typography%29" title="http://en.wikipedia.org/wiki/Baseline_(typography)">baseline</a> of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as <span style="font-family: courier new;">bottom</span>.</li>
+ <li><span style="font-family: courier new;">baseline</span>, which will put the text as close to the bottom of the cell as it is possible, but align it on the <a class="external" href="http://en.wikipedia.org/wiki/Baseline_%28typography%29">baseline</a> of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as <span style="font-family: courier new;">bottom</span>.</li>
<li><span style="font-family: courier new;">bottom</span>, which will put the text as close to the bottom of the cell as it is possible;</li>
<li><span style="font-family: courier new;">middle</span>, which will center the text in the cell;</li>
<li>and <span style="font-family: courier new;">top</span>, which will put the text as close to the top of the cell as it is possible.</li>