In HTML4 specification (
http://www.w3.org/TR/html401/struct/tables.html#edef-COL) the *col* element 
is empty and for HTML5 (http://www.w3.org/TR/html5/syntax.html#void-elements) 
it is void. This means that the element hasn't the end tag. Therefore +1 
for the patch that Anthony has proposed. 

For the sake of completeness:

<col />     is valid in html5 and xhtml but not in html4

while

<col>       is valid in html5 and html4 but not in xhtml


Il giorno domenica 26 gennaio 2014 16:53:46 UTC+1, Anthony ha scritto:
>
> No, I mean:
>
> <col data-column="6" id="now6" />
>
> with no closing tag.
>
> On Sunday, January 26, 2014 10:46:45 AM UTC-5, Thomas Wimmer wrote:
>>
>>
>>
>> Am Sonntag, 26. Januar 2014 16:34:48 UTC+1 schrieb Anthony:
>>>
>>> That's probably the best way for now, but we should fix that.
>>>
>>> Would the tags validate if written as <col />? That would be a much 
>>> easier fix.
>>>
>>> Anthony
>>>
>>
>> No, this brings up:
>>
>>> Table column 10 established by element col has no cells beginning in it.
>>> …<col data-column="6" id="now6"><col /><col data-column="7" id="now7…
>>
>> The table has only 9 columns. 
>> This is even worse.
>>
>> Tom 
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to