- From: Sainan via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Sep 2023 19:44:02 +0000
- To: public-css-archive@w3.org
> The aliasing of international-English grey and US-English gray is _least_ problematic as a property value (but would probably still not be adopted, were those keywords to be proposed today). As a functional notation, it would be more problematic; it would require precedence and de-duplicating rules in case both were specified. Even more so for aliasing the `color` property to `colour` (and the same for all the `*-color*` properties. > > Sorry, this would add far more issues than it solves. I don't see how duplicate properties would be problematic or require any rules at all. Consider the following 'problematic' example: ```CSS color: red; colour: green; ``` This is not any more problematic than this: ```CSS color: red; color: green; ``` In fact, they're semantically identical (at least in my ideal world where CSS supports this). -- GitHub Notification of comment by Sainan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3298#issuecomment-1728328107 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 20 September 2023 19:44:05 UTC