mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}
Another point on Acid3. :^)
This commit is contained in:
@@ -18,6 +18,9 @@ public:
|
||||
virtual ~HTMLTableRowElement() override;
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> cells() const;
|
||||
|
||||
int row_index() const;
|
||||
int section_row_index() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user