Bugzilla – Bug 433
add span attribute to <col> element
Last modified: 2009-01-15 07:54:32 CET
The current definition of the col.elem pattern does not reference the col.attrs.span pattern. This seems like an oversight, since the col.attrs.span pattern itself is actually defined just after col.elem in tables.rnc. And the HTML5 draft defines span as a valid attribute on col.
Created attachment 55 [details] patch with proposed change
This has been done (I think in r371)