Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-XYZ committed Mar 21, 2024
1 parent 8cfa503 commit d67d9ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/zh-tw/web/html/element/rb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ slug: Web/HTML/Element/rb
## 使用注意事項

- Ruby 注釋用於顯示東亞字符的發音,例如使用日文假名或台灣注音符號。`<rb>` 元素用於分隔每個 ruby 基本文字的各個部分。
- 即使 `<rb>` 不是一個 {{glossary("void element")}},在源代碼中僅包含每個元素的開始標籤是很常見的,這樣可以使 ruby 標記更加簡潔且易於閱讀。然後瀏覽器會在渲染版本中填充完整的元素。
- 即使 `<rb>` 不是一個{{glossary("void element", "空元素")}},在源代碼中僅包含每個元素的開始標籤是很常見的,這樣可以使 ruby 標記更加簡潔且易於閱讀。然後瀏覽器會在渲染版本中填充完整的元素。
- 每個想要注釋的基本段落 /`<rb>` 元素都需要包含一個 {{htmlelement("rt")}} 元素。

## 範例
Expand Down
2 changes: 1 addition & 1 deletion files/zh-tw/web/html/element/rp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ slug: Web/HTML/Element/rp

### 使用 ruby 注釋

此示例使用 ruby 注釋顯示每個字符的[羅馬拼音](https://en.wikipedia.org/wiki/Romaji) 等價詞。
此範例使用 ruby 注釋顯示每個字符的[羅馬拼音](https://zh.wikipedia.org/zh-tw/日语罗马字) 等價詞。

```html
<ruby>
Expand Down
2 changes: 1 addition & 1 deletion files/zh-tw/web/html/element/rt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ slug: Web/HTML/Element/rt

### 使用 ruby 注釋

此簡單示例為 {{HTMLElement("ruby")}} 元素中的漢字字符提供了羅馬字音譯:
此簡單範例為 {{HTMLElement("ruby")}} 元素中的漢字字符提供了羅馬字音譯:

```html
<ruby> 漢 <rt>Kan</rt> 字 <rt>ji</rt> </ruby>
Expand Down

0 comments on commit d67d9ba

Please sign in to comment.