We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for
<label>
<output>
headers
<td>
<th>
list
<input>
type="text"
form
<button>
<select>
<textarea>
<fieldset>
<object>
aria-labelledby
aria-describedby
aria-owns
aria-controls
aria-activedescendant
aria-flowto
These attributes can reference element IDs to establish relationships or associations between elements.
They should also have escaped/non-transformed variants (e.g. --for)
--for
The text was updated successfully, but these errors were encountered:
Lutymane
No branches or pull requests
for
(on<label>
,<output>
)headers
(on<td>
,<th>
)list
(on<input>
withtype="text"
)form
(on form-associated elements like<input>
,<button>
,<select>
,<textarea>
,<fieldset>
,<output>
,<object>
)aria-labelledby
(ARIA attribute)aria-describedby
(ARIA attribute)aria-owns
(ARIA attribute)aria-controls
(ARIA attribute)aria-activedescendant
(ARIA attribute)aria-flowto
(ARIA attribute)aria-describedby
(ARIA attribute)aria-labelledby
(ARIA attribute)aria-controls
(ARIA attribute)aria-owns
(ARIA attribute)These attributes can reference element IDs to establish relationships or associations between elements.
They should also have escaped/non-transformed variants (e.g.
--for
)The text was updated successfully, but these errors were encountered: