mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Stub out HTMLElement.accessKeyLabel
This commit is contained in:
parent
0b28a310b1
commit
afea8ccd43
Notes:
sideshowbarker
2024-07-16 23:05:02 +09:00
Author: https://github.com/awesomekling
Commit: afea8ccd43
Pull-request: https://github.com/SerenityOS/serenity/pull/23964
3 changed files with 10 additions and 1 deletions
|
@ -20,7 +20,7 @@ interface HTMLElement : Element {
|
|||
// FIXME: [CEReactions] attribute boolean inert;
|
||||
undefined click();
|
||||
// FIXME: [CEReactions] attribute DOMString accessKey;
|
||||
// FIXME: readonly attribute DOMString accessKeyLabel;
|
||||
readonly attribute DOMString accessKeyLabel;
|
||||
// FIXME: [CEReactions] attribute boolean draggable;
|
||||
// FIXME: [CEReactions] attribute boolean spellcheck;
|
||||
// FIXME: [CEReactions] attribute DOMString autocapitalize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue