mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
dom: expose obsolete scheme
attribute for meta tag (#35505)
* dom: expose obsolete `scheme` attribute for meta tag Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com> * update tests Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com> --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
a17b2e0cb2
commit
d466688526
4 changed files with 8 additions and 123 deletions
|
@ -10,7 +10,7 @@ interface HTMLMetaElement : HTMLElement {
|
|||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
[CEReactions]
|
||||
attribute DOMString httpEquiv;
|
||||
attribute DOMString httpEquiv;
|
||||
[CEReactions]
|
||||
attribute DOMString content;
|
||||
|
||||
|
@ -19,6 +19,6 @@ interface HTMLMetaElement : HTMLElement {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLMetaElement-partial
|
||||
partial interface HTMLMetaElement {
|
||||
// [CEReactions]
|
||||
// attribute DOMString scheme;
|
||||
[CEReactions]
|
||||
attribute DOMString scheme;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue