- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Jan 2024 17:48:01 +0000
- To: public-css-archive@w3.org
Is this for serializing the specified value or the computed value? For the former, percentages can be omitted so they won't be in the serialization. For the latter: > If any percentages are omitted, all the specified percentages are summed together and subtracted from 100%, the result is floored at 0%, then divided equally between all images with omitted percentages at computed-value time. but (presumably at used-value time) > While this is not reflected in the computed value, when all the arguments’ percentages sum to greater than 100%, the sizing/painting details effectively rescale them so that they sum to exactly 100%. So I guess the serialized computed value includes those divided-equally percentages, and maybe the spec is trying to say that? -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9772#issuecomment-1881556103 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 8 January 2024 17:48:03 UTC