GoogleChromeLabs/form-troubleshooter

Highlight problematic attributes that have been identified as unrecognized

socsieng opened this issue · 0 comments

Make it more obvious which attribute has been identified as unrecognized suggestion is to bold the attribute.

Example: https://www.wayfair.com/giftcards

Input and control elements with unrecognized attributes may not be achieving the desired outcome

Found elements with invalid attributes

  • <form id="gc_purchase" name="gc_form" type="POST">
    • type - did you mean enctype?

image