<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>8862</bug_id>
          
          <creation_ts>2010-02-01 23:02:30 +0000</creation_ts>
          <short_desc>0 as a value for number-rows-spanned, or all?</short_desc>
          <delta_ts>2010-04-22 10:56:08 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XSLFO</product>
          <component>XSL-FO</component>
          <version>2.0 Working Draft</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Liam R E Quin">liam</reporter>
          <assigned_to name="Liam R E Quin">liam</assigned_to>
          <cc>ejiang</cc>
    
    <cc>klaas.bals</cc>
    
    <cc>tgraham</cc>
          
          <qa_contact name="Mailing list for comments on XSL (XSl-FO)">xsl-editors</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>31392</commentid>
    <comment_count>0</comment_count>
    <who name="Liam R E Quin">liam</who>
    <bug_when>2010-02-01 23:02:30 +0000</bug_when>
    <thetext>For spanning all rows in a table, should we
(1) use &quot;0&quot; as number of columns spanned, as does HTML
(2) allow &quot;all&quot; as a much clearer value, or
(3) both?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32228</commentid>
    <comment_count>1</comment_count>
    <who name="Klaas Bals">klaas.bals</who>
    <bug_when>2010-02-17 07:04:14 +0000</bug_when>
    <thetext>I think it is appropriate to allow both. &quot;0&quot; for compatibility reasons and &quot;all&quot; for consistency reasons.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34232</commentid>
    <comment_count>2</comment_count>
    <who name="Edward Jiang">ejiang</who>
    <bug_when>2010-03-31 18:23:46 +0000</bug_when>
    <thetext>This is a hard call.

I would recommend to support &quot;0&quot; only, although I agree that &quot;all&quot; is more intuitive, but it introduces datatype inconsistency. Therefore, it would potentially force some implementations to rewrite their current logic when they parse the value of &quot;&quot;number-rows-spanned&quot; and &quot;number-columns-spanned&quot;.

E.g., an old Java implementation naively uses Integer.parseInt() to convert the string to an integer, and ignore any value that&apos;s littler than 1. &quot;0&quot; would still work, but &quot;all&quot; will cause this java statement to throw a NumberFormatException, and it may not catch the exception yet in its implementation.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>35213</commentid>
    <comment_count>3</comment_count>
    <who name="Tony Graham">tgraham</who>
    <bug_when>2010-04-22 10:56:08 +0000</bug_when>
    <thetext>IMO, adding &apos;all&apos; is not too much of a stretch for a XSL FO implementation.

Looking at the table at http://www.w3.org/TR/xsl11/#prtab1, there are existing properties with values that are either a numeric value or a keyword, e.g., &apos;border-*-precedence&apos;. &apos;font-size-adjelt&apos;, &apos;hyphenation-ladder-count&apos;, and &apos;z-index&apos;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>