mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Add HTMLTableCellElement::colSpan
This commit is contained in:
parent
b92cc3670b
commit
b7b647e9cd
Notes:
sideshowbarker
2024-07-17 16:36:01 +09:00
Author: https://github.com/skyrising
Commit: b7b647e9cd
Pull-request: https://github.com/SerenityOS/serenity/pull/13323
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
3 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
interface HTMLTableCellElement : HTMLElement {
|
||||
|
||||
attribute unsigned long colSpan;
|
||||
[Reflect] attribute DOMString headers;
|
||||
[Reflect] attribute DOMString abbr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue