Skip to content

Commit 4b47eaa

Browse files
committed
Fixed: typo in html2css mapping
1 parent ee2cead commit 4b47eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-tables-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ spec:css21; type:property; text:max-width
579579
:matches(thead,tbody,tfoot,tr,td,th)[valign=bottom i] {
580580
vertical-align: bottom;
581581
}
582-
:matches(thead,tbody,tfoot,tr,td,th)[valign=bottom i] {
582+
:matches(thead,tbody,tfoot,tr,td,th)[valign=baseline i] {
583583
vertical-align: baseline;
584584
}
585585

0 commit comments

Comments
 (0)