Bug 47846 - elementCannotHaveEndTag should be a member function of MarkupAccumulator
Summary: elementCannotHaveEndTag should be a member function of MarkupAccumulator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 14:08 PDT by Ryosuke Niwa
Modified: 2010-10-18 14:42 PDT (History)
4 users (show)

See Also:


Attachments
cleanup (3.83 KB, patch)
2010-10-18 14:11 PDT, Ryosuke Niwa
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>