INPUT element validation error contains an error

Dear all, 

Whilst checking <input type="button" /> by direct input, the following validation error was produced "Element input with attribute type whose value is button must have non-empty attribute value" - with only the closing bracket highlighted in red.

The validation error should read "Element input with attribute type whose value is button must have non-empty value attribute" ("value" and "attribute" swapped at end) prompting the user to change the code to <input type="button" value="whatever" />.

Hope this helps

Very best regards

Alistair 

NOTE: Whenever possible, give the address of the document you were checking.

Received on Wednesday, 11 December 2013 09:46:07 UTC