W3C HTML validation error
-
Hi, the Login form’s submit button (
#wppb-submit) renders with a malformed trailing attribute in its HTML output:<input type="submit" name="wp-submit" id="wppb-submit" class="button button-primary" value="Log In" "="">Browsers parse the stray
" "="">sequence as an empty, nameless attribute, rather than valid HTML. This isn’t a WCAG accessibility failure (the button’s accessible name, role, and behaviour are unaffected), but it is invalid markup that fails HTML validators (e.g. W3C Markup Validator).We’ve confirmed it persists regardless of theme customisations and isn’t controllable via the
wppb_form_submit_extra_attrfilter, suggesting it’s hardcoded into the login form’s button template. Could you confirm whether this is a known issue and if a fix is planned?Thanks.
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.