Closed
Bug 1676083
Opened 5 years ago
Closed 5 years ago
Use font-variant-numeric in the video control duration.
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
If you keep the controls showing on a video, depending on your fonts you can see the progress bar growing and shrinking depending on the current duration value. This is more noticeable at high video speed.
We can use font-variant-numeric: tabular-nums; to make Gecko choose the right glyphs if available so that the size doesn't change over time.
| Assignee | ||
Comment 1•5 years ago
|
||
If you keep the controls showing on a video, depending on your fonts you
can see the progress bar growing and shrinking depending on the current
duration value. This is more noticeable at high video speed.
We can use font-variant-numeric: tabular-nums; to make Gecko choose the
right glyphs if available so that the size doesn't change over time.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/30d5f7d7ab51
Use font-variant-numeric in the video control duration. r=heycam
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•