script: Implement HTMLInputElement.alpha (#42293)

Testing: New tests start to pass

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker
2026-02-03 00:38:45 +01:00
committed by GitHub
parent 8ea5b4bf95
commit 10563019bb
5 changed files with 8 additions and 429 deletions

View File

@@ -9,6 +9,7 @@ interface HTMLInputElement : HTMLElement {
[CEReactions]
attribute DOMString accept;
[CEReactions] attribute boolean alpha;
[CEReactions]
attribute DOMString alt;
// [CEReactions]