Skip to content

Commit

Permalink
update <noscript>
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZ-Javascript committed Nov 3, 2023
1 parent 4207de1 commit 35fbba4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions files/zh-tw/web/html/element/noscript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ slug: Web/HTML/Element/noscript

{{HTMLSidebar}}

[HTML](/en-US/docs/Web/HTML) **`<noscript>`** 元素定義了一個 HTML 區塊,如果網頁上的腳本類型不支援或瀏覽器當前已關閉腳本,則將插入該區塊。
[HTML](/zh-TW/docs/Web/HTML) **`<noscript>`** 元素定義了一個 HTML 區塊,如果網頁上的腳本類型不支援或瀏覽器當前已關閉腳本,則將插入該區塊。

<table class="properties">
<tbody>
<tr>
<th scope="row">
<a href="/en-US/docs/Web/HTML/Content_categories"
<a href="/zh-TW/docs/Web/HTML/Content_categories"
>內容類型</a
>
</th>
<td>
<a href="/en-US/docs/Web/HTML/Content_categories#metadata_content"
<a href="/zh-TW/docs/Web/HTML/Content_categories#metadata_content"
>後設資料內容</a
>,
<a href="/en-US/docs/Web/HTML/Content_categories#flow_content"
<a href="/zh-TW/docs/Web/HTML/Content_categories#flow_content"
>流內容</a
>,
<a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content"
<a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content"
>段落型內容</a
>。
</td>
Expand All @@ -37,7 +37,7 @@ slug: Web/HTML/Element/noscript
{{HTMLElement("meta")}} 元素,它們的順序可以是任意的。<br />當腳本被禁用時,並且該元素不是
{{HTMLElement("head")}} 元素的後代時:可以包括任何
<a
href="/en-US/docs/Web/HTML/Content_categories#transparent_content_model"
href="/zh-TW/docs/Web/HTML/Content_categories#transparent_content_model"
>透明內容</a
>,但不得包含<code>&#x3C;noscript></code>元素在其後代中。<br />否則:可以包括流內容或短語內容。
</td>
Expand All @@ -50,13 +50,13 @@ slug: Web/HTML/Element/noscript
<th scope="row">允許的父元素</th>
<td>
Any element that accepts
<a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content"
<a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content"
>phrasing content</a
>, if there are no ancestor <code>&#x3C;noscript></code> element, or in
a {{HTMLElement("head")}} element (but only for an HTML
document), here again if there are no ancestor
<code>&#x3C;noscript></code> element.
如果不存在祖元素 <code>&#x3C;noscript></code>,或者在 {{HTMLElement("head")}} 元素中(但僅適用於HTML文件),同樣如果不存在 <code>&#x3C;noscript></code> 祖元素,則接受任何<a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content"
如果不存在祖元素 <code>&#x3C;noscript></code>,或者在 {{HTMLElement("head")}} 元素中(但僅適用於HTML文件),同樣如果不存在 <code>&#x3C;noscript></code> 祖元素,則接受任何<a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content"
>段落型內容</a
>的元素。
</td>
Expand All @@ -74,7 +74,7 @@ slug: Web/HTML/Element/noscript

## 屬性

這個元素屬性含有[全域屬性](/en-US/docs/Web/HTML/Global_attributes)
這個元素屬性含有[全域屬性](/zh-TW/docs/Web/HTML/Global_attributes)

## 範例

Expand Down

0 comments on commit 35fbba4

Please sign in to comment.