Skip to content

Commit baba844

Browse files
author
litherum
committed
[css-fonts-4] Automatic optical size/style selection
#807 (comment)
1 parent e2626a8 commit baba844

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-fonts-4/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,9 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
17331733

17341734
Note: Some user operations, such as pinch-zoom, may be considered not-layout-causing if they do not cause text to reflow. However, other user operations, such as increasing text size for accessiblity purposes, may be considered layout-causing because they cause text to reflow. Similarly, the 'transform' property may be considered not-layout-causing because transforms generally do not cause text to reflow. Each user-agent is free to decide whether or not each operation is layout-changing or not.
17351735

1736-
User agents must not synthesize optical sizing when it is not performed by the font directly.
1736+
User Agents must not synthesize optical sizing when it is not performed by the font directly.
1737+
1738+
User Agents must not select a value for the 'opsz' axis which is not supported by the font used for rendering the text. This may be accomplished by clamping a chosen value to the range supported by the font.
17371739

17381740
<h3>Low-level font variation settings control: the 'font-variation-settings' property</h3>
17391741

0 commit comments

Comments
 (0)