mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +00:00
LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}
Another point on Acid3. :^)
This commit is contained in:
parent
1206dd2215
commit
c8bdac8736
Notes:
sideshowbarker
2024-07-17 16:59:37 +09:00
Author: https://github.com/awesomekling
Commit: c8bdac8736
3 changed files with 59 additions and 0 deletions
|
@ -18,6 +18,9 @@ public:
|
|||
virtual ~HTMLTableRowElement() override;
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> cells() const;
|
||||
|
||||
int row_index() const;
|
||||
int section_row_index() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue