Thanks to visit codestin.com Credit goes to github.com
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 3426757 commit f63dbbaCopy full SHA for f63dbba
examples/index.html
@@ -20,7 +20,7 @@ <h2>Simple form</h2>
20
<label for="simple-field">Desired username*:</label>
21
<auto-check csrf="foo" src="/demo" required>
22
<input id="simple-field" autofocus name="foo" required />
23
- <code class="state"></code>
+ <code aria-live="polite" class="state"></code>
24
</auto-check>
25
<button value="1" name="form">submit</button>
26
</form>
@@ -34,7 +34,7 @@ <h2>Form that has custom validity messages</h2>
34
<label for="custom-field">Desired username*:</label>
35
36
<input id="custom-field" autofocus class="json" name="foo" required />
37
38
39
<button value="2" name="form">submit</button>
40
0 commit comments