Skip to content

[css-align] Serialization of the alignment properties. #2229

@emilio

Description

@emilio

Should properties serialize the default values? Right now Blink and WebKit do so, which I think it's a bug.

In particular:

align-items: unsafe start;

Serializes in Blink as unsafe start, and only start in FF. I think the computed value should serialize to the shortest form possible.

This is annoying because it causes a lot of WPT failures on Gecko.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions