Bug 56812

Summary: Spelling DocumentMarker should allow to have guessed words.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: HTML EditingAssignee: 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
Reported 2011-03-22 02:02:19 PDT
For Bug 56811, we would like to store guessed word inside the DocumentMarker object.
Attachments
Jia Pu
Comment 1 2011-03-22 09:10:38 PDT
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
Comment 2 2011-03-22 18:42:42 PDT
> 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!
Note You need to log in before you can comment on or make changes to this bug.