- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Nov 2022 23:33:12 +0000
- To: public-css-archive@w3.org
Yup, in CSS a percentage is *not* fundamentally equivalent to a number, it instead represents progress along some arbitrary range (which might be a number, a length, an angle, etc). Similarly, "width: 50%;" isn't equivalent to "width: 0.5;" (which would be invalid), it's equivalent to some length value (like `200px`) calculated from the "available width". -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8138#issuecomment-1331452946 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 29 November 2022 23:33:14 UTC