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
Copy file name to clipboardExpand all lines: partials/section.forms.hbs
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,11 @@
190
190
type="range" />
191
191
</label>
192
192
193
+
<h4>Notes:</h4>
194
+
<p>
195
+
<small>Some pointers on <arel="external noopener"href="https://css-tricks.com/sliding-nightmare-understanding-range-input/">styling the range input</a>.</small>
196
+
</p>
197
+
193
198
</fieldset><!-- End of #subsection__non-text-input -->
194
199
195
200
<fieldsetid="subsection__select"role="region"aria-labelledby="subtitle__select"><!-- Start of #subsection__select -->
@@ -422,7 +427,7 @@
422
427
<h4>Notes:</h4>
423
428
<ul>
424
429
<li>
425
-
<small>Add <code>type="button"</code> to <code>button</code> elements placed outside of forms to prevent some browsers from attempting to submit form data.</small>
430
+
<small>Add <code>type="button"</code> to <code><button></code> elements placed outside of forms to prevent some browsers from attempting to submit form data.</small>
426
431
</li>
427
432
<li>
428
433
<small>Add <code>pointer-events: none;</code> to <arel="external noopener"href="https://twitter.com/stowball/status/857707052545613824">inline SVG icons placed in buttons</a>.</small>
@@ -485,6 +490,11 @@
485
490
I agree
486
491
</label>
487
492
493
+
<h4>Notes:</h4>
494
+
<p>
495
+
<small>magnification cognitive</small>
496
+
</p>
497
+
488
498
</fieldset><!-- End of #subsection__lockup -->
489
499
490
500
<fieldsetid="subsection__states-and-validation"role="region"aria-labelledby="subtitle__states-and-validation"><!-- Start of #subsection__states-and-validation -->
0 commit comments