Closed
Bug 1325899
Opened 8 years ago
Closed 3 years ago
Replace hardcoded writing-mode in <audio> with a better solution when <audio> and its controls have orthogonal writing mode
Categories
(Toolkit :: Video/Audio Controls, defect)
Toolkit
Video/Audio Controls
Tracking
()
RESOLVED
DUPLICATE
of bug 1764457
People
(Reporter: ralin, Unassigned)
References
Details
Right now, we force <audio> has horizontal writing mode to avoid sizing controls elements to 0 in the case that <audio> and its controls have orthogonal writing mode and <audio> is intrinsically sized.
Unfortunately, it is observable and breaks `getComputedStyle`. We should come up with a better fix to orthogonal flow.
Comment 1•3 years ago
|
||
dshin just ran up against this when writing some tests for intrinsic sizing of replaced elements in vertical writing-modes.
I filed bug 1764457 with a testcase; I'm going to dupe this forward to that bug, since we've got a testcase and a bit more information there.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•