[csswg-drafts] CSS: element property : device-overflow-inflation-width + device-overflow-inflated-width (#10404)

wesleyolis has just created a new issue for https://github.com/w3c/csswg-drafts:

== CSS: element property : device-overflow-inflation-width + device-overflow-inflated-width ==
Hi,

I would like to propose the following, which would allow developers to easily identify overflow issues, and correctly deal with them,
to ensure their pages render correctly.

With the new render modes as suggested and proposed in https://github.com/w3c/csswg-drafts/issues/10403
The following properties would make mobile development so much better.
The names of the properties could be shortened.

```.css {
.classname[device-overflow-inflated-width]::before {
display:block; // force the item onto a new rendering line.
}
}
```

```.css {
.classname[device-overflow-inflated-width] {
display:clip;
background-color:red
}
}
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10404 using your GitHub account


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

Received on Saturday, 8 June 2024 11:50:56 UTC