Jump to content

Featured Replies

Posted

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.

Solved by Adlago

Go to solution

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.

 

  • 4 weeks later...

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

  • 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

  • Author

@Adlago That's what I've done here! 🙂 Thanks.

Recently Browsing 0

  • No registered users viewing this page.