Open
Description
Should whitespace be trimmed from the returned accessible name or description? e.g.
<button aria-label=" Hello world ">Hi</button>
My reading of the spec is that the accessible name should be " Hello world ", but browsers expose it as "Hello world", which is more logical to me. Possibly related to #16
Metadata
Metadata
Type
Projects
Status
Needs triage