<area> elements with an href attribute cannot have a tabindex of -1
<input> elements that are not disabled cannot have a tabindex of-1
<select> elements that are not disabled cannot have a tabindex of-1
<textarea> elements that are not disabled cannot have a tabindex of -1
<button> elements that are not disabled cannot have a tabindex of-1
Hello, I am a button
<iframe> elements cannot have a tabindex of -1
HTML elements with editable content cannot have a tabindex of -1
I am a paragraph tag with editable content
Autoplay enabled: Do not set video/audio on the page to autoplay
Headings: all headings should have (meaningful) content
An empty heading does not make sense from a semantic point of view and is a sign of an underlying problem
Headings: reachable by assistive technologies
Headings should be reachable by assistive technologies (do not use aria-hidden or similars on a heading).
H1 with aria-hidden="true"
H2 with aria-hidden="true"
H3 with aria-hidden="true"
H4 with aria-hidden="true"
H5 with aria-hidden="true"
H6 with aria-hidden="true"
Headings: do not skip levels
H4 (correct: because no higher level above it, even when it skipped h3)
H1 (error: not in order, should be unique)
H2 (correct)
H3 (error: first h3 after h4)
H6 (correct: because no higher level above it, even when it skipped h5)
H5 (error: not in order)
Inline style: !important should be avoided so end-users can override the default styles
This paragraph has inline style without !important (OK).
This paragraph has inline style with !important (Error).
Accesskey attribute: avoid using attribute accesskey
Accesskey attribute could interfere and conflict with screen readers and assistive technologies that use shortcuts or keyboard combinations to facilitate the users
Press S to save the changes
Save
Links should have meaningful content or be labelled appropriately for assistive technologies