Bug 47846

Summary: elementCannotHaveEndTag should be a member function of MarkupAccumulator
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Enhancement CC: abarth, eric, ojan, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
cleanup abarth: review+

Description Ryosuke Niwa 2010-10-18 14:08:15 PDT
Since serializeNodes have been moved into MarkupAccumulator, we should also move elementCannotHaveEndTag into MarkupAccumulator.
Comment 1 Ryosuke Niwa 2010-10-18 14:11:24 PDT
Created attachment 71080 [details]
cleanup
Comment 2 Adam Barth 2010-10-18 14:15:47 PDT
Comment on attachment 71080 [details]
cleanup

like
Comment 3 Ryosuke Niwa 2010-10-18 14:42:53 PDT
Committed r69994: <http://trac.webkit.org/changeset/69994>