Dactyloidae/testing/web-platform/tests/conformance-checkers/html-aria/host-language/input-range-valuetext.htm

10 lines
252 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>valuetext</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
</head>
<body>
<input id="test" type="range" min="0" max="100" value="75" aria-valuetext="awesome">
</body>
</html>