Open
Bug 158722
Opened 22 years ago
Updated 2 years ago
Implement Canonicalization of CSS properties in DOM
Categories
(Core :: DOM: CSS Object Model, defect, P5)
Tracking
()
NEW
People
(Reporter: vladimire, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
If you set values of css properties to equivalent values in defferent unit
systms (for example you can set the property azimuth to deg, grad, and rad
units) they should be returning the value in one default unit system. This
should be done according to Canonicalization of CSS values rules
http://www.damowmow.com/mozilla/canon.txt
Reporter | ||
Comment 1•22 years ago
|
||
Comment 3•20 years ago
|
||
This would be quite nice. Is there a real specification out there that includes
this?
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Updated•14 years ago
|
QA Contact: general → style-system
Comment 4•12 years ago
|
||
Comment 5•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•