RESOLVED FIXED 8335
Implement execCommand(InsertHorizontalRule)
https://bugs.webkit.org/show_bug.cgi?id=8335
Summary Implement execCommand(InsertHorizontalRule)
Justin Garcia
Reported 2006-04-11 23:15:37 PDT
Really easy.
Attachments
patch and layout test (8.20 KB, patch)
2006-04-12 12:46 PDT, Justin Garcia
darin: review+
Justin Garcia
Comment 1 2006-04-12 12:46:34 PDT
Created attachment 7659 [details] patch and layout test
Darin Adler
Comment 2 2006-04-12 12:58:51 PDT
Comment on attachment 7659 [details] patch and layout test What about "&", and "<" characters? r=me
Justin Garcia
Comment 3 2006-04-12 14:55:36 PDT
Created the fragment manually instead of doing createFragmentFromMarkup to avoid the escaping issues.
Note You need to log in before you can comment on or make changes to this bug.