- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Jun 2023 16:26:27 +0000
- To: public-css-archive@w3.org
...huh, why are we allowing the full `<mf-value>` there? We should really only be allowing the three numeric types (number, dimension, ratio) in the comparison form. Agenda+ to fix what I think is an obvious oversight here - we should change the current `<mf-value>` definition to: ``` <mf-value> = <ident> | <mf-numeric-value> <mf-numeric-value> = <number> | <dimension> | <ratio> ``` and then limit the comparison syntax to only use `<mf-numeric-value>`. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8998#issuecomment-1602972079 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 22 June 2023 16:26:29 UTC