[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:01:59 PDT 2008


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





------- Comment #10 from sergei.yakovlev at gmail.com  2008-04-29 12:01 PDT -------
Actually, there *is* a CSS property for contenteditable:

    -webkit-user-modify: read-write;

So it makes sense to add a CSS property for spell checking. I would suggest
naming it "spell-check" (like "border-collapse", "user-modify" etc.). Example:

    -webkit-spell-check: none;
    -webkit-spell-check: check;


-- 
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