-
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
[CSS] Ship COLRv1 color-font support #21537
Comments
Note that there might be nice overlap with #20917 : @supports font-tech(color-COLRv1) {
font-family: "my cool colrv1 font";
} |
I think there's overlap with the following bugs as well: https://bugzilla.mozilla.org/show_bug.cgi?id=1794277 I can split these up but it might be worthwhile for who picks this up to tackle altogether(?) |
Certainly the first one could be combined IMO. Would be good to cross link the bugs when this is decided, so you can always find out what was done in our team from the bugzilla end. |
As in bugzilla links on bugzilla? |
Yes. From a project management point of view you can save yourself a lot of time if it is easy to work out the corresponding issue(s) from github or bugzilla. The easiest way to do that is to add a note in both stating the "opposite" issue. |
https://bugzilla.mozilla.org/show_bug.cgi?id=1794091
https://bugzilla.mozilla.org/show_bug.cgi?id=1794277
https://bugzilla.mozilla.org/show_bug.cgi?id=1791558
Also making a note that a guide for these new font shinanigans is probably needed, but outside the scope of this issue (something for the Fonts Level 4 review @dipikabh ) |
Right I believe that I have now finished this, it ended up being way bigger than I first thought. |
It's always way bigger than I think :-). |
PS When something is done, you can move it to Done in https://github.com/orgs/mdn/projects/12/views/6 |
Acceptance Criteria
For folks helping with Firefox related documentation
dev-doc-complete
Features to document
This enables the COLRv1 color-font support that was added in FF105 behind the prefix
gfx.font_rendering.colr_v1.enabled
- see #20106.Need to:
Related Gecko bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1791558
Other
The text was updated successfully, but these errors were encountered: