mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
10 lines
293 B
HTML
10 lines
293 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>aria-label on anchor (without aria-labelledby or title attribute)</title>
|
|
</head>
|
|
<body>
|
|
<a id="test" href="test.html" aria-label="Tag">ABC</a>
|
|
</body>
|
|
</html>
|