mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Add missing [SameObject] extended attributes in IDL files
This commit is contained in:
parent
8540c4e574
commit
2157745093
Notes:
sideshowbarker
2024-07-17 04:08:02 +09:00
Author: https://github.com/awesomekling
Commit: 2157745093
Pull-request: https://github.com/SerenityOS/serenity/pull/16175
Reviewed-by: https://github.com/ADKaster
2 changed files with 10 additions and 10 deletions
|
@ -20,10 +20,10 @@ interface HTMLTableElement : HTMLElement {
|
|||
HTMLTableSectionElement createTFoot();
|
||||
undefined deleteTFoot();
|
||||
|
||||
readonly attribute HTMLCollection tBodies;
|
||||
[SameObject] readonly attribute HTMLCollection tBodies;
|
||||
HTMLTableSectionElement createTBody();
|
||||
|
||||
readonly attribute HTMLCollection rows;
|
||||
[SameObject] readonly attribute HTMLCollection rows;
|
||||
HTMLTableRowElement insertRow(optional long index = -1);
|
||||
undefined deleteRow(long index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue