aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/nav/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/nav/index.html')
-rw-r--r--files/zh-cn/web/html/element/nav/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/html/element/nav/index.html b/files/zh-cn/web/html/element/nav/index.html
index b40ac7921a..45d76f6ea5 100644
--- a/files/zh-cn/web/html/element/nav/index.html
+++ b/files/zh-cn/web/html/element/nav/index.html
@@ -20,7 +20,7 @@ translation_of: Web/HTML/Element/nav
<tbody>
<tr>
<th scope="row"><dfn><a href="/zh-CN/docs/HTML/Content_categories" title="HTML/Content_categories">内容分类</a></dfn></th>
- <td><a href="/zh-CN/docs/HTML/Content_categories#Flow_content" title="HTML/Content categories#Flow content">流式内容</a>, <a href="/zh-CN/docs/HTML/Content_categories#Sectioning_content" title="HTML/Content categories#Sectioning_content">区块内容</a>, 可视的内容.</td>
+ <td><a href="/zh-CN/docs/HTML/Content_categories#Flow_content" title="HTML/Content categories#Flow content">流式内容</a>, <a href="/zh-CN/docs/HTML/Content_categories#Sectioning_content" title="HTML/Content categories#Sectioning_content">区块内容</a>, 可视的内容。</td>
</tr>
<tr>
<th scope="row"><dfn>允许的内容</dfn></th>
@@ -52,9 +52,9 @@ translation_of: Web/HTML/Element/nav
<h2 id="使用说明"><em>使用说明</em></h2>
<ul>
- <li>并不是所有的链接都必须使用<code>&lt;nav&gt;</code>元素,它只用来将一些热门的链接放入导航栏,例如{{HTMLElement("footer")}}元素就常用来在页面底部包含一个不常用到,没必要加入{{HTMLElement("nav")}}的链接列表.</li>
- <li>一个网页也可能含有多个{{HTMLElement("nav")}}元素,例如一个是网站内的导航列表,另一个是本页面内的导航列表.</li>
- <li>对于屏幕阅读障碍的人,可以使用这个元素来确定是否忽略初始内容.</li>
+ <li>并不是所有的链接都必须使用<code>&lt;nav&gt;</code>元素,它只用来将一些热门的链接放入导航栏,例如{{HTMLElement("footer")}}元素就常用来在页面底部包含一个不常用到,没必要加入{{HTMLElement("nav")}}的链接列表。</li>
+ <li>一个网页也可能含有多个{{HTMLElement("nav")}}元素,例如一个是网站内的导航列表,另一个是本页面内的导航列表。</li>
+ <li>对于屏幕阅读障碍的人,可以使用这个元素来确定是否忽略初始内容。</li>
</ul>
<h2 id="示例">示例</h2>
@@ -100,7 +100,7 @@ translation_of: Web/HTML/Element/nav
<ul>
<li>其他部分相关元素: {{HTMLElement("body")}}, {{HTMLElement("article")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}};</li>
- <li class="last"><a class="deki-ns current" href="/zh-CN/docs/Sections_and_Outlines_of_an_HTML5_document" title="Sections and Outlines of an HTML5 document">HTML5的文档节段和纲要</a>.</li>
+ <li class="last"><a class="deki-ns current" href="/zh-CN/docs/Sections_and_Outlines_of_an_HTML5_document" title="Sections and Outlines of an HTML5 document">HTML5 的文档节段和纲要</a>.</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Navigation_Role">ARIA: Navigation role</a></li>
</ul>