<?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>5977</bug_id>
          
          <creation_ts>2005-12-06 04:50:54 -0800</creation_ts>
          <short_desc>overflow: hidden is not respected on &lt;svg&gt; elements</short_desc>
          <delta_ts>2006-01-15 03:12:15 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>6093</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>5966</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>hyatt</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>25628</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2005-12-06 04:50:54 -0800</bug_when>
    <thetext>overflow: hidden is not respected on &lt;svg&gt; elements

overflow: hidden is specified in the user agent style sheet for &lt;svg&gt;, however this is not respected due to 
the current way in which overflow is handled in WebCore.  Currently overflow clipping is done using a 
layer, however we intentionally make KCanvasContainerQuartz not request layers:
virtual bool requiresLayer() { return false; }
Since we&apos;re disallowing the WebCore render tree from making us layers, we need to do our own overflow 
clip.  This is also required for:
http://bugzilla.opendarwin.org/show_bug.cgi?id=5966
and there has been some talk (between hyatt and I) of eventually refactoring the overflow code out of the 
RenderLayer to make this eaiser.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>28489</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2006-01-15 03:12:15 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 6093 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>