Skip to content

Commit 06dc2f8

Browse files
committed
Add outputs to input
1 parent d89a9c4 commit 06dc2f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2968,8 +2968,8 @@ <h2>Forms</h2>
29682968
<input id=input
29692969
title='The quick brown fox jumped over the lazy dog'
29702970
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>
2971+
<output role=alert anchor=input for=input>Error Message❗</output>
2972+
<output role=note anchor=input for=input>Fill in with anything</output>
29732973

29742974
<label>
29752975
Input <em>(Nested in <code>&lt;label&gt;</code>)</em>

0 commit comments

Comments
 (0)