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

[SVG] Support q units for SVG lengths #27759

Closed
9 of 11 tasks
Tracked by #422
bsmth opened this issue Jul 4, 2023 · 1 comment
Closed
9 of 11 tasks
Tracked by #422

[SVG] Support q units for SVG lengths #27759

bsmth opened this issue Jul 4, 2023 · 1 comment
Assignees
Labels
Content:SVG SVG docs fx release archive A closed issue relating to firefox release notes for developers.

Comments

@bsmth
Copy link
Member

bsmth commented Jul 4, 2023

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

q units supported:

-  static const float CSSAbsoluteUnitConversionFactors[6][6] = {
-      // columns: px, cm, mm, in, pt, pc
+  static const float CSSAbsoluteUnitConversionFactors[7][7] = {
+      // columns: px, cm, mm, in, pt, pc, q

See WPT

See also https://chromestatus.com/feature/5983903483428864

1q is equivalent to 1/40th of 1cm.

Related Gecko bugs

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).

Related issues and pull requests:

@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 4, 2023
@bsmth bsmth removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 4, 2023
@bsmth bsmth self-assigned this Jul 14, 2023
@bsmth
Copy link
Member Author

bsmth commented Jul 25, 2023

As stated in the bugzilla bug, we are going to take a look at improvements for SVG docs in future as there are some areas where we are targeting SVG1.1 and others where we are documenting SVG2 functionality. We may split some of the content in https://developer.mozilla.org/en-US/docs/Web/SVG/Content_type out into separate pages where we can be more granular and add specification links independently for each type and highlight notable differences in spec versions.

@bsmth bsmth closed this as completed Jul 25, 2023
@bsmth bsmth added fx release archive A closed issue relating to firefox release notes for developers. and removed Firefox 116 labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:SVG SVG docs fx release archive A closed issue relating to firefox release notes for developers.
Projects
Archived in project
Development

No branches or pull requests

1 participant