mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
LibWeb: Add HTML col element span attribute
This commit is contained in:
parent
7e6fc9c26e
commit
01f000acb0
4 changed files with 24 additions and 2 deletions
|
@ -9,7 +9,7 @@ interface HTMLMetaElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute DOMString name;
|
||||
[CEReactions, Reflect=http-equiv] attribute DOMString httpEquiv;
|
||||
[CEReactions, Reflect] attribute DOMString content;
|
||||
// FIXME: [CEReactions] attribute DOMString media;
|
||||
[CEReactions, Reflect] attribute DOMString media;
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString scheme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue