[Webkit-unassigned] [Bug 148054] New: <br /> at end of line is rendered as space. This prevents text-align-right from working correctly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 06:26:58 PDT 2015


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

            Bug ID: 148054
           Summary: <br /> at end of line is rendered as space. This
                    prevents text-align-right from working correctly.
    Classification: Unclassified
           Product: WebKit
           Version: 420+
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: m.hatzold at web.de

I am using Chromium Version 44.0.2403.107 Built on Debian stretch/sid, running on Debian stretch/sid (64-bit). I can't really say which WK version is running here, selecting 420+ is a guess.


<!DOCTYPE html>
<html>
<head>
<style>
p {
                  color: black; 
                  padding: 0 47% 0 0; 
                  text-align: right;
                  }

</style>
</head>


<body>
<p>"br" in neuer zeile:
<br />
"br" in neuer zeile:
<br /> 
"br" in neuer zeile: 123
<br />
"br" in der gleichen zeile: Wort<br />
"br" in der gleichen zeile: noch ein Wort<br />
"br" in der gleichen zeile: 1234 567 890<br />
"br" in der gleichen zeile: 1<br />
"br" in der gleichen zeile: 12<br />
"br" in neuer zeile: 134
<br />
</p>
</body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150815/977fd654/attachment-0001.html>


More information about the webkit-unassigned mailing list