- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 23:13:11 +0000
- To: public-html-commits@w3.org
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"><p>This is <em>very <strong>wrong</em>!</strong></p></pre><pre><p>This <em>is <strong>correct</strong>.</em></p></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><a href="demo.html">simple</a></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