Aria-describedby aria-hidden

From Level Access Web Labs
Revision as of 00:15, 13 January 2022 by Javila (talk | contribs) (Created page with "A button with aria-describedby that references the next after the button. <html> <button aria-describedby="text"> test </button> <div id="text">This is a description.</div> <h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A button with aria-describedby that references the next after the button. <html> <button aria-describedby="text"> test </button>

This is a description.

<html>