mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Add HTML col element span attribute
This commit is contained in:
parent
7e6fc9c26e
commit
01f000acb0
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/bplaat
Commit: 01f000acb0
Pull-request: https://github.com/SerenityOS/serenity/pull/22046
4 changed files with 24 additions and 2 deletions
|
@ -6,7 +6,7 @@ interface HTMLTableColElement : HTMLElement {
|
|||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
// FIXME: [CEReactions] attribute unsigned long span;
|
||||
[CEReactions] attribute unsigned long span;
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString align;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue