[Webkit-unassigned] [Bug 76465] New: REGRESSION: empty span creates renders with non-zero height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 11:26:53 PST 2012


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

           Summary: REGRESSION: empty span creates renders with non-zero
                    height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org


In the following markup, span between the divs is rendered as an empty line.

<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <div>Before empty span</div>
    <span style="line-height:1.24;font-size:13px"></span>
    <div>After empty span</div>
  </body>
</html>

http://crbug.com/109811

-- 
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