- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Sep 2024 06:30:35 +0000
- To: public-css-archive@w3.org
> It it sets the longhands if display: -webkit-box and -webkit-box-orient: vertical are set, and to not be a shorthand for anything otherwise. Note that we need to expand shorthands into longhands at parse time, but we may not know the value of `display` until computed-value time (e.g. when using variables). Also I don't think a property should sometimes be a longhand and sometimes a shorthand, that would be problematic e.g. because `[...getComputedStyle()]` only includes longhands. Like Florian says I think it's fine if `-webkit-line-clamp` wins over a preceding `line-clamp`. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10439#issuecomment-2360102228 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 September 2024 06:30:36 UTC