mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
57053e03bb
commit
9b74f0af24
16 changed files with 42 additions and 149 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmltablecellelement
|
||||
[HTMLConstructor, Abstract]
|
||||
[HTMLConstructor]
|
||||
interface HTMLTableCellElement : HTMLElement {
|
||||
[CEReactions]
|
||||
attribute unsigned long colSpan;
|
||||
|
@ -13,6 +13,11 @@ interface HTMLTableCellElement : HTMLElement {
|
|||
// attribute DOMString headers;
|
||||
readonly attribute long cellIndex;
|
||||
|
||||
// [CEReactions]
|
||||
// attribute DOMString scope; // only conforming for th elements
|
||||
// [CEReactions]
|
||||
// attribute DOMString abbr; // only conforming for th elements
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue