<?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>15574</bug_id>
          
          <creation_ts>2012-01-15 17:10:36 +0000</creation_ts>
          <short_desc>Ambiguous definition of containing block of absolutely positioned elements with ancestor inlines in bidi context</short_desc>
          <delta_ts>2012-12-04 00:54: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>All</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>62745</commentid>
    <comment_count>0</comment_count>
    <who name="Anton P">antonsforums</who>
    <bug_when>2012-01-15 17:10:36 +0000</bug_when>
    <thetext>Reported by L. David Baron

10.1 (Containing block) says:
  # 4. If the element has &apos;position: absolute&apos;, the containing block
  #    is established by the nearest ancestor with a &apos;position&apos; of
  #    &apos;absolute&apos;, &apos;relative&apos; or &apos;fixed&apos;, in the following way:
  #
  #    1. In the case that the ancestor is an inline box, the
  #       containing block depends on the &apos;direction&apos; property of
  #       the ancestor:
  #
  #       1. If the &apos;direction&apos; is &apos;ltr&apos;, the top and left of the
  #          containing block are the top and left padding edges of
  #          the first box generated by the ancestor, and the bottom
  #          and right are the bottom and right padding edges of the
  #          last box of the ancestor.
  #
  #       2. If the &apos;direction&apos; is &apos;rtl&apos;, the top and right are the
  #          top and right padding edges of the first box generated
  #          by the ancestor, and the bottom and left are the bottom
  #          and left padding edges of the last box of the ancestor.

Splitting of inlines due to bidi is not concretely defined, and so &quot;first&quot; and &quot;last&quot; boxes are not precisely defined when bidi is involved.

Proposal:
s/first/leftmost/
s/last/rightmost/
(twice in each case).

Conversation begins:
Bug Description:
http://lists.w3.org/Archives/Public/www-style/2011Jan/0538.html

Proposal: http://lists.w3.org/Archives/Public/www-style/2011May/0047.html</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>