Skip to content

Commit

Permalink
Added Inline Layout 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Jan 1, 2022
1 parent 421fd28 commit 731a252
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2477,6 +2477,107 @@ window.Specs = {
}
},

"css-inline-3": {
"title": "CSS Inline Layout Module Level 3",
"links": {
"dev": "css-inline-3",
"tr": "css-inline-3",
},
"properties": {
"alignment-baseline": {
"links": {
"dev": "#alignment-baseline-property",
"tr": "#alignment-baseline-property"
},
"tests": [
"baseline", "text-bottom", "alphabetic", "ideographic", "middle",
"central", "mathematical", "text-top"
]
},
"baseline-shift": {
"links": {
"dev": "#baseline-shift-property",
"tr": "#baseline-shift-property"
},
"tests": ["5px", "10%", "sub", "super", "top", "center", "bottom"]
},
"baseline-source": {
"links": {
"dev": "#baseline-source",
"tr": "#baseline-source"
},
"tests": ["auto", "first", "last"]
},
"dominant-baseline": {
"links": {
"dev": "#dominant-baseline-property",
"tr": "#dominant-baseline-property"
},
"tests": [
"auto", "text-bottom", "alphabetic", "ideographic", "middle",
"central", "mathematical", "hanging", "text-top"
]
},
"initial-letter": {
"links": {
"dev": "#sizing-drop-initials",
"tr": "#sizing-drop-initials"
},
"tests": ["normal", "1.4 3", "1.4", "1.4 drop", "1.4 raise"]
},
"initial-letter-align": {
"links": {
"dev": "#aligning-initial-letter",
"tr": "#aligning-initial-letter"
},
"tests": [
"border-box", "alphabetic", "ideographic", "hanging", "leading",
"border-box alphabetic"
]
},
"initial-letter-wrap": {
"links": {
"dev": "#initial-letter-wrapping",
"tr": "#initial-letter-wrapping"
},
"tests": ["none", "first", "all", "grid", "30px", "10%"]
},
"inline-sizing": {
"links": {
"dev": "#line-fill",
"tr": "#line-fill"
},
"tests": ["normal", "stretch"]
},
"leading-trim": {
"links": {
"dev": "#leading-trim",
"tr": "#leading-trim"
},
"tests": ["normal", "start", "end", "both"]
},
"text-edge": {
"links": {
"dev": "#text-edges",
"tr": "#text-edges"
},
"tests": [
"leading", "text", "cap", "ex", "ideographic", "ideographic-ink",
"text alphabetic", "cap ideographic-ink"
]
},
"vertical-align": {
"links": {
"dev": "#transverse-alignment",
"tr": "#transverse-alignment"
},
"tests": [
"first", "last", "first text-bottom", "last sub", "super text-bottom first"
]
}
}
},

"css-layout-api-1": {
"title": "CSS Layout API Level 1",
"links": {
Expand Down

0 comments on commit 731a252

Please sign in to comment.