LibWeb: Add output element value

This commit is contained in:
Bastiaan van der Plaat
2023-12-09 09:08:01 +01:00
committed by Andreas Kling
parent f8509e2183
commit fef7571931
5 changed files with 84 additions and 4 deletions

View File

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