mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #2477 - Part 2: Implement shorthand properties for [margin/padding][block/inline]
This commit is contained in:
parent
1e73f1f2d2
commit
bfe76f65db
5 changed files with 157 additions and 0 deletions
|
|
@ -1474,6 +1474,10 @@ Declaration::GetPropertyValueInternal(
|
|||
}
|
||||
MOZ_FALLTHROUGH;
|
||||
}
|
||||
case eCSSProperty_margin_block:
|
||||
case eCSSProperty_margin_inline:
|
||||
case eCSSProperty_padding_block:
|
||||
case eCSSProperty_padding_inline:
|
||||
case eCSSProperty_gap: {
|
||||
const nsCSSPropertyID* subprops =
|
||||
nsCSSProps::SubpropertyEntryFor(aProperty);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue