jeromerdlv
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Hidden fields wrapper changeHi @takayukister,
I just had a look at the issue #1636, which is about removing the
display: noneinline style on the hidden fields wrapper. I indeed think that removing that style is OK since hidden fields are not rendered by browsers, nor the thus emptydivcontainer.But may I insist that hidden fields are, by definition, deprived of semantic, and that a
fieldsetwrapper makes no sense in that case?Regards,
Forum: Plugins
In reply to: [Contact Form 7] Hidden fields wrapper changeHi @takayukister,
I agree with @codekraft, to be useful a
fieldsetmust come with a legend, and is appropriate for visible fields only, i.e. radio inputs in a group, or address fields when there could be an invoice address and a shipping address.There’s no need to group hidden fields, and
fieldsetmay cause accessibility issues with some assistive technologies where it could be announced without any content.On my side, I have a graphical issue on all my up-to-date sites because
fieldsetcomes with a default border that shows at the top of my forms.Could you please reconsider this change?
Thanks a lot, and have a nice day!
Forum: Plugins
In reply to: [WP-WebAuthn] Network supportThanks for your answer. It’s OK for me to know that network support is not effective yet, and that it may be in the future. This uncertainty was my main concern.
I know of course that my suggestion with
get_site_optionwas a simplistic one. But I’m not sure to understand what you mean by « more granular control over site permissions » and I’d be glad to know more, if you have time to detail that a bit.In my actual understanding, there’s possible granularity in permissions once a user is logged in, but I perceive the authentication as a fundamentally boolean state: you’re authenticated or you’re not, and which shouldn’t vary from one site to another. Or should it?
Thanks again and anyway.