- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Oct 2012 12:01:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv22645
Modified Files:
Overview.html Overview.src.html update.sh
Log Message:
Typo
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Overview.html 23 Mar 2009 17:14:10 -0000 1.65
+++ Overview.html 24 Oct 2012 12:00:58 -0000 1.66
@@ -1,77 +1,86 @@
<!DOCTYPE html><html lang="en-AU"><head>
- <meta charset="UTF-8">
- <title>HTML 5 Reference</title>
- <style type="text/css">
- .element { margin: 1em 0; border: 3px solid lightgreen; }
- .element .summary { padding: 1px 0; position: relative; }
+<meta charset="UTF-8">
+<title>HTML5 Reference</title>
+<style type="text/css">
+.element { margin: 1em 0; border: 3px solid lightgreen; }
+.element .summary { padding: 1px 0; position: relative; }
[...1743 lines suppressed...]
+ </tr>
<tr>
<td><code>xmp</code></td>
<td>required</td>
@@ -6233,13 +6902,13 @@
</section>
<section>
- <h3 id="comparison-of-html-4.01-and-html-5-elements"><span class="secno">5.3 </span>Comparison of HTML 4.01 and HTML 5 Elements</h3>
+ <h3 id="comparison-of-html-4.01-and-html5-elements"><span class="secno">5.3 </span>Comparison of HTML 4.01 and HTML5 Elements</h3>
<table class="index">
<thead>
<tr>
<th>Element</th>
<th>HTML 4.01/XHTML 1.0</th>
- <th>HTML 5</th>
+ <th>HTML5</th>
<th>Short Description</th>
</tr>
</thead>
Index: update.sh
===================================================================
RCS file: /sources/public/html5/html-author/update.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- update.sh 9 Mar 2009 16:06:49 -0000 1.1
+++ update.sh 24 Oct 2012 12:00:58 -0000 1.2
@@ -1 +1,2 @@
-anolis --w3c-compat --w3c-compat-crazy-substitutions --enable=replaceHeadings --quote-attr-values Overview.src.html Overview.html
\ No newline at end of file
+anolis --w3c-compat --w3c-compat-crazy-substitutions --enable=replaceHeadings --quote-attr-values Overview.src.html Overview.html
+anolis --w3c-compat --w3c-compat-crazy-substitutions --enable=replaceHeadings --quote-attr-values Guide.src.html Guide.html
\ No newline at end of file
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Overview.src.html 23 Mar 2009 17:14:10 -0000 1.67
+++ Overview.src.html 24 Oct 2012 12:00:58 -0000 1.68
@@ -1,74 +1,83 @@
<!DOCTYPE html>
<html lang="en-AU">
<head>
- <meta charset="UTF-8">
- <title>HTML 5 Reference</title>
- <style type="text/css">
- .element { margin: 1em 0; border: 3px solid lightgreen; }
- .element .summary { padding: 1px 0; position: relative; }
+<meta charset="UTF-8">
+<title>HTML5 Reference</title>
+<style type="text/css">
[...1714 lines suppressed...]
+ <td></td>
</tr>
<tr>
<td><code>xmp</code></td>
@@ -6053,13 +6766,13 @@
</section>
<section>
- <h1>Comparison of HTML 4.01 and HTML 5 Elements</h1>
+ <h1>Comparison of HTML 4.01 and HTML5 Elements</h1>
<table class="index">
<thead>
<tr>
<th>Element</th>
<th>HTML 4.01/XHTML 1.0</th>
- <th>HTML 5</th>
+ <th>HTML5</th>
<th>Short Description</th>
</tr>
</thead>
Received on Wednesday, 24 October 2012 12:01:01 UTC