Reputation: 1155
I am currently using TinyMCE as a rich content editor for my JQuery application, but with the advent of Html 5 and its "contenteditable" attribute it seems the iframe trick that it uses is no longer needed.
Are there any cross browser Html 5 WYSIWYG Editor out there? I know Html 5 stuff isn't compatible with older browsers but that doesn't concern as I am making an experimental Html 5 everything website.
Upvotes: 2
Views: 6118
Reputation: 146
TinyMCE 4.0 now supports HTML 5 and inline editing feature. You can take a look at demo: http://www.tinymce.com/tryit/inline.php
Upvotes: 1
Reputation: 167220
You could have searched Google before! Did you see WYSIHTML5?
WYSIHTML5 - A better approach to rich text editing
Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
wysihtml5 is an open source rich text editor based on HTML5 technology and the progressive-enhancement approach. It uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
Upvotes: 3