mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
d8c40d40a0
commit
707d977cfc
19
doc/accessibility/required-form-elements.html
Normal file
19
doc/accessibility/required-form-elements.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html class="no-js" lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>Accessibility: Required form elements</title>
|
||||||
|
<meta name="description" content="Required form elements">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<form>
|
||||||
|
<label>
|
||||||
|
Enter some text:
|
||||||
|
<input type="text" name="some_text" value="" aria-required="true" required>
|
||||||
|
</label>
|
||||||
|
<input type="submit" name="btn_submit" value="Submit">
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user