Open
Bug 1489969
Opened 7 years ago
Updated 3 years ago
Telemetry: track where CSS properties are written to
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: mbalfanz, Unassigned)
References
(Blocks 2 open bugs)
Details
The font editor tries to do the right thing when writing CSS. If possible, values for registered axes are written to their dedicated CSS properties (font-weight, font-stretch etc.). If the cascade doesn't allow for it, values are written to font-variation-settings.
It is important for us to understand how the tool is used. Therefore, I'd like to add a telemetry probe that, for variable fonts, tracks if changes are written to font-variation-settings or not.
Reporter | ||
Updated•7 years ago
|
Blocks: devtools-analytics-m2
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Component: Inspector: Fonts → Inspector
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•