mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Add output element value
This commit is contained in:
committed by
Andreas Kling
parent
f8509e2183
commit
fef7571931
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user