mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Add CEReactions where needed
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// https://html.spec.whatwg.org/multipage/#htmllielement
|
||||
[HTMLConstructor]
|
||||
interface HTMLLIElement : HTMLElement {
|
||||
[CEReactions]
|
||||
attribute long value;
|
||||
|
||||
// also has obsolete members
|
||||
@@ -12,5 +13,6 @@ interface HTMLLIElement : HTMLElement {
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLLIElement-partial
|
||||
partial interface HTMLLIElement {
|
||||
// [CEReactions]
|
||||
// attribute DOMString type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user