mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells
1% progression on ACID3. :^)
This commit is contained in:
parent
647576ec13
commit
79ea30bc96
Notes:
sideshowbarker
2024-07-17 18:15:03 +09:00
Author: https://github.com/awesomekling
Commit: 79ea30bc96
6 changed files with 43 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#import <DOM/HTMLCollection.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
|
||||
interface HTMLTableSectionElement : HTMLElement {
|
||||
|
@ -7,4 +8,6 @@ interface HTMLTableSectionElement : HTMLElement {
|
|||
[Reflect=charoff] attribute DOMString chOff;
|
||||
[Reflect=valign] attribute DOMString vAlign;
|
||||
|
||||
[SameObject] readonly attribute HTMLCollection rows;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue