-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Not Release] [CSS] COLRv1 fonts supported #20106
Comments
Yeh 💯 @hamishwillee - with the experimental features such as this I wonder whether the current month task is bcd & experimental features rel note - and we then put the issue back into the backlog (possibly close it temporarily) until it comes back to stable feature |
Possibly. Depends a bit on Anyway, let's see how it goes :-) EDITED: Note, this is independent of |
Status
This is done. Fairly minimal - just BCD and experimental features. When this is released in FF we should consider an interactive example. Decided not to do it for now. |
Acceptance Criteria
For folks helping with Firefox related documentation
dev-doc-complete
or
Features to document
Needs addition to experimental features page.
See Other for further research.
Related Gecko bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1740530
Other
So this allows you to apply colours, gradients etc to a font.
This is behind
gfx.font_rendering.colr_v1.enabled
. So minimally add to experimental features.So this basically is support for using the colr v1 fonts in
@font-face
and `FontFace (i.e. using fonts that have color gradients etc). From the point of our existing docs we don't say very much about the different font tables and types of fonts and I don't think we need to. However we do need to indicate support for these features.What has to be done is add the supported tables like colrv1 to BCD. Not all of them though, just the ones that can be feature checked in the
@font-face
src: descriptor'stech(...)
syntax that FF is adding in #19833. This makes sense because tech() provides a fallback to a small subset, which are likely therefore to be the ones that have compatibility issues.I don't think there is any particular need for docs on this though.
The text was updated successfully, but these errors were encountered: