mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
11 lines
301 B
HTML
11 lines
301 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Input element, no wai-aria</title>
|
|
</head>
|
|
<body>
|
|
<input id="test" type="text" aria-label="bar" aria-labelledby="ID1 test">
|
|
<div id="ID1">foo</div>
|
|
</body>
|
|
</html>
|