Skip to content

Commit d13ea25

Browse files
authored
revise text to match other pr
i have this other PR #2395 which is trying to make the language between the element naming steps consistent. pulling over the text from that to reduce text conflicts
1 parent 0c86412 commit d13ea25

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

html-aam/index.html

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

1635316353
1635416354
1635516355
  • 16356-
    If the accessible name is still empty: use the value of the associated `label` element or elements
    16357-
    accessible name(s) - if more than one `label` element is associated; concatenate by DOM order, delimited by spaces.
    16356+
    If the accessible name is still empty: use the
    16357+
    text equivalent computation of the associated `label` element's subtree - if more than one `label`
    16358+
    is associated; concatenate their subtrees by DOM order, delimited by spaces.
    16359+

    16360+
    If the control is encapsulated by its `label` element, exclude the control's author specified or user-entered value from its computed
    16361+
    16362+

    1635816363
    16359-
  • If no associated `label` is specified: use the control's `title` attribute.
  • 16360-
  • If a `title` attribute provides no accessible name: use the value of the element's placeholder attribute.
  • 16364+
  • If the accessible name is still empty: use the value of the control's `title` attribute.
  • 16365+
  • If the accessible name is still empty: use the value of the control's
  • 16366+
    placeholder attribute.
    1636116367
  • Otherwise, use the value of the element's `aria-placeholder` attribute.
  • 1636216368
  • If none of the above yield a usable text string there is no accessible name.
  • 1636316369

    0 commit comments

    Comments
     (0)