ne3zy
ne3zy
KPCKevin Powell - Community
Created by ne3zy on 2/11/2025 in #front-end
Is it OK to hide an item using `opacity`, `pointer-events`, `aria-hidden` and `tabindex` ?
thanks
14 replies
KPCKevin Powell - Community
Created by ne3zy on 2/11/2025 in #front-end
Is it OK to hide an item using `opacity`, `pointer-events`, `aria-hidden` and `tabindex` ?
Nice I didn't know about this property, should I just use visibility: hidden or do I need to mix it with tabindex="-1", etc ?
14 replies
KPCKevin Powell - Community
Created by ne3zy on 2/11/2025 in #front-end
Is it OK to hide an item using `opacity`, `pointer-events`, `aria-hidden` and `tabindex` ?
This way the document doesn't shift height even if one panel is taller than another
14 replies
KPCKevin Powell - Community
Created by ne3zy on 2/11/2025 in #front-end
Is it OK to hide an item using `opacity`, `pointer-events`, `aria-hidden` and `tabindex` ?
grid-row: 1/-1; grid-column: 1/-1;
14 replies
KPCKevin Powell - Community
Created by ne3zy on 2/11/2025 in #front-end
Is it OK to hide an item using `opacity`, `pointer-events`, `aria-hidden` and `tabindex` ?
In my case I want it to take space, I'm stacking every panel over each other using grid
14 replies
KPCKevin Powell - Community
Created by ne3zy on 2/11/2025 in #front-end
Is it OK to hide an item using `opacity`, `pointer-events`, `aria-hidden` and `tabindex` ?
Why wouldn't that be enough ?
14 replies