- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Jan 2023 20:23:49 +0000
- To: public-css-archive@w3.org
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