mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
dropdowns.html: childs -> children
This commit is contained in:
parent
7c37c5e4f6
commit
d8f1782731
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
<h1>Dropdowns</h1>
|
<h1>Dropdowns</h1>
|
||||||
<h2>Dropdown menus and custom selects without JavaScript.</h2>
|
<h2>Dropdown menus and custom selects without JavaScript.</h2>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<p>Dropdowns are built with <code><<b>details</b> <i>role</i>=<u>"list"</u>></code> as a wrapper and <code><<b>summary</b>></code> and <code><<b>ul</b>></code> as direct childs.</p>
|
<p>Dropdowns are built with <code><<b>details</b> <i>role</i>=<u>"list"</u>></code> as a wrapper and <code><<b>summary</b>></code> and <code><<b>ul</b>></code> as direct children.</p>
|
||||||
<p>For style consistency with the form elements, dropdowns are styled like a <a href="forms.html"><select></a> by default.</p>
|
<p>For style consistency with the form elements, dropdowns are styled like a <a href="forms.html"><select></a> by default.</p>
|
||||||
<article aria-label="Dropdowns as Selects">
|
<article aria-label="Dropdowns as Selects">
|
||||||
<details role="list">
|
<details role="list">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue