Skip to content

Commit

Permalink
Merge pull request #42 from yashrajbharti/patch-1
Browse files Browse the repository at this point in the history
a11y fix: id to input
  • Loading branch information
tomayac authored Feb 3, 2025
2 parents 792fcf8 + eee133b commit f84511f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion polyfill/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ <h1>Cross-Origin Storage API Polyfill</h1>
<h2>AI Sentiment Analysis</h2>
<form>
<label for="input">Enter text to analyze:</label>
<input
<input
id="input"
type="text"
value="I'm really excited for the day and full of joy!"
/>
Expand Down

0 comments on commit f84511f

Please sign in to comment.