mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
11 lines
371 B
HTML
11 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>DIV with aria-labelledby="ID1" and aria-label is not specified and title is not specified.</title>
|
|
</head>
|
|
<body>
|
|
<div id="test" aria-labelledby='ID1'>aria-labelledby='ID1'</div>
|
|
<span id="ID1">Label for 'test' element</span>
|
|
</body>
|
|
</html>
|