- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Fri, 04 Oct 2013 23:16:34 +0300
- To: Kyli Rouge <kyli@BHStudios.org>
- CC: www-validator@w3.org
2013-10-04 23:05, Kyli Rouge wrote: > Claims "placeholder" is not an attribute of "input", though it was > defined in HTML5, as detailed in > http://www.w3.org/wiki/HTML5_form_additions#placeholder > > Validating http://www1.columbusstate.edu/ > Error [108]: "there is no attribute X" The validator correctly reports an error, since your document declares XHTML 1.0 Transitional doctype and must thus be checked against it. To request for HTML5 validation (experimental), which basically means validating against some relatively recent version of HTML 5.1 Nightly (work in progress). Alternatively, click on “More Options” in the validator’s user interface and select ”HTML5 (experimental)” in the Document Type dropdown. Yucca
Received on Friday, 4 October 2013 20:17:02 UTC