<?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>17133</bug_id>
          
          <creation_ts>2012-05-21 11:57:44 +0000</creation_ts>
          <short_desc>table layout: border conflict resolution should happen before layout in collapsing border model</short_desc>
          <delta_ts>2012-12-04 00:52:02 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSS</product>
          <component>CSS Level 2</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 3.1</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="Anton P">antonsforums</reporter>
          <assigned_to name="Bert Bos">bert</assigned_to>
          
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>67952</commentid>
    <comment_count>0</comment_count>
    <who name="Anton P">antonsforums</who>
    <bug_when>2012-05-21 11:57:44 +0000</bug_when>
    <thetext>Reported by Anton Prowse

17.6.2 (The collapsing border model) says:

  # The diagram below shows how the width of the table, the widths
  # of the borders, the padding, and the cell width interact. Their
  # relation is given by the following equation, which holds for
  # every row of the table:
  #
  #    row-width = (0.5 * border-width_0) + padding-left_1 +
  #                 width_1 + padding-right_1 + border-width_1 +
  #                  padding-left_2 +...+ padding-right_n +
  #                   (0.5 * border-width_n)
  #
  # Here n is the number of cells in the row, padding-left_i and
  # padding-right_i refer to the left (resp., right) padding of
  # cell i, and border-width_i refers to the border between
  # cells i and i + 1.

But what does &quot;the border between cells i and i + 1&quot; actually refer to?

Simon Sapin thinks that the border conflict resolution needs to happen before the layout, so that there is only one border between cells i and i+1 by the time we care about it.

Conversation begins:
Bug description:
http://lists.w3.org/Archives/Public/www-style/2012Jan/1016.html (Issue 4)

Simon&apos;s response: http://lists.w3.org/Archives/Public/www-style/2012Jan/1042.html</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>