Conversation
…-positon to the sorthand page. Also updated all the links to be markdown links
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
|
So this PR is good and ready to land. I am wondering if you should push another commit here with only the release file and all other files removed. Otherwise we might have to watch for the order of merging this PR and #22794. We wouldn't want any conflicts or overwrites. Also, there is a markdownlint error here that would need to be resolved. Pinging @bsmth to see if he can help troubleshooting the cause. |
| - {{cssxref("font-variant-east-asian")}} | ||
| - {{cssxref("font-variant-ligatures")}} | ||
| - {{cssxref("font-variant-numeric")}} | ||
| - {{cssxref("@font-feature-values")}} |
There was a problem hiding this comment.
I think cssxref is still being used. Should we revert this change and use the macro for the additions?
| - [`font-variant-emoji`](/en-US/docs/Web/CSS/font-variant-emoji) | ||
| - [`font-variant-ligatures`](/en-US/docs/Web/CSS/font-variant-ligatures) | ||
| - [`font-variant-numeric`](/en-US/docs/Web/CSS/font-variant-numeric) | ||
| - [`font-variant-position`](/en-US/docs/Web/CSS/font-variant-position) |
There was a problem hiding this comment.
Same here and in files/en-us/web/css/font-variant-east-asian/index.md below
| - Container query length units are now supported via the the `layout.css.container-queries.enabled` preference, which is set to `false` by default. | ||
| Setting this preference to `true` allows the use of `cqw`, `cqh`, `cqi`, `cqb`, `cqmin`, and `cqmax` units of length which are relative to the size of a query container. | ||
| For more information on these units, see the [CSS Container Queries](/en-US/docs/Web/CSS/CSS_Container_Queries#container_query_length_units) documentation ({{bug(1744231)}}). | ||
| - The [`font-variant-emoji`](/en-US/docs/Web/CSS/font-variant-emoji) property is now supported via the `layout.css.font-variant-emoji.enabled` preference, which is set to `false` by default. This property allows you to set a default presentation style for displaying emojis ({{bug(1461589)}}). |
There was a problem hiding this comment.
If it's not enabled by default, then I think we should be adding this to the experimental features page.
Description
Added release note for
font-variant-emojiMotivation
Working on documenting https://bugzilla.mozilla.org/show_bug.cgi?id=1461589
Additional details
Related issues and pull requests
#22118
Pull Requests