mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Implement the accessKeyLabel IDL attribute per the HTML spec. We mimic Chromium's behavior and treat the accesskey attribute value as a single key rather than splitting on whitespace, since no browser besides IE/Edge implemented the spec's splitting approach. See https://github.com/whatwg/html/issues/3769
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
Harness status: OK
|
|
|
|
Found 2 tests
|
|
|
|
2 Pass
|
|
Pass Returns non empty string when accesskey is valid
|
|
Pass Returns empty string when accesskey is invalid |