According to Success Criterion 1.3.1 (Info and Relationships), most input fields should be explicitly associated with a label. This is done by using the "for" attribute of the label element, which is set to the ID of the relevant input.
When a field uses the title attribute and does not have a label, HTML_CodeSniffer will challenge the author to confirm that the title attribute is indeed the most appropriate method for labelling that field.