Skip to content

Commit 82463f3

Browse files
committed
Added a note about styling range inputs
1 parent a08b31b commit 82463f3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

partials/section.forms.hbs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@
190190
type="range" />
191191
</label>
192192

193+
<h4>Notes:</h4>
194+
<p>
195+
<small>Some pointers on <a rel="external noopener" href="https://css-tricks.com/sliding-nightmare-understanding-range-input/">styling the range input</a>.</small>
196+
</p>
197+
193198
</fieldset><!-- End of #subsection__non-text-input -->
194199

195200
<fieldset id="subsection__select" role="region" aria-labelledby="subtitle__select"><!-- Start of #subsection__select -->
@@ -422,7 +427,7 @@
422427
<h4>Notes:</h4>
423428
<ul>
424429
<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>&lt;button&gt;</code> elements placed outside of forms to prevent some browsers from attempting to submit form data.</small>
426431
</li>
427432
<li>
428433
<small>Add <code>pointer-events: none;</code> to <a rel="external noopener" href="https://twitter.com/stowball/status/857707052545613824">inline SVG icons placed in buttons</a>.</small>
@@ -485,6 +490,11 @@
485490
I agree
486491
</label>
487492

493+
<h4>Notes:</h4>
494+
<p>
495+
<small>magnification cognitive</small>
496+
</p>
497+
488498
</fieldset><!-- End of #subsection__lockup -->
489499

490500
<fieldset id="subsection__states-and-validation" role="region" aria-labelledby="subtitle__states-and-validation"><!-- Start of #subsection__states-and-validation -->

0 commit comments

Comments
 (0)