Curtis Wilcox on Nostr: npub12gfsx…9k5k5 npub1zylk3…ct54n Sorry, I didn't see you were also getting ...
npub12gfsxqcsl0ww4skcxdq50w6srw3rkg50n6j02rgyvf9qrcrnjrrqd9k5k5 (npub12gf…k5k5) npub1zylk3x2cvl79r854gtnqjvh7cjns6zzynvf39llvfvh6gl89cgvslct54n (npub1zyl…t54n)
Sorry, I didn't see you were also getting replies from Adrian.
From the screenshot, I can tell the input is on your site and inspecting the code, Lighthouse's problem is all label elements are being hidden from everyone, there's `label { display: none; }` in a style block on the page. Hiding labels from everyone by default is not a good rule and should be removed.
That label has a screen-reader-text class but no CSS rules associated with it. This TPGi post has a good example of what CSS to use to only visually hide content.
https://coywolf.com/#:~:text=A%20Coywolf%20Adaptation
https://www.tpgi.com/the-anatomy-of-visually-hidden/
Sorry, I didn't see you were also getting replies from Adrian.
From the screenshot, I can tell the input is on your site and inspecting the code, Lighthouse's problem is all label elements are being hidden from everyone, there's `label { display: none; }` in a style block on the page. Hiding labels from everyone by default is not a good rule and should be removed.
That label has a screen-reader-text class but no CSS rules associated with it. This TPGi post has a good example of what CSS to use to only visually hide content.
https://coywolf.com/#:~:text=A%20Coywolf%20Adaptation
https://www.tpgi.com/the-anatomy-of-visually-hidden/