- From: 張俊芝 via GitHub <sysbot+gh@w3.org>
- Date: Tue, 09 Apr 2024 04:23:42 +0000
- To: public-css-archive@w3.org
Let me summarize my personal key solution for this topic in possibly a shortest sentence:
**All we need is selectiveness**.
```
<style>
.i-am-pretty-sure-users-will-be-interested
{
primary-overflow-direction: horzizontal;
}
</style>
<article class="very-tall">
<img class="very-wide i-am-not-sure-user-will-be-interested" ...>
</article>
<article class="very-tall">
<img class="very-wide i-am-pretty-sure-users-will-be-interested" ...>
</article>
```
--
GitHub Notification of comment by Zhang-Junzhi
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10060#issuecomment-2044124728 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 9 April 2024 04:23:43 UTC