Issue 2100: Make fullcalendar's markup more valid
Status:  Done
Owner: ----
Closed:  Apr 2015
Reported by martin.p...@gmail.com, Feb 24, 2014
When using a validator for a page containing the calendar, it prints validation errors.
Example:
1. Save this page http://arshaw.com/fullcalendar/ as a full html page
2. Go to http://validator.nu/ , in 'Validator input' choose 'Text Field' and copy html source you just saved into this text field
3. Validation shows errors like:

Error: Attribute unselectable not allowed on element span at this point.
Error: Element h2 not allowed as child of element span in this context.
Error: The cellspacing attribute on the table element is obsolete. Use CSS instead. ...
Jun 7, 2014
Project Member #1 adamrs...@gmail.com
this is sort of related to  issue 637  and  issue 2151 
Summary: Make fullcalendar's markup more valid (was: HTML not valid using Validator.nu)
Status: Accepted
Labels: Type-Behavior
Jun 15, 2014
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-skeleton
Jun 25, 2014
#3 van.wijg...@mdxs.net
Perhaps already resolved in v2.0.0 of Fullcalendar as pointing http://validator.nu/ to http://fiddle.jshell.net/arshaw/3E8nk/show/light/ and using defaults, shows "The document validates according to the specified schema(s) and to additional constraints checked by the validator."

Note: the above link to test is the result part of the current Debugging Template http://jsfiddle.net/arshaw/3E8nk/ fiddle as linked on http://arshaw.com/fullcalendar/wiki/Support/ using (at this time) the v2.0.0 files.
Jul 22, 2014
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -milestone-skeleton
Apr 19, 2015
Project Member #5 adamrs...@gmail.com
pretty sure this is resolved.
Status: Done