script: Implement <meta http-equiv="refresh"> (#31468)

* script: Implement <meta http-equiv="refresh">

* Address review comments
This commit is contained in:
Smitty
2024-03-01 02:42:18 -05:00
committed by GitHub
parent ee122acdf4
commit 0beec63c86
19 changed files with 227 additions and 396 deletions

View File

@@ -9,8 +9,8 @@ interface HTMLMetaElement : HTMLElement {
[CEReactions]
attribute DOMString name;
// [CEReactions]
// attribute DOMString httpEquiv;
[CEReactions]
attribute DOMString httpEquiv;
[CEReactions]
attribute DOMString content;