Open
Bug 1266287
Opened 9 years ago
Updated 3 years ago
Inline-style changes to "margin" don't cause layerization
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | affected |
People
(Reporter: mstange, Unassigned)
Details
The list at nsDOMCSSAttributeDeclaration::SetPropertyValue has the properties margin-left, margin-top, margin-right and margin-bottom. However, it does not contain the margin shorthand, nor the margin-{block,inline}-{start,end} properties.
We should either add those, or remove all margin properties. I'm inclined to do the latter. I haven't actually seen a case where it benefits us.
Comment 1•9 years ago
|
||
The latter sounds fine to me.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•