Skip to content

Commit 626aec3

Browse files
committed
[css-inline] Apply baseline-shift to inline-level boxes per dbaron's comment in today's telecon
1 parent 7116e5f commit 626aec3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-inline/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ Alignment Shift: 'baseline-shift' longhand</h4>
244244
Name: baseline-shift
245245
Value: <<length>> | <<percentage>> | sub | super
246246
Initial: 0
247-
Applies to: inline-level boxes
247+
Applies to: inline-level boxes, flex items, grid items
248+
<!-- table cells left out b/c CSS2.1 vertical-align values must have no effect... -->
248249
Inherited: no
249250
Percentages: refer to the used value of 'line-height'
250251
Media: visual

0 commit comments

Comments
 (0)