[Webkit-unassigned] [Bug 76707] Two HTML line breaks are generated with XSL transformation of <br/>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 22 18:34:08 PST 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|HTML 5 <br/> tag has extra  |Two HTML line breaks are
                   |spacing in WebKit browsers  |generated with XSL
                   |                            |transformation of <br/>
          Component|Layout and Rendering        |XML
                 CC|                            |ap at webkit.org




--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2012-01-22 18:34:08 PST ---
This looks like a bug in Firefox. An XSL transformation of <br/> should produce <br></br> with html output method, which is equivalent to <br><br>. However, in Firefox the same transformation produces a single <br>.

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