- From: <bugzilla@jessica.w3.org>
- Date: Sun, 20 May 2012 01:19:33 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17119 Summary: CSS text-align:justify; and html <br /> do not work well together. This is less a bug than a nuisance. When a browser sees a <br /> it breaks the line there and left aligns the line it is on, which is normally not the desired result. for the <br /> we nee Product: HTML WG Version: unspecified Platform: Other URL: http://www.whatwg.org/specs/web-apps/current-work/#top OS/Version: other Status: NEW Severity: normal Priority: P3 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org Specification: http://www.w3.org/TR/2012/WD-html5-20120329/ Multipage: http://www.whatwg.org/C#top Complete: http://www.whatwg.org/c#top Comment: CSS text-align:justify; and html <br /> do not work well together. This is less a bug than a nuisance. When a browser sees a <br /> it breaks the line there and left aligns the line it is on, which is normally not the desired result. for the <br /> we need something like either <br wrap='yes'> or <br style='wrap:yes'>. The work around to this problem is to put lines between <span class='word-spacing: ,,,> </span> elements, but that is ugly. Howard_Cary_Morris@hotmail.com Posted from: 98.66.7.23 User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Monday, 21 May 2012 09:43:43 UTC