[Webkit-unassigned] [Bug 63183] New: CSS2.1-Chapter9 : root-box-002:HTML elements can be set to other display property values in order to behave like another element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 14:27:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63183

           Summary: CSS2.1-Chapter9 : root-box-002:HTML elements can be
                    set to other display property values in order to
                    behave like another element.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://test.csswg.org/suites/css2.1/20110323/html4/roo
                    t-box-002.htm
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sangeetha.srinivasan at nokia.com


http://test.csswg.org/suites/css2.1/20110323/html4/root-box-002.htm
fails

Additional Info:

Here is a reduced scenario of the bug.

In style for html:before  specifying both "content" and "display: table-caption" makes the div in the body invisible. Removing one of this makes the div visible.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<html> 
 <head> 
  <style type="text/css"> 
    html:before {content: "This text should appear before the Div to Test-Style"; display: table-caption;}
    head, body { display: table-row; }
    .bl { background: url(support/test-bl.png); }
    [title="tl"] { background: url(support/test-tl.png); }

  </style> 

 </head> 
 <body> 
  <div class="bl">Div to Test-Style: Before HTML </div>

 </body> 
</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list