Closed
Bug 357821
Opened 19 years ago
Closed 19 years ago
is not wrapped like white spaces (white-space:normal)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: antoniocabreraperez, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1) Gecko/20061010 Firefox/2.0
"white-space:normal" is not performing wrapping of words separated by char...
- is this ok?
Reproducible: Always
Steps to Reproduce:
1.
is not interpreted like a white-space (no wrapping is performed):
<div style="width:100px;white-space:normal">hola a todos, cómo estámos</div>
is not interpreted like a white-space (no wrapping is performed):
<div style="width:100px;white-space:normal">hola a todos, cómo estámos</div>
2.-The equivalent code without wrapps ok:
<div style="width:100px;white-space:normal">hola a todos, cómo estámos</div>
Actual Results:
hola a todos, cómo estamos
Expected Results:
hola a todos,
cómo estamos
Comment 1•19 years ago
|
||
nbsp is non-breaking space. The whole point is that wrapping won't occur at its position.
http://en.wikipedia.org/wiki/Nbsp
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•