aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/noscript/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/noscript/index.html')
-rw-r--r--files/zh-cn/web/html/element/noscript/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/noscript/index.html b/files/zh-cn/web/html/element/noscript/index.html
index 295bff18ef..e0a1955dfc 100644
--- a/files/zh-cn/web/html/element/noscript/index.html
+++ b/files/zh-cn/web/html/element/noscript/index.html
@@ -20,7 +20,7 @@ translation_of: Web/HTML/Element/noscript
<td>
<p>当脚本被禁用并且它是 {{HTMLElement("head")}}元素的后代时:以下顺序任意,零个或者多个{{HTMLElement("link")}}元素,零个或者多个{{HTMLElement("style")}}元素,零个或者多个{{HTMLElement("meta")}}元素。</p>
- <p>当脚本被禁用并且它不是 {{HTMLElement("head")}} 元素的子元素时:任何transparent content 都可以,但是在它的后代中必须没有 <code>&lt;noscript&gt;</code>元素。</p>
+ <p>当脚本被禁用并且它不是 {{HTMLElement("head")}} 元素的子元素时:任何 transparent content 都可以,但是在它的后代中必须没有 <code>&lt;noscript&gt;</code>元素。</p>
<p>否则:flow content 或 phrasing content 。</p>
</td>
@@ -34,11 +34,11 @@ translation_of: Web/HTML/Element/noscript
<tr>
<th scope="row">允许的父元素</th>
<td>
- <p>如果没有根元素 <code>&lt;noscript&gt;</code>,或者在{{HTMLElement("head")}}元素中(仅用于HTML文档)也没有根元素 <code>&lt;noscript&gt;</code>,允许任何 <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">phrasing content</a> 元素。</p>
+ <p>如果没有根元素 <code>&lt;noscript&gt;</code>,或者在{{HTMLElement("head")}}元素中(仅用于 HTML 文档)也没有根元素 <code>&lt;noscript&gt;</code>,允许任何 <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">phrasing content</a> 元素。</p>
</td>
</tr>
<tr>
- <th scope="row">DOM接口</th>
+ <th scope="row">DOM 接口</th>
<td>{{domxref("HTMLElement")}}</td>
</tr>
</tbody>