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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>52511</bug_id>
          
          <creation_ts>2011-01-15 05:53:04 -0800</creation_ts>
          <short_desc>Ignore left property if right property exists</short_desc>
          <delta_ts>2011-04-15 08:09:24 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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>0</everconfirmed>
          <reporter>takmahdi</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>playmobil</cc>
    
    <cc>yael</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>334885</commentid>
    <comment_count>0</comment_count>
    <who name="">takmahdi</who>
    <bug_when>2011-01-15 05:53:04 -0800</bug_when>
    <thetext>Hi,

In below code image tag must show at right side of div but, showed at left side.

#comments {
	position: relative;
	width: 400px;
}
#comments img {
	position: absolute;
	left: 10px;
}
.rtl #comments img {
	right: 10px;
}

&lt;body class=&quot;rtl&quot;&gt;

	&lt;div id=&quot;comments&quot;&gt;

		&lt;img src=&quot;...&quot; /&gt;

		&lt;ul&gt;
			&lt;li&gt;&lt;/li&gt;
			...
		&lt;/ul&gt;

	&lt;/div&gt;
&lt;/body&gt;

Thanks,
Mahdi</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>386626</commentid>
    <comment_count>1</comment_count>
    <who name="Yael">yael</who>
    <bug_when>2011-04-15 08:09:24 -0700</bug_when>
    <thetext>Per e-mail discussion I have sent to www-style, the current behavior is the expected behavior, so I am closing this bug.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>