We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89a9c4 commit 06dc2f8Copy full SHA for 06dc2f8
1 file changed
styles/index.html
@@ -2968,8 +2968,8 @@ <h2>Forms</h2>
2968
<input id=input
2969
title='The quick brown fox jumped over the lazy dog'
2970
placeholder='The quick brown fox jumped over the lazy dog'>
2971
- <output role=note anchor=input>Fill in with anything</output>
2972
- <output role=alert anchor=input>Error Message❗</output>
+ <output role=alert anchor=input for=input>Error Message❗</output>
+ <output role=note anchor=input for=input>Fill in with anything</output>
2973
2974
<label>
2975
Input <em>(Nested in <code><label></code>)</em>
0 commit comments