[Webkit-unassigned] [Bug 59693] [Feature Request] Need SpellCheck API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 21:07:22 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59693





--- Comment #28 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-06-21 21:07:21 PST ---
(From update of attachment 95891)
View in context: https://bugs.webkit.org/attachment.cgi?id=95891&action=review

> Source/WebCore/html/HTMLDivElement.idl:28
> +        readonly attribute SpellcheckRangeList spellcheckRanges;
> +        void addSpellcheckRange(in unsigned long start, in unsigned long length, in [Optional] DOMStringList suggestions, in [Optional] unsigned short options);
> +        void removeSpellcheckRange(in SpellcheckRange range);

Why does it make any sense to only do this on div elements? What about all the other element types?

Also, if the spec is not finalized, any web-facing API has to be prefixed with webkit.

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



More information about the webkit-unassigned mailing list