I was asked "How come in newer browsers, newlines are treated as newlines"... a very odd question as I would expect, based on the question, that the seen behavior was expected.
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<html>
<head>
<title>
</title>
</head>
<body>
<p title="test
test
test">test a b c</p>
</body>
</html>
However, if you look into the past examples., newlines were treated as spaces., and not newlines., Why does the browser renders a newline as space?
so; using CSS, how do you get the newer browsers to treat the new lines as spaces?
If you were to create the above in notepad and save it as html., the tooltip would show as
test
test
test
and not the expected
test test test