Commit 524a064
Implement HTMLElement accessKeyLabel
This patch implements accessKeyLabel API, matching the HTMLElement
specification [1].
This CL helps solve the problem where users find it hard to know
which accesskey modifier to press.
This also improves interoperability with Safari and Firefox,
which have already shipped this API.
FYI, This implementation is currently behind a runtime flag.
Intent to Prototype: https://groups.google.com/a/chromium.org/g/blink-dev/c/uzx6kTcS3hY
[1] https://html.spec.whatwg.org/multipage/interaction.html#dom-accesskeylabel
Bug: 41119923
Change-Id: I5d8dff04189baea410656fed3096a0c876f417fb1 parent 49d8dc0 commit 524a064
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments