The calendar works fine. Can you help me to correct the code to the W3C validation?
Thank you

W3C validation. Results:

Calendar
Line 196, Column 10: required attribute "type" not specified

and line 495 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 and type="text/javascript" for . Calendar/month Line 240, Column 99: there is no attribute "date" …e-box" class="date-box future empty" colspan="1" rowspan="1"date="2011-08-29" > Line 561, Column 8: required attribute "type" not specified Calendar week Line 287, Column 10: end tag for element "thead" which is not open Line 288, Column 10: end tag for "tbody" omitted, but OMITTAG NO was specified Line 249, Column 3: start tag was here Line 292, Column 12: required attribute "type" not specified Calendar/year Result: 105 Errors Line 419, Column 27: ID "calendar-2011-01-31" already defined An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

Comments

arlinsandbulte’s picture

Status: Active » Postponed (maintainer needs more info)

Ping...
Is this still valid?

luisasasi’s picture

Yes. Unfortunately

Neslee Canil Pinto’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)