Bug 56812
Summary: | Spelling DocumentMarker should allow to have guessed words. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | jiapu.mail, rniwa, shinyak, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 56814, 59855 | ||
Bug Blocks: | 56811, 58111, 59693 |
Hajime Morrita
For Bug 56811, we would like to store guessed word inside the DocumentMarker object.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jia Pu
Morita, currently a marker stores only a string. Are you considering adding richer data structure to markers? That would be great. That would also help reducing the plethora of marker types we currently have.
Hajime Morrita
> Morita, currently a marker stores only a string. Are you considering adding richer data structure to markers? That would be great. That would also help reducing the plethora of marker types we currently have.
Yes, that is exactly what I meant.
My plan is to introduce a ref-counted abstract class which replaces description field.
Thank you for supporting this!