This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11353 - Instead of "If rowspan is zero, then let cell grows downward be true, and set rowspan to 1," it should read, If rowspan is zero, then set rowspan to 1. If rowspan is greater than 1, then let cell grows downward be true.
Summary: Instead of "If rowspan is zero, then let cell grows downward be true, and set...
Status: VERIFIED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 02:50 UTC by contributor
Modified: 2011-08-04 05:01 UTC (History)
6 users (show)

See Also:


Attachments

Description contributor 2010-11-20 02:50:32 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#forming-a-table

Comment:
Instead of "If rowspan is zero, then let cell grows downward be true, and set
rowspan to 1," it should read, If rowspan is zero, then set rowspan to 1. If
rowspan is greater than 1, then let cell grows downward be true.

Posted from: 75.6.247.1 by yonathan@gmail.com
Comment 1 Boris Zbarsky 2010-11-20 03:34:19 UTC
No, the spec looks correct as-is, if rowspan="0" is to mean "span to end of row group".
Comment 2 Yonathan Randolph 2010-11-22 06:11:43 UTC
Sorry, I didn't realize that rowspan=0 cells do that, so I misinterpreted the purpose of the list of downward-growing cells. It's only used to determine what slots rowspan=0 cells end. Thanks, Boris.
Comment 3 Michael[tm] Smith 2011-08-04 05:01:33 UTC
mass-moved component to LC1