Skip to content
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

Closed
4 of 10 tasks
Tracked by #260
hamishwillee opened this issue Oct 14, 2022 · 9 comments
Closed
4 of 10 tasks
Tracked by #260

[CSS] Ship COLRv1 color-font support #21537

hamishwillee opened this issue Oct 14, 2022 · 9 comments
Assignees
Labels
Content:CSS Cascading Style Sheets docs fx release archive A closed issue relating to firefox release notes for developers.

Comments

@hamishwillee
Copy link
Collaborator

hamishwillee commented Oct 14, 2022

Acceptance Criteria

  • The listed features are documented sufficiently on MDN
  • BCD is updated
  • Interactive example and data repos are updated if appropriate
  • The content has been reviewed as needed

For folks helping with Firefox related documentation

  • Set bugs to dev-doc-complete
  • Add entry to Firefox release notes if feature is enabled in release
  • Add entry to Firefox experimental features page if feature is not yet enabled in release

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

  • Check content open issues to see if any pertain to the subject matter. If there are any that can be closed because of the work, do so. If there are any that can be fixed relatively quickly because of the knowledge from completing this issue and you have time, feel free to go ahead and fix them.
  • Check if Glossary updates are required for the feature you're documenting - whether an existing term needs to be updated or a new term should be added.
  • Check if BCD update means that content pages need to have experimental markup removed or deprecated markup added (front matter tags and macros).
@hamishwillee hamishwillee added Content:CSS Cascading Style Sheets docs Firefox 107 labels Oct 14, 2022
@github-actions github-actions bot added Content:Glossary Glossary entries needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Oct 14, 2022
@bsmth
Copy link
Member

bsmth commented Oct 18, 2022

Note that there might be nice overlap with #20917 :

@supports font-tech(color-COLRv1) {
  font-family: "my cool colrv1 font";
}

@Rumyra
Copy link
Collaborator

Rumyra commented Oct 18, 2022

I think there's overlap with the following bugs as well:

https://bugzilla.mozilla.org/show_bug.cgi?id=1794277
https://bugzilla.mozilla.org/show_bug.cgi?id=1794091

I can split these up but it might be worthwhile for who picks this up to tackle altogether(?)

@hamishwillee
Copy link
Collaborator Author

hamishwillee commented Oct 20, 2022

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.

@dletorey dletorey self-assigned this Oct 25, 2022
@Rumyra
Copy link
Collaborator

Rumyra commented Oct 31, 2022

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?

@hamishwillee
Copy link
Collaborator Author

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.

@Rumyra
Copy link
Collaborator

Rumyra commented Nov 15, 2022

https://bugzilla.mozilla.org/show_bug.cgi?id=1794091

  • MDN page needed
  • BCD updates
  • Rel note
  • dev-doc-complete

https://bugzilla.mozilla.org/show_bug.cgi?id=1794277

https://bugzilla.mozilla.org/show_bug.cgi?id=1791558

  • As this is a font format a page isn't needed, but most likely related to font-palette - check other docs for font format copy
  • Rel note
  • dev-doc-complete

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 )

@dletorey
Copy link
Contributor

Right I believe that I have now finished this, it ended up being way bigger than I first thought.
Although it has meant that I have learnt how to do many parts of creating content in MDN.
Just creating a PR for it all.

@hamishwillee
Copy link
Collaborator Author

It's always way bigger than I think :-).

@hamishwillee
Copy link
Collaborator Author

PS When something is done, you can move it to Done in https://github.com/orgs/mdn/projects/12/views/6

@Josh-Cena Josh-Cena added fx release archive A closed issue relating to firefox release notes for developers. and removed Firefox 107 labels Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs fx release archive A closed issue relating to firefox release notes for developers.
Projects
Archived in project
Development

No branches or pull requests

6 participants