html-author/Overview.html 1.51 Fixed markup issues

Fixed markup issues

3.6 Polyglot Documents
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.51.html#polyglot-documents
3.2.2 Elements
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.51.html#elements
3.2.1 DOCTYPE Declaration
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.51.html#doctype-declaration
4.2 Global Attributes
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.51.html#global-attributes
4.1.9 Transparent Content Models
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.51.html#transparent-content-models
3.2.3 Attributes
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.51.html#attributes

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

===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.html 6 Mar 2009 16:48:35 -0000 1.50
+++ Overview.html 6 Mar 2009 16:57:48 -0000 1.51
@@ -680,11 +680,11 @@
       in the HTML syntax as well. Some authors also choose to include
       whitespace before the slash, however this is not necessary. (Using
       whitespace in that fashion is a convention inherited from the
-      compatibility guidelines in XHTML 1.0, Appendix C.)
-  
+      compatibility guidelines in XHTML 1.0, Appendix C.)</p>
+  </section>
 
   <section>
-   </section></p><h4 id=attributes><span class=secno>3.2.3 </span>Attributes</h4>
+   <h4 id=attributes><span class=secno>3.2.3 </span>Attributes</h4>
 
    <p>Elements may contain attributes that are used to set various properties
       of an element. Some attributes are defined globally and can be used on
@@ -1026,11 +1026,11 @@
      any content that their parent element may contain, in addition to
      any other allowances or exceptions described for the element.</p>
   <p>When the element has no parent, then the content model defaults to
-     <a href=#flow-content>flow content</a>.
- 
+     <a href=#flow-content>flow content</a>.</p>
+ </section>
 
  <section>
-  </section></p><h3 id=global-attributes><span class=secno>4.2 </span>Global Attributes</h3>
+  <h3 id=global-attributes><span class=secno>4.2 </span>Global Attributes</h3>
   <p class=XXX>To be completed.</p>
  </section>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Overview.src.html 6 Mar 2009 16:48:35 -0000 1.51
+++ Overview.src.html 6 Mar 2009 16:57:48 -0000 1.52
@@ -526,7 +526,7 @@
       in the HTML syntax as well. Some authors also choose to include
       whitespace before the slash, however this is not necessary. (Using
       whitespace in that fashion is a convention inherited from the
-      compatibility guidelines in XHTML 1.0, Appendix C.)
+      compatibility guidelines in XHTML 1.0, Appendix C.)</p>
   </section>
 
   <section>
@@ -872,7 +872,7 @@
      any content that their parent element may contain, in addition to
      any other allowances or exceptions described for the element.</p>
   <p>When the element has no parent, then the content model defaults to
-     <span>flow content</span>.
+     <span>flow content</span>.</p>
  </section>
 
  <section>

Received on Sunday, 8 March 2009 13:36:10 UTC