You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<small>The <codetranslate="no">details</code> element is currently not supported by Microsoft Edge or Internet Explorer. These browsers will <arel="external noopener" href="https://css-tricks.com/quick-reminder-that-details-summary-is-the-easiest-way-ever-to-make-an-accordion/">display the content in an opened state</a>, as if the <codetranslate="no">open</code> attribute was applied.</small>
496
+
<small>The <codetranslate="no">details</code> element is currently not supported by Internet Explorer. This browsers will <arel="external noopener" href="https://css-tricks.com/quick-reminder-that-details-summary-is-the-easiest-way-ever-to-make-an-accordion/">display the content in an opened state</a>, as if the <codetranslate="no">open</code> attribute was applied.</small>
<small>Use <codetranslate="no">decoding="async"</code> in conjunction with <codetranslate="no">loading="lazy"</code> for better performance for browsers that support it.</small>
587
+
</li>
584
588
<li>
585
589
<small>Be sure to provide values for the <codetranslate="no">height</code> and <codetranslate="no">width</code> attributes so <abbr>SVGs</abbr> won't expand to fill the page if styles don't load.</small>
586
590
</li>
587
591
<li>
588
-
<a>Different implementations of <abbr>SVG</abbr> have different approaches for being made accessible. Reference these articles by <arel="external noopener" href="https://css-tricks.com/accessible-svgs/"></a>Heather Migliorisi</a> and <arel="external noopener" href="https://www.deque.com/blog/creating-accessible-svgs/">Carie Fisher</a>.</small>
592
+
<small>Different implementations of <abbr>SVG</abbr> have different approaches for being made accessible. Reference these articles by <arel="external noopener" href="https://css-tricks.com/accessible-svgs/">Heather Migliorisi</a> and <arel="external noopener" href="https://www.deque.com/blog/creating-accessible-svgs/">Carie Fisher</a>.</small></small>
589
593
</li>
590
594
<li>
591
595
<small>Add whitespace around the <codetranslate="no">use</code> element in a <abbr>SVG</abbr> icon system to <arel="external noopener" href="http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-5">prevent a focus bug with Safari 10</a>.</small>
<small>Avoid nesting <codetranslate="no">input</code> elements inside of <codetranslate="no">label</code> elements for better support for <arel="external noopener" href="https://www.nuance.com/dragon.html">Dragon Speech Recognition</a>.</small>
810
814
</li>
811
815
<li>
812
-
<small>Add <codetranslate="no">autocomplete="new-password"</code> to <code><input></code> elements with a type of <codetranslate="no">password</code> to <arel="external noopener" href="https://twitter.com/mmatuzo/status/1189041007117176832">make supporting browsers suggest secure passwords</a>.</small>
816
+
<small>Add <codetranslate="no">autocomplete="new-password"</code> to <codetranslate="no"><input></code> elements with a type of <codetranslate="no">password</code> to <arel="external noopener" href="https://twitter.com/mmatuzo/status/1189041007117176832">make supporting browsers suggest secure passwords</a>.</small>
817
+
</li>
818
+
<li>
819
+
<small><codetranslate="no"><input type="number"></code> has <arel="external noopener" href="https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/">numerous issues with Dragon Naturally Speaking and NVDA</a>.</small>
813
820
</li>
814
821
<li>
815
-
<small><code><input type="number"></code>has <arel="external noopener" href="https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/">numerous issues with Dragon Naturally Speaking and NVDA</a>.</small>
822
+
<small>Using <codetranslate="no"><input type="password"></code>needs to also have <codetranslate="no">spellcheck="false"</code> declared on it to <arel="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>
<small>Use <codetranslate="no">decoding="async"</code> in conjunction with <codetranslate="no">loading="lazy"</code> for better performance for browsers that support it.</small>
66
+
</li>
63
67
<li>
64
68
<small>Be sure to provide values for the <codetranslate="no">height</code> and <codetranslate="no">width</code> attributes so <abbr>SVGs</abbr> won't expand to fill the page if styles don't load.</small>
65
69
</li>
66
70
<li>
67
-
<a>Different implementations of <abbr>SVG</abbr> have different approaches for being made accessible. Reference these articles by <arel="external noopener"href="https://css-tricks.com/accessible-svgs/"></a>Heather Migliorisi</a> and <arel="external noopener"href="https://www.deque.com/blog/creating-accessible-svgs/">Carie Fisher</a>.</small>
71
+
<small>Different implementations of <abbr>SVG</abbr> have different approaches for being made accessible. Reference these articles by <arel="external noopener"href="https://css-tricks.com/accessible-svgs/">Heather Migliorisi</a> and <arel="external noopener"href="https://www.deque.com/blog/creating-accessible-svgs/">Carie Fisher</a>.</small></small>
68
72
</li>
69
73
<li>
70
74
<small>Add whitespace around the <codetranslate="no">use</code> element in a <abbr>SVG</abbr> icon system to <arel="external noopener"href="http://simplyaccessible.com/article/7-solutions-svgs/#acc-heading-5">prevent a focus bug with Safari 10</a>.</small>
Copy file name to clipboardExpand all lines: partials/section.forms.hbs
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,10 +75,13 @@
75
75
<small>Avoid nesting <codetranslate="no">input</code> elements inside of <codetranslate="no">label</code> elements for better support for <arel="external noopener"href="https://www.nuance.com/dragon.html">Dragon Speech Recognition</a>.</small>
76
76
</li>
77
77
<li>
78
-
<small>Add <codetranslate="no">autocomplete="new-password"</code> to <code><input></code> elements with a type of <codetranslate="no">password</code> to <arel="external noopener"href="https://twitter.com/mmatuzo/status/1189041007117176832">make supporting browsers suggest secure passwords</a>.</small>
78
+
<small>Add <codetranslate="no">autocomplete="new-password"</code> to <codetranslate="no"><input></code> elements with a type of <codetranslate="no">password</code> to <arel="external noopener"href="https://twitter.com/mmatuzo/status/1189041007117176832">make supporting browsers suggest secure passwords</a>.</small>
79
79
</li>
80
80
<li>
81
-
<small><code><input type="number"></code> has <arel="external noopener"href="https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/">numerous issues with Dragon Naturally Speaking and NVDA</a>.</small>
81
+
<small><codetranslate="no"><input type="number"></code> has <arel="external noopener"href="https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/">numerous issues with Dragon Naturally Speaking and NVDA</a>.</small>
82
+
</li>
83
+
<li>
84
+
<small>Using <codetranslate="no"><input type="password"></code> needs to also have <codetranslate="no">spellcheck="false"</code> declared on it to <arel="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>
82
85
</li>
83
86
</ul>
84
87
</fieldset>
@@ -149,7 +152,7 @@
149
152
150
153
<h4id="notes-select">Notes:</h4>
151
154
<p>
152
-
<small>The <code>optgroup</code> element has <arel="external noopener"
155
+
<small>The <codetranslate="no">optgroup</code> element has <arel="external noopener"
153
156
href="https://a11ysupport.io/tests/tech__html__select">mixed support with assistive technology</a>.</small>
Copy file name to clipboardExpand all lines: partials/section.interactive.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
<h4id="notes-details">Notes:</h4>
13
13
<p>
14
-
<small>The <codetranslate="no">details</code> element is currently not supported by Microsoft Edge or Internet Explorer. These browsers will <arel="external noopener"href="https://css-tricks.com/quick-reminder-that-details-summary-is-the-easiest-way-ever-to-make-an-accordion/">display the content in an opened state</a>, as if the <codetranslate="no">open</code> attribute was applied.</small>
14
+
<small>The <codetranslate="no">details</code> element is currently not supported by Internet Explorer. This browsers will <arel="external noopener"href="https://css-tricks.com/quick-reminder-that-details-summary-is-the-easiest-way-ever-to-make-an-accordion/">display the content in an opened state</a>, as if the <codetranslate="no">open</code> attribute was applied.</small>
0 commit comments