Closed
Bug 231251
Opened 22 years ago
Closed 22 years ago
automatic soft hyphenation (­) does not work
Categories
(Core :: DOM: HTML Parser, enhancement)
Tracking
()
People
(Reporter: nm127, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113
The ­ (soft hyphenation) character is ignored when displaing a page
Reproducible: Always
Steps to Reproduce:
1. Lets have the following HTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body>
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
Bug­zilla Bug­zilla Bug­zilla Bug­zilla
</body>
</html>
2. load into the browser
3.
Actual Results:
Displays only non-hyphenationed "Bugzilla" words
Expected Results:
hyphenate the "Bugzilla" word when necesarry as specified in
http://www.w3.org/TR/REC-html40/struct/text.html#h-9.3.3
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 9101 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•