- From: Vadim Makeev via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Jan 2023 16:26:27 +0000
- To: public-css-archive@w3.org
> What should be `-webkit-order` if you only declare `reading-order` or `layout-order`? Empty string?
The same that’s already happening with animation, for example: the computed duration will be 0.5.
```css
div {
-webkit-animation: 1s name;
animation-duration: 0.5s;
}
```
I checked it in Safari.
--
GitHub Notification of comment by pepelsbey
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7387#issuecomment-1380678931 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 12 January 2023 16:26:29 UTC