Bug: break before tag in text-align justify
Dominique Meeùs <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
There are still bugs in the display of paragraphs with text-align:justify. Amaya (11.3.1 under Ubuntu 9.10) may cut the line for wrapping text like (<em>unduly</em>) between ( and <em>. The tag unduly induces a break in the normal flow of text. This does not happen without text-align clause. -- Amitiés, Dominique, [email protected], http://www.d-meeus.be/ For the neurologist, there is no such thing as the mind. There are certain activities of the brain endowed with consciousness that it is convenient to consider as mental activities. (Peter W. Nathan, 1987, « Nervous system » <http://studies.d-meeus.be/wikindx3/index.php?action=resourceView&id=599>, p. 514, in The Oxford Companion to the Mind. Oxford et New York: Oxford University Press <http://studies.d-meeus.be/wikindx3/index.php?action=resourceView&id=598> 514–534.)
bracket-tag.png
(image/png, 17.5 KB) - not displayed
bracket-tag.html
(text/html, 583 B)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Tag after bracket</title>
<meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
</head>
<body>
<p style="text-align: justify;">There are still problems with the display of
lines text-align:justify in that tags (<em>unduly</em>) induce a break in the
flow</p>
</body>
</html>