diff --git a/index.html b/index.html index e7d8b63..098cc25 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,13 @@ - + - +

Accessible Name and Description Computation 1.2

-

W3C Editor's Draft

+

W3C Editor's Draft

More details about this document
@@ -765,6 +766,37 @@

Accessible Name and Description Computation 1.2

+
  • Add steps for shadow roots and + slots (#167)
  • +
  • Fixed handling of surrounding whitespace for CSS + pseudo elements, inline and block level elements, and embedded widgets
  • +
  • update accname 'flash screen' example to use native + clickable label element
  • +
  • Clarify description computation for + aria-describedby (#177)
  • +
  • Add support for aria-description (#69)
  • +
  • Temporary revert within step 2H to reference 2F.i + instead of 2F until logic can be drafted to correctly handle roles that should not be traversed.
  • +
  • Remove label in Step 2E
  • +
  • Specify behavior when following a hidden subtree via + aria-labelledby or -describedby
  • +
  • add accessible name & desc + definitions
  • +
  • * Move tooltip def to + accname
  • +
  • removed menu button example from step + 2C
  • +
  • updated step 2c prose for + consistency
  • +
  • reorder computation steps
  • +
  • Only use accumulated text that is not empty + ("")
  • +
  • add name from + prohibited
  • +
  • change normative references to informative in + abstract
  • +
  • Update the algorithm to handle roles where naming is + not supported (#53)
  • @@ -896,7 +928,7 @@

    Accessible Name and Description Computation 1.2

    [DOM]
    DOM Standard. Anne van Kesteren. WHATWG. Living Standard. URL: https://dom.spec.whatwg.org/
    [html-aam-1.0]
    - HTML Accessibility API Mappings 1.0. Scott O'Hara. W3C. 6 February 2024. W3C Working Draft. URL: https://www.w3.org/TR/html-aam-1.0/ + HTML Accessibility API Mappings 1.0. Scott O'Hara. W3C. 26 February 2024. W3C Working Draft. URL: https://www.w3.org/TR/html-aam-1.0/
    [infra]
    Infra Standard. Anne van Kesteren; Domenic Denicola. WHATWG. Living Standard. URL: https://infra.spec.whatwg.org/
    [RFC2119]