Bug 114470 - [Mac] DumpRenderTree should support spell-checking multiple words
Summary: [Mac] DumpRenderTree should support spell-checking multiple words
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 108525
Blocks: 129481
  Show dependency treegraph
 
Reported: 2013-04-11 15:43 PDT by Ryosuke Niwa
Modified: 2014-02-28 06:18 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-04-11 15:43:06 PDT
Some tests added in r141471 require compound words such as "upper case" to be corrected to "uppercase".
We should support this in DumpRenderTree somehow.
Comment 1 Grzegorz Czajkowski 2013-09-24 05:58:38 PDT
I reckon this is more global issue rather than Mac only.

One option that comes to mind is until we use unified text checker that passes whole content to spell check (mostly needed by grammar checking) we could treat such phrases as exceptions and just mark them as misspellings. In addition, defining replacements for them and filling TextCheckingResult::replacement will guarantee proper corrections.