- From: Hoch via GitHub <noreply@w3.org>
- Date: Wed, 01 Apr 2026 19:41:42 +0000
- To: public-css-archive@w3.org
Slightly less contrived, but along the same route, I tossed together this codepen inspired by what a few of my stock/credit-card/bank sites look like. https://codepen.io/mhochk/pen/YPGLrza The first example shows what a lot of those sites show me - a collection of account-impacting items, grouped into "pending" and "posted/completed". The 2 groups *almost* visually match, but one of the groups shows an additional column. For this example I have them use the same style, and one just hide a column (though I don't think this is what the actual sites do). The second example shows dynamically hiding a column in a similar fashion. Fidelity currently does a full reload when you hide a column like this, but there's no reason why it couldn't just be a minor style change. -- GitHub Notification of comment by mhochk Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13754#issuecomment-4172542939 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 1 April 2026 19:41:43 UTC