Skip to content

Commit 3be42a5

Browse files
authored
Merge pull request #6184 from litherum/font-size-adjust-size-adjust
[css-fonts-5] The font-size-adjust property is applied after the size-adjust descriptor
2 parents 5aa0b8b + b54acbf commit 3be42a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css-fonts-5/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ Issue(4044):
9393
<h3 id="font-size-adjust-prop">
9494
Relative sizing: the 'font-size-adjust' property</h3>
9595

96+
The 'font-size-adjust' property is applied after the 'size-adjust' descriptor.
97+
98+
Note: The consequence of applying 'font-size-adjust' after 'size-adjust' is that
99+
'size-adjust' appears to have no effect.
100+
96101
Issue(5539):
97102

98103

@@ -219,6 +224,11 @@ the 'ascent-override', 'descent-override', and 'line-gap-override' descriptors</
219224
the given percentage multiplied by the used font size.
220225
</dl>
221226

227+
The 'font-size-adjust' property is applied after the 'size-adjust' descriptor.
228+
229+
Note: The consequence of applying 'font-size-adjust' after 'size-adjust' is that
230+
'size-adjust' appears to have no effect.
231+
222232
Note: None of these descriptors affect the [=computed value|computation=] of
223233
'font-size', 'line-height', or [=font-relative lengths=].
224234
They can, however, affect the behavior of ''line-height: normal''

0 commit comments

Comments
 (0)