Releases: ericwbailey/accessible-html-content-patterns
Releases · ericwbailey/accessible-html-content-patterns
2.10.1
Adds references to Jim Nielsen's A Few Things About the Anchor Element’s href You Might Not Have Known post.
2.10.0
- Add note on avoiding use of the
<hgroup>element. - Add grouping subsection.
2.0.9
- Add note on browsers setting an implicit
noopenerfor links set to open in a new window/tab. - Add note on
hidden=until-foundsupport fordetails/summaryelements.
2.0.8
Add a note about the new handwriting input attribute.
2.0.7
Add note about disabling popular password managers.
2.0.6
Adds a note about maxlength not being announced by screen readers.
2.0.5
- Wrap
inputelements withtype="search"in the<search>element. - Add
dir="autotoinputelements that accept text, as well as a usage note. - Small
package.jsoncontent tweaks.
2.0.4
Adds a note about using allow="web-share" on iframe elements for Web Share API support.
2.0.3
Adds a note about custom Safari AutoFill password rules
2.0.2
- Add note about using
spellcheck="falsefor password inputs to avoid a PII security issue - Add note about using
decoding="async"to improve performance for pages with lazy-loaded images