mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
parent
fb4a20ade5
commit
b13fe9397d
Notes:
sideshowbarker
2024-07-17 00:47:29 +09:00
Author: https://github.com/axgallo
Commit: b13fe9397d
Pull-request: https://github.com/SerenityOS/serenity/pull/20721
Issue: https://github.com/SerenityOS/serenity/issues/19938
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/kalenikaliaksandr ✅
8 changed files with 105 additions and 1 deletions
|
@ -45,6 +45,8 @@ public:
|
|||
// https://www.w3.org/TR/html-aria/#el-table
|
||||
virtual Optional<ARIA::Role> default_role() const override { return ARIA::Role::table; }
|
||||
|
||||
unsigned border() const;
|
||||
|
||||
private:
|
||||
HTMLTableElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue