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