RESOLVED INVALID 104361
Proposal: Richt Text Editor (type=richtext)
https://bugs.webkit.org/show_bug.cgi?id=104361
Summary Proposal: Richt Text Editor (type=richtext)
Tobias Timpe
Reported 2012-12-07 04:00:00 PST
Hello guys, I was wondering what your thoughts are on implementing a full richt text editor that would output raw HTML as its value. There already are some WYSIWYG editors in JS out there (TinyMCE/CKEditor), but by building it into the browser/engine, we could get the following: - Full HTML encoding support (sounds weird, meaning the browser would do all the conversion of special characters, if any. - Local font support (Support listing of local fonts) - Keyboard shortcuts like Ctrl-S that would save the form (either some local-state or even submitting it) Just basically imagine a <input type="richtext"> What are your opinions? Tobias Timpe
Attachments
Kent Tamura
Comment 1 2013-01-21 21:50:40 PST
You should propose it to WHATWG or W3C.
Note You need to log in before you can comment on or make changes to this bug.