Sign in
cobalt
/
cobalt
/
ab1caa28c6012a666d3e308efe3749ea34f3b846
/
.
/
src
/
third_party
/
web_platform_tests
/
conformance-checkers
/
xhtml
/
attributes
/
accesskey
/
003-novalid.xhtml
blob: 0cf79bd9f5a6095879acd0585f4383a5acd60b5d [
file
] [
log
] [
blame
]
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<head>
<title>
accesskey attribute with duplicate key labels
</title>
</head>
<body>
<a
href
=
"url"
accesskey
=
"a b ぬ c ぬ"
>
foo
</a>
</body>
</html>