RE: number-rows-spanned should be non-negative integer

The "number-rows-spanned" and "number-columns-spanned" are
XSL properties, not CSS properties and not HTML attributes.

Their definition and semantics are as defined in the XSL
specification, not the HTML specification.

The current definition in the XSL specification does not
allow a value of zero for these properties.

paul

> -----Original Message-----
> From: xsl-editors-request@w3.org 
> [mailto:xsl-editors-request@w3.org] On Behalf Of Jaroslav Záruba
> Sent: Friday, 2007 October 05 4:25
> To: xsl-editors@w3.org
> Subject: number-rows-spanned should be non-negative integer
> 
> Hello
> 
> The "number-rows-spanned" and "number-columns-spanned" 
> attributes of fo:table-cell element should rather be 
> non-negative integer than positivie integer.
> According to W3 the "0" is perfectly valid and moreover it 
> has a special meaning. 
> 
> rows: The value zero ("0") means that the cell spans all rows 
> from the current row to the last row of the table section 
> (THEAD 
> <http://www.w3.org/TR/html401/struct/tables.html#edef-THEAD> 
> , TBODY 
> <http://www.w3.org/TR/html401/struct/tables.html#edef-TBODY> 
> , or TFOOT 
> <http://www.w3.org/TR/html401/struct/tables.html#edef-TFOOT> 
> ) in which the cell is defined.
> columns: The value zero ("0") means that the cell spans all 
> columns from the current column to the last column of the 
> column group (COLGROUP 
> <http://www.w3.org/TR/html401/struct/tables.html#edef-COLGROUP
> > ) in which the cell is defined.
> 
> XHTML:
> http://www.w3.org/TR/xhtml2/mod-tables.html#adef_tables_rowspan
> http://www.w3.org/TR/xhtml2/mod-tables.html#adef_tables_colspan
> 
> HTML: 
> http://www.w3.org/TR/html401/struct/tables.html#adef-rowspan
> http://www.w3.org/TR/html401/struct/tables.html#adef-colspan 
> <http://www.w3.org/TR/html401/struct/tables.html#adef-colspan> 
> 
> Best regards
>   Jaroslav Záruba
> 
> 

Received on Monday, 8 October 2007 15:03:26 UTC