Skip to content

Releases: ericwbailey/accessible-html-content-patterns

2.10.1

31 Aug 21:42
a8e83fb

Choose a tag to compare

2.10.0

06 Jul 20:12

Choose a tag to compare

  • Add note on avoiding use of the <hgroup> element.
  • Add grouping subsection.

2.0.9

05 Jan 22:12
3e76fae

Choose a tag to compare

  • Add note on browsers setting an implicit noopener for links set to open in a new window/tab.
  • Add note on hidden=until-found support for details/summary elements.

2.0.8

18 Aug 17:28

Choose a tag to compare

Add a note about the new handwriting input attribute.

2.0.7

17 Mar 15:24
5b9b6a1

Choose a tag to compare

Add note about disabling popular password managers.

2.0.6

19 Dec 01:31
0f95494

Choose a tag to compare

Adds a note about maxlength not being announced by screen readers.

2.0.5

04 Sep 01:12

Choose a tag to compare

  • Wrap input elements with type="search" in the <search> element.
  • Add dir="auto to input elements that accept text, as well as a usage note.
  • Small package.json content tweaks.

2.0.4

20 Aug 20:31
2dc112c

Choose a tag to compare

Adds a note about using allow="web-share" on iframe elements for Web Share API support.

2.0.3

10 Jun 21:43
57d71ea

Choose a tag to compare

2.0.2

10 Jan 02:00
4290fa3

Choose a tag to compare

  • 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