Bug 104361
| Summary: | Proposal: Richt Text Editor (type=richtext) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tobias Timpe <tobias> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tobias Timpe
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kent Tamura
You should propose it to WHATWG or W3C.