html5/spec Overview.html,1.2524,1.2525

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18783

Modified Files:
	Overview.html 
Log Message:
Fix use of <i>, <em>, punctuation. Add note to <em> section. (whatwg r3394)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2524
retrieving revision 1.2525
diff -u -d -r1.2524 -r1.2525
--- Overview.html	13 Jul 2009 10:37:26 -0000	1.2524
+++ Overview.html	13 Jul 2009 11:16:15 -0000	1.2525
@@ -1173,14 +1173,14 @@
  <li><a class="no-num" href="#index">Index</a></li>
  <li><a class="no-num" href="#references">References</a></li>
  <li><a class="no-num" href="#acknowledgements">Acknowledgements</a></ol>
-<!--end-toc--><hr><h2 id="introduction"><span class="secno">1 </span>Introduction</h2><h3 id="background"><span class="secno">1.1 </span>Background</h3><p><em>This section is non-normative.</em><p>The World Wide Web's markup language has always been HTML. HTML
+<!--end-toc--><hr><h2 id="introduction"><span class="secno">1 </span>Introduction</h2><h3 id="background"><span class="secno">1.1 </span>Background</h3><p><i>This section is non-normative.</i><p>The World Wide Web's markup language has always been HTML. HTML
   was primarily designed as a language for semantically describing
   scientific documents, although its general design and adaptations
   over the years has enabled it to be used to describe a number of
   other types of documents.<p>The main area that has not been adequately addressed by HTML is a
   vague subject referred to as Web Applications. This specification
   attempts to rectify this, while at the same time updating the HTML
[...1617 lines suppressed...]
   that can be integrated into this one. This section covers some of
@@ -65077,7 +65090,7 @@
   implements the <code><a href="#window">Window</a></code> interface. The other views can be
   reached using the <code><a href="#view">view</a></code> attribute of the
   <code>UIEvent</code> interface, during event propagation. There is no
-  way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><em>This section is non-normative.</em><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS
+  way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><i>This section is non-normative.</i><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS
 
   [ABNF] http://www.ietf.org/rfc/std/std68.txt
   [BEZIER] Paul de Casteljau, Courbes &agrave; p&ocirc;les, INPI, 1959
@@ -65773,9 +65786,6 @@
        see https://bugzilla.mozilla.org/show_bug.cgi?id=297761
  XXX * rephrase things so that an enumerated attribute puts the _element_ into
        various states, instead of the attribute
- XXX * make the text consistent about whether it is ":<em>" and
-       ":<strong>" or "</em>:" and "</strong>:". Same for other
-       punctuation.
  XXX * take references to "valid mime type" / RFC2046 and make them
        mean something. (2046 doesn't define anything like that, and
        2045's definition doesn't really help either, since it's part

Received on Monday, 13 July 2009 11:16:27 UTC