mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Add HTML col element span attribute
This commit is contained in:
committed by
Andreas Kling
parent
7e6fc9c26e
commit
01f000acb0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user