)
* Auto-parses content inserted via copy & paste (from Word, Powerpoint, PDF, other web pages, ...)
* Converts invalid or unknown html tags into valid/similar tags
* Source code view for users with HTML skills
* Uses sandboxed iframes in order to prevent identity theft through XSS
* Editor inherits styles and attributes (placeholder, autofocus, ...) from original textarea (you only have to style one element)
* Speech-input for Chrome
h2. Browser Support
The rich text editing interface is supported in IE8+, FF 3.5+, Safari 4+, Safari on iOS 5+, Opera 11+ and Chrome.
*Graceful Degradation:* Users with other browsers will see the textarea and are still able to write plain HTML by themselves.
h2. Demos
* "Simple Editor with italic and bold buttons":http://xing.github.com/wysihtml5/examples/simple.html
* "Editor with advanced functionality":http://xing.github.com/wysihtml5/examples/advanced.html
h2. Companies using wysihtml5
* "Basecamp":http://basecamp.com - Leading web-based project management and collaboration tool
* "XING":https://www.xing.com - Business Social Network with more than 12 million members
* "Qype":http://www.qype.com - Largest user-generated local review site in Europe
* and many more ...
h2. Wiki
Check our "Wiki Pages":https://github.com/xing/wysihtml5/wiki including a simple "Getting Started Tutorial":https://github.com/xing/wysihtml5/wiki/Getting-Started.
h2. Research
Before starting wysihtml5 we spent a lot of time investigating the different browsers and their behaviors.
Check this repository:
"https://github.com/tiff/wysihtml5-tests":https://github.com/tiff/wysihtml5-tests
A compatibility table for rich text query commands can be found here:
"http://tifftiff.de/contenteditable/compliance_test.html":http://tifftiff.de/contenteditable/compliance_test.html
A pure native rich text editor with HTML validator and live source preview is here:
"http://tifftiff.de/contenteditable/editor.html":http://tifftiff.de/contenteditable/editor.html
h2. Contributors
* "@tiff":https://github.com/tiff
* "@ingochao":https://github.com/ingochao
* "@uwe":https://github.com/uwe