jQuery.props should have mapping for "colspan" -> "colSpan"

jQuery.props should have mapping for "colspan" -> "colSpan"


Internet Explorer does not accept the attribute "colspan" and instead
requires "colSpan" with a capitol 'S'.
jQuery.props already has a mapping for "rowspan" -> "rowSpan".
Shouldn't a mapping for "colspan" -> "colSpan" be added as well?
Thanks!
Dave