Releases: ericwbailey/accessible-html-content-patterns
Releases · ericwbailey/accessible-html-content-patterns
2.0.9
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
input
elements withtype="search"
in the<search>
element. - Add
dir="auto
toinput
elements that accept text, as well as a usage note. - Small
package.json
content 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="false
for password inputs to avoid a PII security issue - Add note about using
decoding="async"
to improve performance for pages with lazy-loaded images
2.0.1
Add lazy-loaded image example
2.0.0
Remove nested inputs