aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/main/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/main/index.html')
-rw-r--r--files/zh-cn/web/html/element/main/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/main/index.html b/files/zh-cn/web/html/element/main/index.html
index adb55545df..86961c4ff5 100644
--- a/files/zh-cn/web/html/element/main/index.html
+++ b/files/zh-cn/web/html/element/main/index.html
@@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/main
<ul class="htmlelt">
<li><dfn><a href="/en-US/docs/Web/HTML/Content_categories" title="HTML/Content_categories">内容</a>类别</dfn><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#Flow_content" style="font-family: 'Microsoft Yahei', sans-serif; background-color: rgba(255, 149, 0, 0.0980392);" title="HTML/Content_categories#Flow_content">Flow content</a><span style="background-color: rgba(255, 149, 0, 0.0980392); font-family: microsoft yahei,sans-serif;">, palpable content</span>.</li>
<li><dfn>允许内容</dfn> <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#Flow_content" style="font-family: 'Microsoft Yahei', sans-serif; background-color: rgba(255, 149, 0, 0.0980392);" title="HTML/Content_categories#Flow_content">Flow content</a><span style="background-color: rgba(255, 149, 0, 0.0980392); font-family: microsoft yahei,sans-serif;">.</span></li>
- <li><dfn>标签省略</dfn>无; 开始与结束都是强制性.</li>
+ <li><dfn>标签省略</dfn>无; 开始与结束都是强制性。</li>
<li><dfn>被允许的父级元素</dfn>任何支持流内容但可能不是继承元素的 元素{{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("footer")}}, {{HTMLElement("header")}}, 或{{HTMLElement("nav")}} </li>
<li><dfn>DOM 接口</dfn> {{domxref("HTMLElement")}}</li>
</ul>
@@ -131,7 +131,7 @@ translation_of: Web/HTML/Element/main
<h2 id="Browser_compatibility" name="Browser_compatibility">浏览器兼容性</h2>
-<p><code>&lt;main&gt;</code> 标签受广泛支持。对于IE浏览器11版本和低于11的版本,推荐向 <code>&lt;main&gt;</code> 元素添加  <code>"main" 这一</code> {{glossary("ARIA")}} 角色,以保证其可访问性。(屏幕阅读器,如 JAWS,当与较旧版本的 Internet Explorer 一起使用时,需包括此 <code>role</code> 属性才能理解 <code>&lt;main&gt;</code> 元素的语义含义)</p>
+<p><code>&lt;main&gt;</code> 标签受广泛支持。对于 IE 浏览器 11 版本和低于 11 的版本,推荐向 <code>&lt;main&gt;</code> 元素添加  <code>"main" 这一</code> {{glossary("ARIA")}} 角色,以保证其可访问性。(屏幕阅读器,如 JAWS,当与较旧版本的 Internet Explorer 一起使用时,需包括此 <code>role</code> 属性才能理解 <code>&lt;main&gt;</code> 元素的语义含义)</p>
<pre class="brush: html">&lt;main role="main"&gt;
...