Skip to content

Commit 0f95494

Browse files
authored
Add note about maxlength support (#17)
* Add note about maxlength * Rebuild docs * Patch version bump
1 parent 5f95f90 commit 0f95494

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,9 @@ <h4 id="notes-text-input">Notes:</h4>
833833
<li>
834834
<small>Safari's password AutoFill feature can be <a rel="external noopener" href="https://developer.apple.com/documentation/security/password_autofill/customizing_password_autofill_rules">configured with custom password criteria</a>.</small>
835835
</li>
836+
<li>
837+
<small><code translate="no">maxlength</code>'s presence is not announced by screen readers.</small>
838+
</li>
836839
</ul>
837840
</fieldset>
838841
<!-- End of #subsection-text-input -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "accessible-html-content-patterns",
33
"description": "A collection of the full HTML5 Doctor Element Index as well as common markup patterns for quick reference.",
44
"homepage": "https://github.com/ericwbailey/accessible-html-content-patterns",
5-
"version": "2.0.5",
5+
"version": "2.0.6",
66
"license": "MIT",
77
"author": "Eric Bailey <[email protected]> (http://ericwbailey.website/)",
88
"contributors": [

partials/section.forms.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
<li>
9292
<small>Safari's password AutoFill feature can be <a rel="external noopener" href="https://developer.apple.com/documentation/security/password_autofill/customizing_password_autofill_rules">configured with custom password criteria</a>.</small>
9393
</li>
94+
<li>
95+
<small><code translate="no">maxlength</code>'s presence is not announced by screen readers.</small>
96+
</li>
9497
</ul>
9598
</fieldset>
9699
<!-- End of #subsection-text-input -->

0 commit comments

Comments
 (0)