mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells
1% progression on ACID3. :^)
This commit is contained in:
parent
647576ec13
commit
79ea30bc96
6 changed files with 43 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#import <DOM/HTMLCollection.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
|
||||
interface HTMLTableRowElement : HTMLElement {
|
||||
|
@ -9,4 +10,6 @@ interface HTMLTableRowElement : HTMLElement {
|
|||
|
||||
[LegacyNullToEmptyString, Reflect=bgcolor] attribute DOMString bgColor;
|
||||
|
||||
[SameObject] readonly attribute HTMLCollection cells;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue