mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
64
testing/web-platform/tests/html/dom/elements-text.js
Normal file
64
testing/web-platform/tests/html/dom/elements-text.js
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
// Up-to-date as of 2013-04-19.
|
||||
var textElements = {
|
||||
a: {
|
||||
// Conforming
|
||||
target: "string",
|
||||
download: "string",
|
||||
ping: "string",
|
||||
rel: "string",
|
||||
relList: {type: "tokenlist", domAttrName: "rel"},
|
||||
hreflang: "string",
|
||||
type: "string",
|
||||
|
||||
// HTMLHyperlinkElementUtils
|
||||
href: "url",
|
||||
|
||||
// Obsolete
|
||||
coords: "string",
|
||||
charset: "string",
|
||||
name: "string",
|
||||
rev: "string",
|
||||
shape: "string",
|
||||
},
|
||||
em: {},
|
||||
strong: {},
|
||||
small: {},
|
||||
s: {},
|
||||
cite: {},
|
||||
q: {
|
||||
cite: "url",
|
||||
},
|
||||
dfn: {},
|
||||
abbr: {},
|
||||
data: {
|
||||
value: "string",
|
||||
},
|
||||
time: {
|
||||
dateTime: "string",
|
||||
},
|
||||
code: {},
|
||||
// Opera 11.50 doesn't allow unquoted "var" here, although ES5 does and
|
||||
// other browsers support it.
|
||||
"var": {},
|
||||
samp: {},
|
||||
kbd: {},
|
||||
sub: {},
|
||||
sup: {},
|
||||
i: {},
|
||||
b: {},
|
||||
u: {},
|
||||
mark: {},
|
||||
ruby: {},
|
||||
rt: {},
|
||||
rp: {},
|
||||
bdi: {},
|
||||
bdo: {},
|
||||
span: {},
|
||||
br: {
|
||||
// Obsolete
|
||||
clear: "string",
|
||||
},
|
||||
wbr: {},
|
||||
};
|
||||
|
||||
mergeElements(textElements);
|
||||
Loading…
Add table
Add a link
Reference in a new issue