- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 02 May 2022 23:05:14 +0000
- To: public-css-archive@w3.org
emilio has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-overflow] overflow-clip-margin might want to set different boxes in the block and inline axes. == cc @chrishtr @khushalsagar Gecko has a property similar to `overflow-clip-margin` called `overflow-clip-box` (actually a pair of properties, `overflow-clip-box-{block,inline}`), which we use to implement some of the form control magic that `<input>` and `<textarea>` need for compat (like clipping to the padding box in one edge but to the content-box in another). It seems like it'd be nice if you could specify the margin in a per-axis basis? We can support the extension internally to remove the Gecko-internal property, perhaps, but if we need it maybe authors need it as well. If we do this I don't have a strong opinion on whether we should make `overflow-clip-margin` a shorthand or two different longhands. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7245 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 2 May 2022 23:05:15 UTC