there is no attribute "data-date"
…ty" colspan="1" rowspan="1" data-date="2014-03-31"  headers="Monday"  data-day…

there is no attribute "data-day-of-month"
… rowspan="1" data-date="2014-03-31"  headers="Monday"  data-day-of-month="31" >

 there is no attribute "iehint"
<tr class="single-day" iehint="1">

required attribute "type" not specified
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

Comments

StephenRobinson’s picture

Issue summary: View changes
StephenRobinson’s picture

Issue summary: View changes
StephenRobinson’s picture

needs a different doctype for a start, couldn't get this to work myself....


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
[
  <!ATTLIST tr data-day-of-month CDATA #IMPLIED>
  <!ATTLIST tr data-date CDATA #IMPLIED>
  <!ATTLIST tr iehint CDATA #IMPLIED>
]>
StephenRobinson’s picture

data-foo='bar' is supposed to be legal (for html5) but has not made it into the standard yet, so still gets rung up by http://validator.w3.org/check??? iehint is not, should be data-iehint and you need a type="text/javascript"....

apaderno’s picture

Version: 7.x-3.4 » 7.x-3.x-dev
Issue tags: -HTML Validation
Neslee Canil Pinto’s picture

Status: Active » Closed (outdated)

Hi, there will be no more future development for 7.x branch. If you see this issue in 8.x, feel free to file an issue. Close this as Outdated.