アクセシビリティカスタムWebアプリケーションにARIA属性を追加する

読了目安: 5分
ARIA attributes provide additional information about the semantics of elements to assistive technologies like screen readers. You may want to add ARIA attributes to any custom elements or applications on your site.
ARIA attributes are important, as they define ways custom elements and applications can be made accessible when it is not possible to do so with the element's native HTML. 
重要だ:
This feature is intended for users who have custom applications / elements that require ARIA attributes. If you do not have these on your site, you do not need to edit the ARIA attributes.

Adding ARIA attributes

We have already hardcoded ARIA attributes for most elements on a site. However, if you have created custom applications, then you may want to add your own ARIA attributes for accessibility purposes.
スタジオエディター
Wixエディター
エディターX
Enable developer mode (Velo by Wix) in the Studio Editor to add attributes to elements. Velo allows you to add coding, build databases, and more.
  1. Select コード   エディターの左側にある
  2. Select the relevant application or element, and click the より多くの行動 アイコン .
  3. Select Accessibility.
  4. Select Add Attribute.
  5. Select an attribute from the drop-down menu.
  6. Enter a label / select the level or value.
  7. Select Add.
The accessibility panel of an element in the Studio Editor. The cursor is clicking the Add Attribute button.

You can add ARIA Attributes to the following elements:

Element
Properties
Lightbox
ラベル
テキスト 
label, role [heading, status, alert], live, relevant, atomic, hidden, current, level
Container Box
label, tabindex, role [region, group, none, status, alert], live, relevant, atomic, current, controls, hidden
Strip
label, tabindex, role [heading, status, alert], live, atomic, hidden, current
リピーター
label, role [heading, status, alert]
Text Button
tabindex, pressed, expanded, haspopup
We are continually working on the ability to add ARIA attributes to more elements. Get in touch if you have any specific requests about ARIA attributes. 

Editing your ARIA attributes

After adding attributes to custom applications, you can edit and update them whenever you like with the Accessibility icon . This icon is automatically added to elements you've connected attributes to.

To edit the attribute:

  1. Select the element / application in your editor.
  2. Select the アクセシビリティ アイコン .
  3. Hover over the relevant attribute, and select the その他のアクション アイコン .
  4. Select Edit.
  5. Make the relevant changes and select Save.

Types of ARIA Attributes

Attribute Name
カテゴリー
Tokens
tabindex

0, -1
role

token: according to definition in primitive
aria-level

int
aria-live
Live
token: polite, assertive
aria-multiline 
説明
true, false
aria-multiselectable
説明
true, false
aria-pressed
true, false
aria-relevant
Live
token: all, additions, removals, text
aria-activedescendant
Relationships
ID_REF
aria-atomic
Live
true, false
aria-autocomplete
説明
true, false
aria-controls
Relationships
ID_REF
aria-current
step, page, true, false
aria-describedby
Relationships
ID_REF (space separated items)
aria-expanded

true, false
aria-haspopup
Relationships
dialog, menu, true, false
aria-hidden

true, false
aria-invalid
true, false
aria-label

ストリング
aria-labelledby 
Relationships
ID_REF (space separated items)

これは役に立ったか?

|