Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
mac
/
methods
/
accessibility-disclosed-rows.html
blob: 85a82a4a7b4821b826fbfbf2a921b722870f353c [
file
] [
log
] [
blame
]
<!--
@SCRIPT:
treegrid.accessibilityDisclosedRows
-->
<!DOCTYPE html>
<table
id
=
"treegrid"
role
=
"treegrid"
>
<tr
role
=
"row"
aria-level
=
"1"
>
<td
role
=
"gridcell"
>
Cell at level 1
</td>
</tr>
</table>