mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
fix(feedback): breadcrumb is now lower-case
This commit is contained in:
parent
8fffc986c6
commit
d7bfb3609a
2 changed files with 5 additions and 5 deletions
|
@ -117,10 +117,10 @@
|
|||
</footer>
|
||||
</article>
|
||||
|
||||
<p>With <code><b>aria-label="Breadcrumb"</b></code>, you can turn a nav into a breadcrumb, specifying the current page with: <code><b>aria-current="page"</b></code>.</p>
|
||||
<p>With <code><b>aria-label="breadcrumb"</b></code>, you can turn a nav into a breadcrumb, specifying the current page with: <code><b>aria-current="page"</b></code>.</p>
|
||||
|
||||
<article aria-label="Breadcrumb nav example">
|
||||
<nav aria-label="Breadcrumb">
|
||||
<article aria-label="breadcrumb nav example">
|
||||
<nav aria-label="breadcrumb">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">First link</a>
|
||||
|
@ -138,7 +138,7 @@
|
|||
|
||||
<footer class="code">
|
||||
|
||||
<pre><code><<b>nav</b> <i>aria-label</i>=<u>"Breadcrumb"</u>>
|
||||
<pre><code><<b>nav</b> <i>aria-label</i>=<u>"breadcrumb"</u>>
|
||||
<<b>ul</b>>
|
||||
<<b>li</b>><<b>a</b> <i>href</i>=<u>"#"</u>>First link<<b>/a</b>><<b>/li</b>>
|
||||
<<b>li</b>><<b>a</b> <i>href</i>=<u>"#"</u>>Second link<<b>/a</b>><<b>/li</b>>
|
||||
|
|
|
@ -52,7 +52,7 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
&[aria-label="Breadcrumb"] {
|
||||
&[aria-label="breadcrumb"] {
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue