mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision fab2c513bffb2bd19600d23b495264d123df092f
This commit is contained in:
parent
c226bf85a9
commit
ebddcc2d7f
441 changed files with 3689 additions and 1521 deletions
|
@ -74,6 +74,8 @@ var tabularElements = {
|
|||
colSpan: {type: "unsigned long", defaultVal: 1},
|
||||
rowSpan: {type: "unsigned long", defaultVal: 1},
|
||||
headers: "settable tokenlist",
|
||||
scope: {type: "enum", keywords: ["row", "col", "rowgroup", "colgroup"]},
|
||||
abbr: "string",
|
||||
|
||||
// HTMLTableCellElement (Obsolete)
|
||||
align: "string",
|
||||
|
@ -85,15 +87,14 @@ var tabularElements = {
|
|||
noWrap: "boolean",
|
||||
vAlign: "string",
|
||||
bgColor: {type: "string", treatNullAsEmptyString: true},
|
||||
|
||||
// HTMLTableDataCellElement (Obsolete)
|
||||
abbr: "string",
|
||||
},
|
||||
th: {
|
||||
// HTMLTableCellElement (Conforming)
|
||||
colSpan: {type: "unsigned long", defaultVal: 1},
|
||||
rowSpan: {type: "unsigned long", defaultVal: 1},
|
||||
headers: "settable tokenlist",
|
||||
scope: {type: "enum", keywords: ["row", "col", "rowgroup", "colgroup"]},
|
||||
abbr: "string",
|
||||
|
||||
// HTMLTableCellElement (Obsolete)
|
||||
align: "string",
|
||||
|
@ -105,15 +106,6 @@ var tabularElements = {
|
|||
noWrap: "boolean",
|
||||
vAlign: "string",
|
||||
bgColor: {type: "string", treatNullAsEmptyString: true},
|
||||
|
||||
// HTMLTableHeaderCellElement (Conforming)
|
||||
// TODO: double-check that the way we're treating missing value
|
||||
// defaults is consistent here. scope has an auto state with no
|
||||
// associated keyword, which is the missing value default -- is this
|
||||
// the right syntax for that?
|
||||
scope: {type: "enum", keywords: ["row", "col", "rowgroup", "colgroup"]},
|
||||
abbr: "string",
|
||||
sorted: "string",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue