mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 08:06:11 +00:00
LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cells
1% progression on ACID3. :^)
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
|
||||
HTMLTableRowElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLTableRowElement() override;
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> cells() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user