html-author/Overview.html 1.29 Added issue note to the 'A Basic Documen

Added issue note to the 'A Basic Document' section

2 Getting Started with HTML 5
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.29.html#getting-started-with-html-5
2.1 A Basic Document
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.29.html#a-basic-document

http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.28&r2=1.29&f=h

===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.html 1 Feb 2009 22:09:03 -0000 1.28
+++ Overview.html 1 Feb 2009 22:30:59 -0000 1.29
@@ -316,6 +316,8 @@
 
  <section>
   <h3 id=a-basic-document><span class=secno>2.1 </span>A Basic Document</h3>
+  <p class=big-issue>The goal of this section is to walk people though creating
+     <a href=examples/example01.html>example01.html</a></p>
 
   <p>To begin, we're going to create a very basic HTML document, which
      will also serve as a useful template for future HTML documents.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.src.html 1 Feb 2009 22:09:03 -0000 1.29
+++ Overview.src.html 1 Feb 2009 22:30:59 -0000 1.30
@@ -183,6 +183,8 @@
 
  <section>
   <h1>A Basic Document</h1>
+  <p class="big-issue">The goal of this section is to walk people though creating
+     <a href="examples/example01.html">example01.html</a></p>
 
   <p>To begin, we're going to create a very basic HTML document, which
      will also serve as a useful template for future HTML documents.

Received on Sunday, 1 February 2009 22:32:13 UTC