mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
10 lines
276 B
HTML
10 lines
276 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Anchor with no aria-label, no aria-labelledby, no title attribute</title>
|
|
</head>
|
|
<body>
|
|
<a href="test.html" id="test">ABC</a>
|
|
</body>
|
|
</html>
|