Re: [csswg-drafts] [css-fonts] avoid fallback from oblique to italic (#9389)

Steps 4 and 6 here (matching oblique) would also need to be removed:

> 4. If no match is found, italic values greater than or equal to 1 are checked in ascending order followed by italic values below 1 in descending order, until 0 is hit. Only positive values of italic values are checked in this stage.

> 5. If no match is found, oblique values less than or equal to 0deg are checked in descending order until a match is found.

> 6. If no match is found, italic values less than or equal to 0 are checked in descending order until a match is found.

and the same here

> 4. If no match is found, italic values less than 1 are checked in descending order until 0 is hit, followed by italic values above 1 in ascending order. Only positive values of italic values are checked in this stage.

> 5. If no match is found, oblique values less than or equal to 0deg are checked in descending order until a match is found.

> 6. If no match is found, italic values less than or equal to 0 are checked in descending order until a match is found.

Also [this example](https://drafts.csswg.org/css-fonts-4/#ex-ascending-oblique-40) and [this one](https://drafts.csswg.org/css-fonts-4/#ex-ascending-oblique-13) would need to be edited to remove the "check italic" part in the text and in the figures

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9389#issuecomment-2821566829 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 22 April 2025 14:42:06 UTC