1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00

LibWeb: Add HTML col element span attribute

This commit is contained in:
Bastiaan van der Plaat 2023-11-24 17:40:05 +01:00 committed by Andreas Kling
parent 7e6fc9c26e
commit 01f000acb0
4 changed files with 24 additions and 2 deletions

View file

@ -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;