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,11 @@
|
||||
// https://html.spec.whatwg.org/multipage/#htmltableheadercellelement
|
||||
[HTMLConstructor]
|
||||
interface HTMLTableHeaderCellElement : HTMLTableCellElement {
|
||||
// [CEReactions]
|
||||
// attribute DOMString scope;
|
||||
// [CEReactions]
|
||||
// attribute DOMString abbr;
|
||||
// [CEReactions]
|
||||
// attribute DOMString sorted;
|
||||
//void sort();
|
||||
// void sort();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user