W3C home > Mailing lists > Public > public-css-archive@w3.org > January 2018

[csswg-drafts] [css-align] Serialization of the alignment properties.

From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
Date: Fri, 26 Jan 2018 17:12:02 +0000
To: public-css-archive@w3.org
Message-ID: <issues.opened-291969764-1516986720-sysbot+gh@w3.org>
emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-align] Serialization of the alignment properties. ==
Should properties serialize the default values? Right now Blink and WebKit do so, which I think it's a bug.

In particular:

```css
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.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2229 using your GitHub account
Received on Friday, 26 January 2018 17:12:06 UTC

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:23 UTC