Re: ReSpec 3.2

Robin Berjon, Fri, 18 Oct 2013 14:19:42 +0200:

>   • If the browser supports it, the saving dialog now uses the 
> download attribute on <a> to trigger a real download of the generated 
> output, as "Overview.html". For browsers that don't support that yet, 
> you can nevertheless right click the button and save link as. In both 
> cases this is faster than the previous methods.

Regarding the options for saving as XHTML5 and XHTML1, then both of 
them remove any CDATA declarations that might occurs inside <style> or 
<script>. As result, if <style> or  <script> contains “<” or “&”, the 
semantics of are changed from when they occurred inside CDATA. (If it 
is a goal to remove unnecessary CDATA declarations, then Polyglot 
Markup describes when it is safe to do so.)

For HTML5 output, the CDATA declaration remains after saving.

Please implement the HTML5 variant for the XHTML1 and XHTML5 output 
modes as well.

Leif

Received on Saturday, 19 October 2013 10:49:38 UTC