mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:48:12 +00:00
LibWeb: Add output element value
This commit is contained in:
parent
f8509e2183
commit
fef7571931
5 changed files with 84 additions and 4 deletions
|
@ -11,8 +11,8 @@ interface HTMLOutputElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute DOMString name;
|
||||
|
||||
readonly attribute DOMString type;
|
||||
// FIXME: [CEReactions] attribute DOMString defaultValue;
|
||||
// FIXME: [CEReactions] attribute DOMString value;
|
||||
[CEReactions] attribute DOMString defaultValue;
|
||||
[CEReactions] attribute DOMString value;
|
||||
|
||||
// FIXME: readonly attribute boolean willValidate;
|
||||
// FIXME: readonly attribute ValidityState validity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue