Files
palemoon27/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/radio-title.html
T

10 lines
282 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Radio button with title attribute and no other labeling mechanism</title>
</head>
<body>
<input type="radio" id="test" title="foo" />
</body>
</html>