Open Bug 784461 Opened 12 years ago Updated 2 years ago

change how CSS property aliases are stored for transition-property

Categories

(Core :: CSS Parsing and Computation, defect)

defect

Tracking

()

People

(Reporter: dbaron, Unassigned)

References

Details

The CSS working group agreed at our meeting last week in San Diego that the general mechanism for any property aliasing that we need to do involves treating aliases like shorthands that are for a single property (since we already have an underlying model there).

Our lightweight implementation of aliases matches this in all but one respect, I believe (modulo underspecified bits of the CSSOM where it's fine in reality but may not match the inaccurate letter of the current spec):  the serialization of values of transition-property.

We should change the way we store values of transition-property so that we serialize aliases as-is rather than converting them to what they alias.
I have some work-in-progress on this in https://hg.mozilla.org/users/dbaron_mozilla.com/patches/ , which I started for a different bug, but am putting aside for now.
I moved the first 4 of the 6 patches I have into bug 849656.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.