Open
Bug 1560933
Opened 6 years ago
Updated 3 years ago
getComputedStyle() should return used values of width/height for SVG elements
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | affected |
People
(Reporter: violet.bugreport, Unassigned)
References
Details
Attachments
(1 file)
No description provided.
| Reporter | ||
Comment 1•6 years ago
|
||
One thing worth mentioning is that we can't use frame's mRect for SVG case.
Because mRect includes stroke and marker that shouldn't be included for
getComputedStyle(), and there are some subtleties when width or height is 0.
Comment 3•6 years ago
|
||
Type: defect → task
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•