[Webkit-unassigned] [Bug 14552] Add a way to disable spell checking for specific element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 12:10:59 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=14552





------- Comment #11 from sergei.yakovlev at gmail.com  2008-04-29 12:10 PDT -------
Regarding the spellcheck="false" attribute, here's yet another reason to have
it: source code. Example (taken from CouchDB):

<div id="tempview">
  <div class="top"><label>View function</label></div>
  <textarea rows="8" cols="79" spellcheck="false">function(doc) {
  map(null, doc);
}</textarea>
  <div class="bottom"><button type="button">Run</button></div>
</div>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list