mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells
1% progression on ACID3. :^)
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user