Closed
Bug 794638
Opened 13 years ago
Closed 13 years ago
Newlines in preformatted text should separate bidi paragraphs
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
INVALID
People
(Reporter: Benjamin, Unassigned)
References
()
Details
Currently, the entire content of <pre> tag is treated as a paragraph for the purposes of the bidi algorithm. Per HTML 5 (the url), though, "a newline in a pre element should separate paragraphs for the purposes of the Unicode bidirectional algorithm."
Hopefully, this will fix performance problems for huge preformatted text sections with bidi characters like TBPL logs.
Comment 1•13 years ago
|
||
Do you have a testcase for this? It's supposed to have been fixed by bug 263359.
| Reporter | ||
Comment 2•13 years ago
|
||
Sorry, I was looking at a really old copy of the source.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•