mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Improve support of limited unsigned long attributes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
// https://www.whatwg.org/html/#htmltablecellelement
|
||||
interface HTMLTableCellElement : HTMLElement {
|
||||
// attribute unsigned long colSpan;
|
||||
attribute unsigned long colSpan;
|
||||
// attribute unsigned long rowSpan;
|
||||
//[PutForwards=value] readonly attribute DOMSettableTokenList headers;
|
||||
//readonly attribute long cellIndex;
|
||||
|
||||
Reference in New Issue
Block a user