mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
script: Implement <meta http-equiv="refresh"> (#31468)
* script: Implement <meta http-equiv="refresh"> * Address review comments
This commit is contained in:
@@ -9,8 +9,8 @@ interface HTMLMetaElement : HTMLElement {
|
||||
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
// [CEReactions]
|
||||
// attribute DOMString httpEquiv;
|
||||
[CEReactions]
|
||||
attribute DOMString httpEquiv;
|
||||
[CEReactions]
|
||||
attribute DOMString content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user