mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
Issue #2136 - Part 1: Implement CSS inset property
This commit is contained in:
parent
ad929c5dd5
commit
21d468ee65
7 changed files with 59 additions and 8 deletions
|
|
@ -199,6 +199,7 @@ nsDOMCSSAttributeDeclaration::SetPropertyValue(const nsCSSPropertyID aPropID,
|
|||
// FIXME: This is missing the margin shorthand and the logical versions of
|
||||
// the margin properties, see bug 1266287.
|
||||
if (aPropID == eCSSProperty_opacity || aPropID == eCSSProperty_transform ||
|
||||
aPropID == eCSSProperty_inset ||
|
||||
aPropID == eCSSProperty_left || aPropID == eCSSProperty_top ||
|
||||
aPropID == eCSSProperty_right || aPropID == eCSSProperty_bottom ||
|
||||
aPropID == eCSSProperty_margin_left || aPropID == eCSSProperty_margin_top ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue