I've had to work around HTML5 elements by protecting the code between </[0,1](section|article|header|etc).*?>, which means that these HTML5 elements become invisible to the actual WYSIWYG editor (you only see them in the code meaning you can't see their styles in the WYSIWYG).
Now, months later, I still haven't seen an update to support even the mere existence of these elements in CKEditor. By mere existance, I mean <article>Hi Mom</article> not becoming, say, <article></article><p>Hi Mom</p>, which is the typical type of problem I see when using CKEditor.
Re: FCK 3.0 and XHTML Strict / HTML5
I've had to work around HTML5 elements by protecting the code between </[0,1](section|article|header|etc).*?>, which means that these HTML5 elements become invisible to the actual WYSIWYG editor (you only see them in the code meaning you can't see their styles in the WYSIWYG).
Now, months later, I still haven't seen an update to support even the mere existence of these elements in CKEditor. By mere existance, I mean <article>Hi Mom</article> not becoming, say, <article></article><p>Hi Mom</p>, which is the typical type of problem I see when using CKEditor.