mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
10 lines
336 B
HTML
10 lines
336 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>An element with role button with an aria-pressed state of "true".</title>
|
|
</head>
|
|
<body>
|
|
<div id="test" role="button" aria-pressed='true'>This div has role button, with aria-pressed='true'</div>
|
|
</body>
|
|
</html>
|