From bc229b7a1817de712a408242cc9d8ac469733c4d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 11:39:11 -0400 Subject: remove link 'title' attributes that's just the 'href' (ko) (#1739) --- files/ko/web/html/element/thead/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ko/web/html/element/thead') diff --git a/files/ko/web/html/element/thead/index.html b/files/ko/web/html/element/thead/index.html index 6553d7628a..f8682c6840 100644 --- a/files/ko/web/html/element/thead/index.html +++ b/files/ko/web/html/element/thead/index.html @@ -29,7 +29,7 @@ translation_of: Web/HTML/Element/thead Normative document - HTML5, section 4.9.6 (HTML4.01, section 11.2.3) + HTML5, section 4.9.6 (HTML4.01, section 11.2.3) @@ -63,7 +63,7 @@ translation_of: Web/HTML/Element/thead
{{ htmlattrdef("bgcolor") }} {{ Non-standard_inline() }}
-
This attribute defines the background color of each cell of the column. It is one of the 6-digit hexadecimal code as defined in sRGB, prefixed by a '#'. One of the sixteen predefined color strings may be used: +
This attribute defines the background color of each cell of the column. It is one of the 6-digit hexadecimal code as defined in sRGB, prefixed by a '#'. One of the sixteen predefined color strings may be used: @@ -139,7 +139,7 @@ translation_of: Web/HTML/Element/thead
{{ htmlattrdef("valign") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline("4") }}, {{ obsolete_inline() }} in {{ HTMLVersionInline("5") }}
This attribute specifies the vertical alignment of the text within each row of cells of the table header. Possible values for this attribute are:
    -
  • baseline, which will put the text as close to the bottom of the cell as it is possible, but align it on the baseline of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as bottom.
  • +
  • baseline, which will put the text as close to the bottom of the cell as it is possible, but align it on the baseline of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as bottom.
  • bottom, which will put the text as close to the bottom of the cell as it is possible;
  • middle, which will center the text in the cell;
  • top, which will put the text as close to the top of the cell as it is possible.
  • -- cgit v1.2.3-54-g00ecf