mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Issue #2124/2662: Optimize overflow shorthand parsing and serialization
This commit is contained in:
parent
7c52fd934f
commit
7626c99ceb
2 changed files with 24 additions and 6 deletions
|
|
@ -3181,6 +3181,13 @@ static const nsCSSPropertyID gSizeLogicalGroupTable[] = {
|
|||
eCSSProperty_UNKNOWN
|
||||
};
|
||||
|
||||
|
||||
static const nsCSSPropertyID gOverflowLogicalGroupTable[] = {
|
||||
eCSSProperty_overflow_y,
|
||||
eCSSProperty_overflow_x,
|
||||
eCSSProperty_UNKNOWN
|
||||
};
|
||||
|
||||
const nsCSSPropertyID* const
|
||||
nsCSSProps::kLogicalGroupTable[eCSSPropertyLogicalGroup_COUNT] = {
|
||||
#define CSS_PROP_LOGICAL_GROUP_SHORTHAND(id_) g##id_##SubpropTable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue