Skip to content

Commit 57d71ea

Browse files
authored
Add note on custom Safari AutoFill password rules (#14)
* Add note on custom Safari AutoFill rules * Rebuild docs * Patch version bump
1 parent 4290fa3 commit 57d71ea

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
@@ -821,6 +821,9 @@ <h4 id="notes-text-input">Notes:</h4>
821821
<li>
822822
<small>Using <code translate="no">&lt;input type="password"&gt;</code> needs to also have <code translate="no">spellcheck="false"</code> declared on it to <a rel="external noopener" href="https://www.otto-js.com/news/article/chrome-and-edge-enhanced-spellcheck-features-expose-pii-even-your-passwords">avoid a security risk</a>.</code></small>
823823
</li>
824+
<li>
825+
<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>
826+
</li>
824827
</ul>
825828
</fieldset>
826829
<!-- 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.2",
5+
"version": "2.0.3",
66
"license": "MIT",
77
"author": "Eric Bailey <[email protected]> (http://ericwbailey.design/)",
88
"contributors": "Scott Doxey <[email protected]> (https://www.scottdoxey.com/)",

partials/section.forms.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
<li>
8484
<small>Using <code translate="no">&lt;input type="password"&gt;</code> needs to also have <code translate="no">spellcheck="false"</code> declared on it to <a rel="external noopener" href="https://www.otto-js.com/news/article/chrome-and-edge-enhanced-spellcheck-features-expose-pii-even-your-passwords">avoid a security risk</a>.</code></small>
8585
</li>
86+
<li>
87+
<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>
88+
</li>
8689
</ul>
8790
</fieldset>
8891
<!-- End of #subsection-text-input -->

0 commit comments

Comments
 (0)