Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored and irvin committed May 31, 2022
1 parent e10d078 commit 75d5810
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions files/zh-tw/web/css/border/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ <h2 id="Syntax" name="Syntax">Syntax</h2>
<h3 id="Values" name="Values">Values</h3>

<dl>
<dt>"><code>&lt;line-width&gt;</code></dt>
<dt><code>&lt;line-width&gt;</code></dt>
<dd>Sets the thickness of the border. Defaults to <code>medium</code> if absent. See {{Cssxref("border-width")}}.</dd>
<dt>"><code>&lt;line-style&gt;</code></dt>
<dt><code>&lt;line-style&gt;</code></dt>
<dd>Sets the style of the border. Defaults to <code>none</code> if absent. See {{Cssxref("border-style")}}.</dd>
<dt>">{{cssxref("&lt;color&gt;")}}</dt>
<dt>{{cssxref("&lt;color&gt;")}}</dt>
<dd>Sets the color of the border. Defaults to <code>currentcolor</code> if absent. See {{Cssxref("border-color")}}.</dd>
</dl>

Expand Down
1 change: 0 additions & 1 deletion files/zh-tw/web/css/grid-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<div>{{EmbedInteractiveExample("pages / css / grid-template.html")}}</div>

<p>該交互式示例的源存儲在GitHub存儲庫中。如果您想為交互式示例項目做出貢獻,請克隆<a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a>並向我們發送請求請求。</p>

<p>作者可以為長期屬性設置值:{{cssxref("grid-template-rows")}},{{cssxref("grid-template-columns")}}和{{cssxref("grid-template-areas ")}}。</p>

Expand Down
1 change: 0 additions & 1 deletion files/zh-tw/web/css/transition-timing-function/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<div>{{EmbedInteractiveExample("pages/css/transition-timing-function.html")}}</div>

<p>這個互動式範例存放在 GitHub 專案中,如果你想貢獻,請 Clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> 並發送 PR。</p>

<p> </p>

Expand Down
1 change: 0 additions & 1 deletion files/zh-tw/web/html/element/br/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<div>{{EmbedInteractiveExample("pages/tabbed/br.html", "tabbed-standard")}}</div>

<p>The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p>

<p>如上所示,<code>&lt;br&gt;</code> 元素會在需要斷行的時候出現。在 <code>&lt;br&gt;</code> 之後的文字會從文字區域的下一行出現。</p>

Expand Down
1 change: 0 additions & 1 deletion files/zh-tw/web/html/element/picture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<div>{{EmbedInteractiveExample("pages/tabbed/picture.html", "tabbed-standard")}}</div>

<p>The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p>

<p>為了決定載入哪一個 URL,{{Glossary("user agent")}} 會檢視每一個 <code>&lt;source&gt;</code> 的 {{htmlattrxref("srcset", "source")}}、{{htmlattrxref("media", "source")}} 以及 {{htmlattrxref("type", "source")}} 屬性,以選出最適合當前版面以及顯示裝置支援度的圖片。</p>

Expand Down
1 change: 0 additions & 1 deletion files/zh-tw/web/media/formats/containers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,6 @@ <h2 id="Maximizing_compatibility_with_multiple_containers">Maximizing compatibil

<div>{{EmbedInteractiveExample("pages/tabbed/source.html", "tabbed-standard")}}</div>

<p>The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p>

<p>The video is offered first in WebM format (with the {{htmlattrxref("type", "video")}} attribute set to <code>video/webm</code>). If the {{Glossary("user agent")}} can't play that, it moves on to the next option, whose <code>type</code> is specified as <code>video/mp4</code>. If neither of those can be played, the text "This browser does not support the HTML5 video element." is presented.</p>

Expand Down

0 comments on commit 75d5810

Please sign in to comment.