diff --git a/index.html b/index.html index 82c9b6902..9be4f9120 100644 --- a/index.html +++ b/index.html @@ -309,15 +309,15 @@ } }, "lint": false, - "publishISODate": "2023-08-08T00:00:00.000Z", - "generatedSubtitle": "W3C Editor's Draft 08 August 2023" + "publishISODate": "2023-08-11T00:00:00.000Z", + "generatedSubtitle": "W3C Editor's Draft 11 August 2023" }
capt
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -2348,6 +2347,7 @@ capt
Prohibited States and Properties:
@@ -2612,7 +2612,6 @@ code
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -2640,6 +2639,7 @@ code
Prohibited States and Properties:
@@ -3360,7 +3360,6 @@ Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -3388,6 +3387,7 @@ Prohibited States and Properties:
@@ -3442,7 +3442,6 @@ de
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -3470,6 +3469,7 @@ de
Prohibited States and Properties:
@@ -3746,7 +3746,6 @@ em
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -3774,6 +3773,7 @@ em
Prohibited States and Properties:
@@ -4062,7 +4062,6 @@ gene
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-busy
(state)
aria-controls
aria-current
(state)
@@ -4088,6 +4087,7 @@ gene
Prohibited States and Properties:
+ aria-braillelabel
aria-brailleroledescription
aria-label
aria-labelledby
@@ -4724,7 +4724,6 @@
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -4752,6 +4751,7 @@
Prohibited States and Properties:
@@ -5421,7 +5421,6 @@ mark
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -5449,6 +5448,7 @@ mark
Prohibited States and Properties:
@@ -6455,7 +6455,6 @@ none
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -6483,6 +6482,7 @@ none
Prohibited States and Properties:
@@ -6765,7 +6765,6 @@
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -6793,6 +6792,7 @@
Prohibited States and Properties:
@@ -7307,7 +7307,7 @@ ro
Supported States and Properties:
aria-atomic
-aria-braillelabel
+aria-braillelabel
(Except where prohibited)
aria-brailleroledescription
(Except where prohibited)
aria-busy (state)
aria-controls
@@ -8625,7 +8625,6 @@ strong
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -8653,6 +8652,7 @@ strong
Prohibited States and Properties:
@@ -8784,7 +8784,6 @@
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -8812,6 +8811,7 @@
Prohibited States and Properties:
@@ -8883,7 +8883,6 @@ Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -8911,6 +8910,7 @@ Prohibited States and Properties:
@@ -8961,7 +8961,6 @@ Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -8989,6 +8988,7 @@ Prohibited States and Properties:
@@ -9511,7 +9511,6 @@ term
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -9539,6 +9538,7 @@ term
Prohibited States and Properties:
@@ -9705,7 +9705,6 @@ time
Inherited States and Properties:
aria-atomic
-aria-braillelabel
aria-brailleroledescription
aria-busy
(state)
aria-controls
@@ -9733,6 +9732,7 @@ time
Prohibited States and Properties:
@@ -10629,7 +10629,7 @@ window
Some states and properties are applicable to all host language elements regardless of whether a role is applied. The following global states and properties are supported by all roles and by all base markup elements unless otherwise prohibited. If a role prohibits use of any global states or properties, those states or properties are listed as prohibited in the characteristics table included in the section that defines the role.
aria-atomic
-aria-braillelabel
+aria-braillelabel
(Except where prohibited)
aria-brailleroledescription
(Except where prohibited)
aria-busy (state)
aria-controls
@@ -11062,6 +11062,7 @@ Unicode Braille Patterns or consists of only characters in Unicode Braille Patterns; the value does not only contain Braille Pattern dots-0.
- The value of
aria-braillelabel
is not identical to the element's accessible name.
+ Authors MUST NOT specify aria-braillelabel
on an element which has an explicit or implicit WAI-ARIA role where aria-braillelabel
is prohibited.
NoteNote that Assistive Technologies with braille support can convert the accessible name to Braille. In addition, assistive technologies will be able to customize such braille output according to user preferences. Using only the accessible name, e.g., from content or via aria-label
is almost always the better user experience and authors are strongly discouraged from using aria-braillelabel
to replicate aria-label
. Instead, aria-braillelabel
is meant to be used only if the accessible name cannot provide an adequate braille representation, i.e., when a specialized braille description is very different from a text description converted to Braille. It is very important to note that when using aria-braillelabel
authors are solely responsible for localizing the attribute value so that it aligns with the document language. In addition, authors need to design a way to clearly communicate the use of this attribute to the user. For example, this could be done in the product documentation. This is even more important when the value consists of Unicode Braille Patterns because Assistive Technologies will pass such content directly to the user without applying user specific braille translations; in general, authors are strongly discouraged from using Unicode Braille Patterns in aria-braillelabel
.
Assistive technologies SHOULD use the value of aria-braillelabel
when presenting the accessible name of an element in Braille, but SHOULD NOT change other functionality. For example, an assistive technology that provides aural rendering SHOULD use the accessible name.
@@ -11090,7 +11091,7 @@ Used in Roles:
- All elements of the base markup
+ All elements of the base markup except for the following roles: caption
, code
, definition
, deletion
, emphasis
, generic
, insertion
, mark
, none
, paragraph
, strong
, subscript
, suggestion
, superscript
, term
, time