added <span> inside <h1> for current title
This commit is contained in:
parent
61d75631bb
commit
9d2e077c1a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<section class="simple-note">
|
||||
<div class="simple-note__inputs">
|
||||
<label class="simple-note__label simple-note__label--title">
|
||||
<h1 class="sr-only">Note title</h1>
|
||||
<h1 class="sr-only">Note title: <span class="sr-only--title">My Title</span></h1>
|
||||
<input class="simple-note__input simple-note__input--title" type="text" placeholder="My Title" spellcheck="false">
|
||||
</label>
|
||||
<label class="simple-note__label simple-note__label--body">
|
||||
|
|
Loading…
Reference in a new issue