Roma Komarov on Nostr: npub19lt42…6qfjk As others mentioned — a grid should work the best. But there are ...
npub19lt4284mghqxekzm6n5njxurnxrxhqhrva2leusdsuu5ja5jeycq66qfjk (npub19lt…qfjk) As others mentioned — a grid should work the best. But there are nuances :)
https://codepen.io/kizu/pen/rNqbVEW?editors=1100
Some notes:
1. If we'd apply the grid to the wrapper element, we need to set the role explicitly, otherwise some browsers could ignore the role (tested in VO in Safari and Chrome).
2. It is better to keep the dots, which could be visually hidden, otherwise screen-readers could read the first part until the “?” as one sentence.
https://codepen.io/kizu/pen/rNqbVEW?editors=1100
Some notes:
1. If we'd apply the grid to the wrapper element, we need to set the role explicitly, otherwise some browsers could ignore the role (tested in VO in Safari and Chrome).
2. It is better to keep the dots, which could be visually hidden, otherwise screen-readers could read the first part until the “?” as one sentence.