Project

General

Profile

« Previous | Next » 

Revision 62ef2804

Added by NOYB NOYB over 9 years ago

HTML Compliance - Login Form

Error: Duplicate attribute class.
<div class=alert alert-warning class=hidden id=no_cookies>Your browser must support cookies to login.</div>
Consolidate multiple class attributes.

Error: Attribute autocorrect not allowed on element input at this point.
<input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false>
Non standard IOs Safari, Android Chrome attribute.

Error: Attribute autocapitalize not allowed on element input at this point.
<input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false>
Non standard IOs Safari, Android Chrome attribute.

  • added
  • modified
  • copied
  • renamed
  • deleted