.text{ opacity: 0; } input:not(:placeholder-shown) + .text{ opacity: 1; } { author: @RussoFabio7 } dev.to/genta/css-inpu…
3
34
152
0
9
@ThePracticalDev @RussoFabio7 Without an actual example of it in action, this feels really bad from a screenreader perspective. No matter what, the context in .text will always be "visible" to the screenreader user. #a11y #accessibility