html5/spec Overview.html,1.3097,1.3098

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

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r3936)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3097
retrieving revision 1.3098
diff -u -d -r1.3097 -r1.3098
--- Overview.html	21 Sep 2009 23:06:43 -0000	1.3097
+++ Overview.html	21 Sep 2009 23:13:08 -0000	1.3098
@@ -1456,7 +1456,7 @@
   within each other, without overlapping:<pre class="bad">&lt;p&gt;This is &lt;em&gt;very &lt;strong&gt;wrong&lt;/em&gt;!&lt;/strong&gt;&lt;/p&gt;</pre><pre>&lt;p&gt;This &lt;em&gt;is &lt;strong&gt;correct&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;</pre><p>This specification defines a set of elements that can be used in
   HTML, along with rules about the ways in which the elements can be
   nested.<p>Elements can have attributes, which control how the elements
-  work. In the example above, there is a <a href="#hyperlink">hyperlink</a>,
+  work. In the example below, there is a <a href="#hyperlink">hyperlink</a>,
   formed using the <code><a href="#the-a-element">a</a></code> element and its <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute:<pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</pre><p><a href="#syntax-attributes" title="syntax-attributes">Attributes</a> are placed
   inside the start tag, and consist of a <a href="#syntax-attribute-name" title="syntax-attribute-name">name</a> and a <a href="#syntax-attribute-value" title="syntax-attribute-value">value</a>, separated by an "<code title="">=</code>" character. The attribute value can be left <a href="#unquoted">unquoted</a> if it doesn't contain any special
   characters. Otherwise, it has to be quoted using either single or

Received on Monday, 21 September 2009 23:13:21 UTC