mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
Add CEReactions where needed
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
// https://html.spec.whatwg.org/multipage/#htmlfieldsetelement
|
||||
[HTMLConstructor]
|
||||
interface HTMLFieldSetElement : HTMLElement {
|
||||
[CEReactions]
|
||||
attribute boolean disabled;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
// [CEReactions]
|
||||
// attribute DOMString name;
|
||||
|
||||
//readonly attribute DOMString type;
|
||||
|
||||
Reference in New Issue
Block a user