- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Nov 2013 09:33:54 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23722
Bug ID: 23722
Summary: rowspan colspan attribute
Product: HTML WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: CR HTML5 spec
Assignee: robin@w3.org
Reporter: mrforsythexeter@googlemail.com
QA Contact: public-html-bugzilla@w3.org
CC: public-html-admin@w3.org
Hi w3 team,
In the spec colspan is suggest to be a positive integer (1+), and row span is
suggested as non-negative integer (0+), however the nightly spec reports that
these values are unsigned integers and should return a default value of one. So
I believe both colspan and rowspan are really positive integers and as such the
spec should no seek to confuse people (the wiki appears to have this correct).
Also, I don't see why the rowspan and colspan attribute can't support the value
"*", this would simplify the creation of tables with alternative layouts or
multiple tbody elements.
The attribute should attempt to span an any remaining cells or rows
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 5 November 2013 09:33:56 UTC