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

@tabatkins suggested replacing `[ reading-and-layout && <integer> ]` with `[ [ reading && layout ] && <integer> ]` which folds the entire keyword-based grammar to an appropriately CSSy `[ [ reading || layout ] && <integer> ]` so I've gone ahead and done that in https://github.com/w3c/csswg-drafts/commit/a00550093461a75b54215f500f724c97dfa368b9

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7387#issuecomment-1397640130 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 19 January 2023 21:36:41 UTC