Jukka K. Korpela wrote:
<snip>
- wrap attribute
doesn't set a *representation mode*
Stop babbling and check the facts. What's so difficult in actually
looking at how browsers work?
With my pleasure. It is not clear though why it was necessary to wait 7
years until someone VK will make the job of the relevant W3C members(?)
My original statement first once again, OK?
"WRAP attribute in textarea is not a representation attribute despite
it has direct by secondary representation effect. This attribute
governes of how textarea data are treated and submitted".
A conclusion from this statement would be that it cannot be adequately
replaced by CSS representation rules - and never could, that is the
main reason it existed, existed and will ever exist.
Now the test (watch breaks, <textarea... strings should be on one line)
- let's go first by IE's model ("hard", "soft", "off"):
<html>
<head>
<title>WRAP test</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
</head>
<body>
<form method="GET" action="">
<textarea name="ta01" cols="8" rows="4" wrap="OFF">Looooooooong
line</textarea>
<textarea name="ta02" cols="8" rows="4" wrap="SOFT">Looooooooong
line</textarea>
<textarea name="ta03" cols="8" rows="4" wrap="HARD">Looooooooong
line</textarea>
<input type="submit" value="Submit">
</form>
</body>
</html>
the original Netscape set "logical", "physical" and
"off" has better cross-browser support, especially for legacy platforms.
You didn't bother actually testing such matters, did you?
I'm not testing - I'm using.
So when giving advice in future, will you be honest and precede your
advice with a statement that says that you describe what you have been
using, without actually checking the specifications _or_ actual browser
behavior in recent years?
Briefly and plainly (in continuation of my original request to W3C made
not a while ago): how soon we can expect HTML DTD's taken out of the
freezer (as they are "frozen" as one explained to me since 1999) and
brought back into usable condition?
I am not trolling: I am asking a very practical question from a person
who presumably may answer on it.