mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-10 00:58:50 +00:00
11 lines
276 B
HTML
11 lines
276 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Input with type="radio" label/for without wai-aria</title>
|
|
</head>
|
|
<body>
|
|
<input type="radio" id="test">
|
|
<label for="test">foo</label></body>
|
|
</html>
|