Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 19, 20213 yr Hi, Running the W3 HTML validator on our website, it complains about this line: <input type="checkbox" name="remember_me" id="remember_me_checkbox" value="1" checked aria-checked="true"> Quote Warning: The aria-checked attribute should not be used on an input element which has a type attribute whose value is checkbox. This also happens when we audit www.invisioncommunity.com Please advise. Cheers.
December 20, 20213 yr Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
January 12, 20223 yr Having taken a look at this, I just wanted to let you know this is something that would be addressed in a larger review of validation items
January 12, 20223 yr Solution On 12/19/2021 at 6:49 PM, Gabriel Torres said: Hi, Running the W3 HTML validator on our website, it complains about this line: <input type="checkbox" name="remember_me" id="remember_me_checkbox" value="1" checked aria-checked="true"> This also happens when we audit www.invisioncommunity.com Please advise. Cheers. Open: loginPopupForm template (core_front_global) Find <input type="checkbox" name="remember_me" id="remember_me_checkbox" value="1" checked aria-checked="true"> and replace <input type="checkbox" name="remember_me" id="remember_me_checkbox" value="1"> For me work good