- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Fri, 24 Feb 2023 20:50:08 +0000
- To: public-css-archive@w3.org
Calling it `font-synthesis-position` seems to fit better with `font-variant-position`.
So, just sketching out what this might look like:
| | |
| ----------|------------------------|
| Name: | font-synthesis-position |
| Value: | auto | none |
| Initial: | auto |
| Applies to: | all elements and text |
| Inherited: | yes |
| Percentages: | N/A |
| Computed value: | specified keyword |
| Canonical order: | per grammar |
| Animation type: | discrete |
| Media: | visual |
This property controls whether user agents are allowed to synthesize superscript and subscript glyphs when a font lacks them.
auto
Synthesis of superscript and subscript forms is allowed
none
Synthesis of superscript and subscript forms is not allowed
Also, this would be added to the [`font-synthesis` shorthand](https://drafts.csswg.org/css-fonts-4/#font-synthesis) with values
`none | [ weight || style || small-caps || position ]`
--
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7441#issuecomment-1444461111 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 24 February 2023 20:50:10 UTC