Re: [csswg-drafts] [css-flexbox][css-grid] Providing authors with a method of opting into following the visual order, rather than logical order (#7387)

> 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