diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:39:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 00:39:11 +0900 |
| commit | bc229b7a1817de712a408242cc9d8ac469733c4d (patch) | |
| tree | 11bb1435f2e806ebd38f1e2e1014e541c26d1d8a /files/ko/web/html/element/tr/index.html | |
| parent | 4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (diff) | |
| download | translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.gz translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.bz2 translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.zip | |
remove link 'title' attributes that's just the 'href' (ko) (#1739)
Diffstat (limited to 'files/ko/web/html/element/tr/index.html')
| -rw-r--r-- | files/ko/web/html/element/tr/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/html/element/tr/index.html b/files/ko/web/html/element/tr/index.html index 1f74799c24..fcefb68b89 100644 --- a/files/ko/web/html/element/tr/index.html +++ b/files/ko/web/html/element/tr/index.html @@ -86,7 +86,7 @@ translation_of: Web/HTML/Element/tr <dt>{{htmlattrdef("valign")}} {{deprecatedGeneric("inline","html4.01")}}, {{obsoleteGeneric("inline","html5")}}</dt> <dd>This attribute specifies the vertical alignment of the text within each row of cells of the table header. Possible values for this attribute are: <ul> - <li><code>baseline</code>, 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 <code>bottom</code>.</li> + <li><code>baseline</code>, 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 <code>bottom</code>.</li> <li><code>bottom</code>, which will put the text as close to the bottom of the cell as it is possible;</li> <li><code>middle</code>, which will center the text in the cell;</li> <li>and <code>top</code>, which will put the text as close to the top of the cell as it is possible.</li> |
