diff options
Diffstat (limited to 'files/zh-cn/web/html/element/tfoot/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/tfoot/index.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/files/zh-cn/web/html/element/tfoot/index.html b/files/zh-cn/web/html/element/tfoot/index.html index ecfae6ee88..59098bd89e 100644 --- a/files/zh-cn/web/html/element/tfoot/index.html +++ b/files/zh-cn/web/html/element/tfoot/index.html @@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/tfoot <tr> <th scope="row">允许的父元素</th> <td>{{HTMLElement("table")}} 元素。{{HTMLElement("tfoot")}} 必须出现在一个或多个 {{HTMLElement("caption")}},{{HTMLElement("colgroup")}},{{HTMLElement("thead")}}, {{HTMLElement("tbody")}},或 {{HTMLElement("tr")}} 元素之后。 注意这是自 HTML5 起有的要求。<br> - {{HTMLVersionInline("4")}} {{HTMLElement("tfoot")}} 元素不能放在任何 {{HTMLElement("tbody")}} 或 {{HTMLElement("tr")}} 元素之后。注意,这与上述HTML5的标准相冲突。</td> + {{HTMLVersionInline("4")}} {{HTMLElement("tfoot")}} 元素不能放在任何 {{HTMLElement("tbody")}} 或 {{HTMLElement("tr")}} 元素之后。注意,这与上述 HTML5 的标准相冲突。</td> </tr> <tr> <th scope="row">Permitted ARIA roles</th> @@ -58,8 +58,8 @@ translation_of: Web/HTML/Element/tfoot <p><strong>Note: </strong>此属性在最新标准中已被废弃(不支持),所以请勿使用。</p> <ul> - <li>为达到与<code>left</code>, <code>center</code>, <code>right</code>或<code>justify</code>相同的效果,请使用CSS {{cssxref("text-align")}}属性。</li> - <li>为达到与char值相同的效果,在CSS3中可将{{htmlattrxref("char", "tfoot")}}的值用作{{cssxref("text-align")}}的属性值{{unimplemented_inline}}。</li> + <li>为达到与<code>left</code>, <code>center</code>, <code>right</code>或<code>justify</code>相同的效果,请使用 CSS {{cssxref("text-align")}}属性。</li> + <li>为达到与 char 值相同的效果,在 CSS3 中可将{{htmlattrxref("char", "tfoot")}}的值用作{{cssxref("text-align")}}的属性值{{unimplemented_inline}}。</li> </ul> </div> </dd> @@ -67,8 +67,8 @@ translation_of: Web/HTML/Element/tfoot <dl> <dt>{{htmlattrdef("bgcolor")}} {{Non-standard_inline}}</dt> - <dd>此属性定义了列内单元格的背景色。定义此属性使用'#'作为前缀,其后是定义于<a class="external" href="https://www.w3.org/Graphics/Color/sRGB">sRGB</a>的6位十六进制码。 - <p>也可使用以下16种预定义的色彩字符串之一:</p> + <dd>此属性定义了列内单元格的背景色。定义此属性使用'#'作为前缀,其后是定义于<a class="external" href="https://www.w3.org/Graphics/Color/sRGB">sRGB</a>的 6 位十六进制码。 + <p>也可使用以下 16 种预定义的色彩字符串之一:</p> <table style="width: 80%;"> <tbody> @@ -123,14 +123,14 @@ translation_of: Web/HTML/Element/tfoot </tbody> </table> - <div class="note"><strong>Usage Note: </strong>请勿使用此属性,因为这并非标准,且只有某些特定版本的Microsoft Internet Explorer(IE浏览器)支持:{{HTMLElement("tfoot")}}元素应使用<a href="/en-US/docs/Web/CSS">CSS</a>设计。若想得到与<strong>bgcolor</strong>属性相似的效果,可在相关的 {{HTMLElement("td")}}或{{HTMLElement("th")}}元素中使用<a href="/en-US/docs/Web/CSS">CSS</a> {{cssxref("background-color")}}属性。</div> + <div class="note"><strong>Usage Note: </strong>请勿使用此属性,因为这并非标准,且只有某些特定版本的 Microsoft Internet Explorer(IE 浏览器)支持:{{HTMLElement("tfoot")}}元素应使用<a href="/en-US/docs/Web/CSS">CSS</a>设计。若想得到与<strong>bgcolor</strong>属性相似的效果,可在相关的 {{HTMLElement("td")}}或{{HTMLElement("th")}}元素中使用<a href="/en-US/docs/Web/CSS">CSS</a> {{cssxref("background-color")}}属性。</div> </dd> </dl> <dl> <dt>{{htmlattrdef("char")}} {{Deprecated_inline}} in {{HTMLVersionInline("4")}}, {{obsolete_inline}} in {{HTMLVersionInline("5")}}</dt> - <dd>此属性设置单元格对齐的基准字符。当对齐数字或货币值时,一个典型值会带有一个句点(.)。如果{{htmlattrxref("align", "tfoot")}}未设置为<code>char</code>,此属性将被忽略。 - <div class="note"><strong>Note: </strong>请勿使用此属性,因为在最新标准中此属性被废弃(且不受支持)。想要达到与{{htmlattrxref("char", "tbtfootody")}}相同的效果,在CSS3中,可将{{cssxref("text-align")}}属性设置为{{htmlattrxref("char", "tfoot")}}的属性值{{unimplemented_inline}}。</div> + <dd>此属性设置单元格对齐的基准字符。当对齐数字或货币值时,一个典型值会带有一个句点 (.)。如果{{htmlattrxref("align", "tfoot")}}未设置为<code>char</code>,此属性将被忽略。 + <div class="note"><strong>Note: </strong>请勿使用此属性,因为在最新标准中此属性被废弃(且不受支持)。想要达到与{{htmlattrxref("char", "tbtfootody")}}相同的效果,在 CSS3 中,可将{{cssxref("text-align")}}属性设置为{{htmlattrxref("char", "tfoot")}}的属性值{{unimplemented_inline}}。</div> </dd> </dl> @@ -143,7 +143,7 @@ translation_of: Web/HTML/Element/tfoot <dl> <dt>{{htmlattrdef("valign")}} {{Deprecated_inline}} in {{HTMLVersionInline("4")}}, {{obsolete_inline}} in {{HTMLVersionInline("5")}}</dt> - <dd>此属性指定表头(译者注:英文原文为table header,疑似错误)中每一行内的文本的垂直对齐方式。此属性的可选值为: + <dd>此属性指定表头(译者注:英文原文为 table header,疑似错误)中每一行内的文本的垂直对齐方式。此属性的可选值为: <ul> <li><code>baseline</code>,会使文本尽可能接近单元格底部,但并不向底部对齐,而将它们以字符<a class="external" href="https://zh.wikipedia.org/wiki/%E5%9F%BA%E7%B7%9A">基线</a>对齐。如果所有字符的大小相同,此值与<code>bottom</code>的效果相同;</li> <li><code>bottom</code>,设置文本向下对齐;</li> @@ -151,7 +151,7 @@ translation_of: Web/HTML/Element/tfoot <li>and <code>top</code>,设置文本向上对齐。</li> </ul> - <div class="note"><strong>Note: </strong> 请勿使用此属性,因为在最新标准中此属性被废弃(且不受支持):使用CSS属性{{cssxref("vertical-align")}}作为替代。</div> + <div class="note"><strong>Note: </strong> 请勿使用此属性,因为在最新标准中此属性被废弃(且不受支持):使用 CSS 属性{{cssxref("vertical-align")}}作为替代。</div> </dd> </dl> @@ -190,8 +190,8 @@ translation_of: Web/HTML/Element/tfoot <h2 id="参见">参见</h2> <ul> - <li>其他table相关的HTML元素:{{HTMLElement("caption")}}, {{HTMLElement("col")}}, {{HTMLElement("colgroup")}}, {{HTMLElement("table")}}, {{HTMLElement("tbody")}}, {{HTMLElement("td")}}, {{HTMLElement("tbody")}}, {{HTMLElement("th")}}, {{HTMLElement("thead")}}, {{HTMLElement("tr")}};</li> - <li>在设计<code><tfoot></code>时可能会有特殊效果的CSS属性和伪类: + <li>其他 table 相关的 HTML 元素:{{HTMLElement("caption")}}, {{HTMLElement("col")}}, {{HTMLElement("colgroup")}}, {{HTMLElement("table")}}, {{HTMLElement("tbody")}}, {{HTMLElement("td")}}, {{HTMLElement("tbody")}}, {{HTMLElement("th")}}, {{HTMLElement("thead")}}, {{HTMLElement("tr")}};</li> + <li>在设计<code><tfoot></code>时可能会有特殊效果的 CSS 属性和伪类: <ul> <li>{{cssxref(":nth-child")}}伪类:设置列内元素的对齐方式;</li> <li>{{cssxref("text-align")}}属性:可设置单元格内容与同一字符对齐,例如'.'。</li> |