Skip to content

Commit cd3356f

Browse files
authored
Update index.html
1 parent b085915 commit cd3356f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

html-aam/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16353,11 +16353,13 @@

1635316353
1635416354
1635516355
  • 16356-
    Otherwise use the associated `label` element or elements accessible name(s) - if more than one `label` is associated; concatenate by
    16357-
    DOM order, delimited by spaces.
    16356+
    If the accessible name is still empty: use the value of the associated
    16357+
    `label` element or elements accessible name(s) - if more than one
    16358+
    `label` element is associated; concatenate by DOM order, delimited by spaces.
    1635816359
    16359-
  • If the accessible name is still empty, then: use the control's `title` attribute.
  • 16360-
  • Otherwise use the control's placeholder value.
  • 16360+
  • If no associated `label` is specified: use the control's `title` attribute.
  • 16361+
  • If a `title` attribute provides no accessible name: use the value of the element's placeholder attribute.
  • 16362+
  • Otherwise, use the value of the element's `aria-placeholder` attribute.
  • 1636116363
  • If none of the above yield a usable text string there is no accessible name.
  • 1636216364
    1636316365

    0 commit comments

    Comments
     (0)