mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
LibWeb: Add ol start and li value attributes support
This commit is contained in:
parent
d2fbc15f5d
commit
1cdbfc2ff1
10 changed files with 189 additions and 16 deletions
|
@ -6,7 +6,7 @@ interface HTMLLIElement : HTMLElement {
|
|||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
// FIXME: [CEReactions] attribute long value;
|
||||
[CEReactions] attribute long value;
|
||||
|
||||
// Obsolete
|
||||
[CEReactions, Reflect] attribute DOMString type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue