aria icon indicating copy to clipboard operation
aria copied to clipboard

Editorial: Fix several instances of incorrect 'i.e.' and 'e.g.' references missing commas

Open rahimabdi opened this issue 7 months ago • 2 comments

The following i.e. and e.g. references were missing a comma and this PR adds them:

  • [if the element does not prohibit use of the attribute. If the label text is available in the DOM (i.e. typically visible text]
  • [container element that is controlled by an element that has the aria-activedescendant attribute (e.g. see combobox).]
  • [SHOULD prefer full punctuation verbosity to ensure common symbols (e.g. "-") are spoken]
  • [When trusted dictionary sources list both hyphenated or non-hyphenated spellings (e.g. "multi-line"
  • [but if future attributes include acronym usage, attempt to match existing DOM conventions (e.g. ID becomes Id).]]

Preview | Diff

rahimabdi avatar Mar 23 '25 03:03 rahimabdi