- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 02:59:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11780 Modified Files: Overview.html Log Message: Add a cross-ref here to make it easier to see what is meant. (whatwg r6514) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5213 retrieving revision 1.5214 diff -u -d -r1.5213 -r1.5214 --- Overview.html 18 Aug 2011 22:53:37 -0000 1.5213 +++ Overview.html 19 Aug 2011 02:59:00 -0000 1.5214 @@ -321,7 +321,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-18-august-2011">Editor's Draft 18 August 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-19-august-2011">Editor's Draft 19 August 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -467,7 +467,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 18 August 2011 Editor's Draft. + This specification is the 19 August 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -1652,10 +1652,9 @@ nested.<p>Elements can have attributes, which control how the elements 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 remain <a href="#unquoted">unquoted</a> if it doesn't contain spaces or any of - <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title=""><</code> - or <code title="">></code>. Otherwise, it has to be quoted using - either single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value + 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 remain <a href="#unquoted">unquoted</a> if it doesn't contain <a href="#space-character" title="space character">space characters</a> or any of <code title="">"</code> <code title="">'</code> <code title="">`</code> + <code title="">=</code> <code title=""><</code> or <code title="">></code>. Otherwise, it has to be quoted using either + single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value is the empty string.<pre><!-- empty attributes --> <input name=address disabled> <input name=address disabled="">
Received on Friday, 19 August 2011 02:59:45 UTC