CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Mon, 22 Sep 2025 14:00:37 GMT
access-control-allow-origin: *
etag: W/"68d15685-b58"
expires: Sat, 11 Oct 2025 14:23:21 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 85EC:3645FD:90B6C:B134C:68EA65FF
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 14:13:21 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210038-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760192001.152828,VS0,VE311
vary: Accept-Encoding
x-fastly-request-id: 04fbd3fc8484205a5fdbe9bd62bb0fd81a1b7bee
content-length: 1086
ARIA in HTML - Test Cases
ARIA in HTML - test cases for attribute casing
last updated 27 June 2021
Authors SHOULD use lowercase ASCII letters when specifying the following aria-*
attribute values.
Test:
Test 1
aria-atomic=TRUE
aria-busy=TRUE
aria-checked=TRUE
aria-current=TRUE
aria-disabled=TRUE
aria-dropeffect=MOVE
aria-expanded=TRUE
aria-grabbed=FALSE
aria-haspopup=TRUE
aria-hidden=FALSE
aria-live=FALSE
aria-modal=FALSE
aria-multiline=TRUE
aria-multiselectable="FALSE"
aria-orientation=TRUE
aria-pressed=FALSE
aria-relevant=FALSE
aria-selected=TRUE
aria-sort=ASCENDING |
---|
Expected result:
Flag error or warning to authors to use lowercase ASCII letters when specifying an attribute's token value.