mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
script: Implement <meta http-equiv="refresh">
(#31468)
* script: Implement <meta http-equiv="refresh"> * Address review comments
This commit is contained in:
parent
ee122acdf4
commit
0beec63c86
19 changed files with 227 additions and 396 deletions
|
@ -9,8 +9,8 @@ interface HTMLMetaElement : HTMLElement {
|
|||
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
// [CEReactions]
|
||||
// attribute DOMString httpEquiv;
|
||||
[CEReactions]
|
||||
attribute DOMString httpEquiv;
|
||||
[CEReactions]
|
||||
attribute DOMString content;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue