mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
11 lines
303 B
HTML
11 lines
303 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Input element with type="text" referenced by a label, no wai aria</title>
|
|
</head>
|
|
<body>
|
|
<input id="test" type="text"/>
|
|
<label for="test">foo</label>
|
|
</body>
|
|
</html>
|