-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-cascade-3
Description
I would like to know if a shorthand is considered to map to all its sub-properties, including reset-only sub-properties.
If all properties that map to
shorthandare not present inlonghands, continue with the steps labeledshorthand loop.
According to the above step from serialize a CSS declaration block, I guess reset-only sub-properties are excluded from the longhands that the shorthand maps to. But from reading 3. Shorthand properties in Cascade 4, this is not clearly defined, and I'm not sure how to serialize a shorthand to empty string if one of its reset-only sub-property is declared with a non-initial value.
Metadata
Metadata
Assignees
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-cascade-3