Hacker News new | ask | show | jobs
by cutitout 1989 days ago
I think one man's flaw might be another man's feature in this case:

> The following extract shows how a messaging client's text entry could be arbitrarily restricted to a fixed number of characters, thus forcing any conversation through this medium to be terse and discouraging intelligent discourse.

    <label>What are you doing? <input name=status maxlength=140></label>
-- https://html.spec.whatwg.org/multipage/input.html#attr-input...