ARIA:註釋角色

note 角色表示內容為括號內的或輔助主要內容的部分。

描述

如果沒有任何其他原生元素或角色適合用途,則可以將 note 角色新增到括號內的或輔助內容。

關聯的 WAI-ARIA 角色、狀態和屬性

aria-labelaria-labelledby(可選)

命名註釋是可選的,但可以幫助螢幕閱讀器使用者瞭解其上下文和目的。如果存在可見標籤,則可以使用 aria-labelledby 提供名稱,否則可以使用 aria-label 提供名稱。

示例

html
<h1>Madam C. J. Walker</h1>
<p>
  Madam C.J. Walker was an African American entrepreneur, philanthropist, and
  political and social activist.
</p>
<h2>Early Life</h2><h2>Career</h2><p role="note" class="hilitebox">
  At the height of the depression, Madam C. J. Walker trained 20,000 women to
  sell hair pomade door-to-door
</p>
<h2>Activism and Philanthropy</h2>

在上面的維基百科風格的 Madam C.J. Walker 條目中,具有 note 角色的 hilitebox 本可以是 <blockquote>(如果它包含引號)或 <figcaption>(如果它包含 <figure> 中的關聯影像)。在這種情況下,由於這兩個都不適用,因此添加了 note 角色來為括號內的內容新增語義。

規範

規範
可訪問的富網際網路應用程式 (WAI-ARIA)
# note

另請參見