LWN.net Logo

Ubuntu and window controls

Ubuntu and window controls

Posted Mar 25, 2010 15:53 UTC (Thu) by foom (subscriber, #14868)
In reply to: Ubuntu and window controls by michaeljt
Parent article: Ubuntu and window controls

Webkit is just doing physical wrap, as the form definition requests!

LWN's comment text field says:
<textarea wrap="physical" rows="15" name="c_body" cols="75">

I'm not sure why LWN even has that attribute: I'd suggest just removing it. I'm pretty sure the site
code itself already hard wraps any input you send it, so asking the browser to do so too is just
asking for trouble...

(Note that that's not actually part of any HTML spec: it's a netscape extension from way back
when...)


(Log in to post comments)

Ubuntu and window controls

Posted Mar 25, 2010 18:15 UTC (Thu) by bronson (subscriber, #4806) [Link]

Awesome!! I've wondered what was going on. Removing it sounds prudent.

Pretty funny that Mozilla ignores it while Chrome and Konq support it.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds