- From: Daniel Weck via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 May 2011 14:36:07 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-speech In directory hutz:/tmp/cvs-serv10991 Modified Files: Overview.html Overview.src.html Log Message: source file now XML-compatible (closing tags) so I can use XML authoring tools (validation and reformatting)...it's a big file diff with no substantial change other than well-formedness and pretty-format. Note that the generated HTML is actually an HTML version with no closing tags. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- Overview.html 28 Apr 2011 21:26:20 -0000 1.40 +++ Overview.html 10 May 2011 14:36:04 -0000 1.41 @@ -1,33 +1,71 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> <html lang=en> <head> <title>CSS3 Speech Module</title> - <meta content="text/html; charset=us-ascii" http-equiv=Content-Type> + <meta content="text/html; charset=utf-8" http-equiv=Content-Type> <link href="../default.css" rel=stylesheet type="text/css"> <style type="text/css"> [...2745 lines suppressed...] + <li>Fixed minor typos</li> + </ul --> <h2 class=no-num id=references>Appendix G — References</h2> @@ -3490,9 +3531,9 @@ <!--end-informative--> </html> <!-- Keep this comment at the end of the file -Local variables: -mode: sgml -sgml-default-doctype-name:"html" -sgml-minimize-attributes:t -End: + Local variables: + mode: sgml + sgml-default-doctype-name:"html" + sgml-minimize-attributes:t + End: --> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-speech/Overview.src.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- Overview.src.html 28 Apr 2011 23:13:35 -0000 1.42 +++ Overview.src.html 10 May 2011 14:36:04 -0000 1.43 @@ -1,2617 +1,2570 @@ -<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> -<head> - <title>CSS3 Speech Module</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link rel="stylesheet" type="text/css" href="../default.css"> - <style type="text/css"> - .prod { font-family: inherit; font-size: inherit } - pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em } - code { font-size: inherit; } [...5154 lines suppressed...] + </dd> + </dl> + <h3 class="no-num">Other references</h3> + <!--informative--> + </body> </html> <!-- Keep this comment at the end of the file -Local variables: -mode: sgml -sgml-default-doctype-name:"html" -sgml-minimize-attributes:t -End: ---> \ No newline at end of file + Local variables: + mode: sgml + sgml-default-doctype-name:"html" + sgml-minimize-attributes:t + End: +-->
Received on Tuesday, 10 May 2011 14:36:12 UTC