mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 21:33:09 +09:00
11 lines
361 B
HTML
11 lines
361 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Aria-label on anchor with aria-labelledby (no title attribute)</title>
|
|
</head>
|
|
<body>
|
|
<a href="test.html" id="test" aria-labelledby="ID1" aria-label="Tag">ABC</a>
|
|
<p id="ID1">Here is some labelledby text</p>
|
|
</body>
|
|
</html>
|