From 48f40ac94bb6d65ad14b0694f657d0c65f94059b Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Tue, 10 May 2022 17:33:38 -0700 Subject: [PATCH] Using suffix Element/s for IDL attributes referring to elements Fixes #1732 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4b39a3744..0e9d03334 100644 --- a/index.html +++ b/index.html @@ -13831,7 +13831,7 @@

Disambiguation Pattern

  • If all trusted dictionary sources list a single spelling of a compound word with no spaces or hyphens, only the first letter of the term is capitalized. For example, neither “place-holder” nor “place holder” are considered valid spellings of the term “placeholder,” so aria-placeholder becomes ariaPlaceholder with only the P capitalized.
  • There are currently no acronym-based ARIA attributes, but if future attributes include acronym usage, attempt to match existing DOM conventions (e.g. ID becomes Id).
  • - +

    The specification does not currently define IDL attributes for ARIA content attributes of types ID reference or ID reference list. Naming of these IDL attributes is being discussed and may not follow the rules above.

    IDL Attribute Name Notes or Exceptions

    Any notes or exceptions for specific attribute names will be listed here.