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

Hmm, I am not sure of the expected behavior of a legacy longhand aliased to a shorthand.

```js
el.style.gap = '1px'
el.style.gridGap = '2px'
el.style.gap; // Chrome/FF: '2px'
el.style.gridGap; // Chrome: '' FF: 2px
```

Maybe I should create a separate issue.

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7387#issuecomment-1380955930 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 20:23:50 UTC