File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -851,12 +851,18 @@ Post-Alignment Shift: the 'baseline-shift' longhand</h4>
851
851
<dd> Raise (positive value) or lower (negative value) by the specified percentage of the 'line-height' .
852
852
853
853
<dt> <dfn>sub</dfn>
854
- <dd> Lower by the offset appropriate for subscripts of the parent’s box.
855
- (The UA should use the parent’s font data to find this offset whenever possible.)
854
+ <dd>
855
+ Lower by the offset appropriate for subscripts of the parent’s box.
856
+ The UA may use the parent’s font metrics to find this offset;
857
+ otherwise it defaults to dropping by
858
+ one fifth of the parent’s used 'font-size' .
856
859
857
860
<dt> <dfn>super</dfn>
858
- <dd> Raise by the offset appropriate for superscripts of the parent’s box.
859
- (The UA should use the parent’s font data to find this offset whenever possible.)
861
+ <dd>
862
+ Raise by the offset appropriate for superscripts of the parent’s box.
863
+ The UA may use the parent’s font metrics to find this offset;
864
+ otherwise it defaults to raising by
865
+ one third of the parent’s used 'font-size' .
860
866
861
867
<dt> <dfn>top</dfn>
862
868
<dd>
You can’t perform that action at this time.
0 commit comments