mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 78862c14a70cabb48c685144666912f08e726390
This commit is contained in:
parent
ce0b89d310
commit
1f5d8fedd4
2469 changed files with 193955 additions and 6210 deletions
|
@ -1,5 +1,6 @@
|
|||
// Up-to-date as of 2013-04-13.
|
||||
var obsoleteElements = {
|
||||
// https://html.spec.whatwg.org/multipage/#the-applet-element
|
||||
applet: {
|
||||
align: "string",
|
||||
alt: "string",
|
||||
|
@ -13,6 +14,7 @@ var obsoleteElements = {
|
|||
vspace: "unsigned long",
|
||||
width: "string",
|
||||
},
|
||||
// https://html.spec.whatwg.org/multipage/#the-marquee-element-2
|
||||
marquee: {
|
||||
behavior: "string",
|
||||
bgColor: "string",
|
||||
|
@ -25,10 +27,12 @@ var obsoleteElements = {
|
|||
vspace: "unsigned long",
|
||||
width: "string",
|
||||
},
|
||||
// https://html.spec.whatwg.org/multipage/#frameset
|
||||
frameset: {
|
||||
cols: "string",
|
||||
rows: "string",
|
||||
},
|
||||
// https://html.spec.whatwg.org/multipage/#frame
|
||||
frame: {
|
||||
name: "string",
|
||||
scrolling: "string",
|
||||
|
@ -39,9 +43,11 @@ var obsoleteElements = {
|
|||
marginHeight: {type: "string", treatNullAsEmptyString: true},
|
||||
marginWidth: {type: "string", treatNullAsEmptyString: true},
|
||||
},
|
||||
// https://html.spec.whatwg.org/multipage/#htmldirectoryelement
|
||||
dir: {
|
||||
compact: "boolean",
|
||||
},
|
||||
// https://html.spec.whatwg.org/multipage/#htmlfontelement
|
||||
font: {
|
||||
color: {type: "string", treatNullAsEmptyString: true},
|
||||
face: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue