mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
d7e2521600
This patch computes initial value when initial values are collected. The initial value cannot be computed earlier (for example, at parse time) without breaking intended behavior, since CSSOM expects the initial value string of a CSSPropertyRule to remain uncomputed. Although <length> and <length-percentage> can be accurately computed already for initial values since valid initial values are always font-indepent, this patch leaves <length> and <length-percentage> uncomputed for simplicity (until bug 1856524 is implemented). Differential Revision: https://phabricator.services.mozilla.com/D193839 |
||
---|---|---|
.. | ||
components | ||
ports/geckolib | ||
tests/unit | ||
moz.build | ||
rustfmt.toml |