Bug 114470
Summary: | [Mac] DumpRenderTree should support spell-checking multiple words | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | enrica, g.czajkowski, jiapu.mail |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 108525 | ||
Bug Blocks: | 129481 |
Ryosuke Niwa
Some tests added in r141471 require compound words such as "upper case" to be corrected to "uppercase".
We should support this in DumpRenderTree somehow.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Grzegorz Czajkowski
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.