We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9276b commit 096b41aCopy full SHA for 096b41a
vertical-align-ref.html
@@ -4,7 +4,7 @@
4
<style>
5
.aligntest {
6
line-height: 16px;
7
- vertical-align: calc(9px);
+ vertical-align: 9px;
8
}
9
</style>
10
<hr/>
vertical-align.html
@@ -1,5 +1,10 @@
1
<!DOCTYPE HTML>
2
<meta charset="utf-8">
3
+<title>CSS test: calc() in vertical-align</title>
+<meta name="assert" content="calc() works in the vertical-align property">
+<link rel="help" href="https://drafts.csswg.org/css-values-3/#calc-notation">
+<link rel="help" href="https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align">
+<meta name="flags" content="">
<link rel='match' href='vertical-align-ref.html'>
0 commit comments