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:
@@ -8,7 +8,7 @@ interface HTMLTableSectionElement : HTMLElement {
|
||||
readonly attribute HTMLCollection rows;
|
||||
[Throws]
|
||||
HTMLElement insertRow(optional long index = -1);
|
||||
[Throws]
|
||||
[CEReactions, Throws]
|
||||
void deleteRow(long index);
|
||||
|
||||
// also has obsolete members
|
||||
@@ -16,8 +16,12 @@ interface HTMLTableSectionElement : HTMLElement {
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLTableSectionElement-partial
|
||||
partial interface HTMLTableSectionElement {
|
||||
// attribute DOMString align;
|
||||
// attribute DOMString ch;
|
||||
// attribute DOMString chOff;
|
||||
// attribute DOMString vAlign;
|
||||
// [CEReactions]
|
||||
// attribute DOMString align;
|
||||
// [CEReactions]
|
||||
// attribute DOMString ch;
|
||||
// [CEReactions]
|
||||
// attribute DOMString chOff;
|
||||
// [CEReactions]
|
||||
// attribute DOMString vAlign;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user