aria icon indicating copy to clipboard operation
aria copied to clipboard

Clarifications for HTML's autocomplete and aria-autocomplete

Open scottaohara opened this issue 1 year ago • 1 comments

Closes #2337

  • updates autocomplete mapping for the form element (it doesn't map directly to the form element, but rather owned form controls will expose a supports autocompletion mapping, or not).
  • Calls out that aria-autocomplete is not supported on the form element or elements with role=form
  • identify that it can be ok to use aria-autocomplete=" [ valid value ] " and autocomplete=off together, but that for autocomplete=" [ valid value ] " and aria-autocomplete="[ valid value ] ", UA behavior should win out.

not sure how much more detail needs to be provided, as attempting to do so felt like treading into repeating what is already defined in each spec for these attributes (html / aria).

Test, Documentation and Implementation tracking

Once this PR has been reviewed and has consensus from the working group, tests should be written and issues should be opened on browsers. Add N/A and check when not applicable.

  • [ ] "author MUST" tests:
  • [ ] "user agent MUST" tests:
  • [ ] Browser implementations (link to issue or commit):
    • WebKit:
    • Gecko:
    • Blink:
  • [ ] Does this need AT implementations?
  • [ ] Related APG Issue/PR:
  • [ ] MDN Issue/PR:

scottaohara avatar Oct 08 '24 17:10 scottaohara

Deploy Preview for wai-aria ready!

Name Link
Latest commit 9de172fbbadf9bf83b380d5e005762b25dbf536b
Latest deploy log https://app.netlify.com/sites/wai-aria/deploys/6798f3ee1667180008e42e47
Deploy Preview https://deploy-preview-2350--wai-aria.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Oct 08 '24 17:10 netlify[bot]

@scottaohara is this non-normative? Are you just updating to represent reality, or do browser needs implementations?

spectranaut avatar Jun 13 '25 20:06 spectranaut

@scottaohara @rahimabdi I think this can land, unless issues need to be opened on browsers?

spectranaut avatar Jul 17 '25 21:07 spectranaut