|
239 | 239 |
|
240 | 240 | <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p> |
241 | 241 | <hgroup><h1>Web Applications 1.0</h1> |
242 | | - <h2 class="no-num no-toc">Living Standard — Last Updated 18 August 2011</h2> |
| 242 | + <h2 class="no-num no-toc">Living Standard — Last Updated 19 August 2011</h2> |
243 | 243 | </hgroup><dl><dt>Multiple-page version:</dt> |
244 | 244 | <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd> |
245 | 245 | <dt>One-page version:</dt> |
@@ -2074,10 +2074,9 @@ <h3 id=a-quick-introduction-to-html><span class=secno>1.9 </span>A quick introdu |
2074 | 2074 | <pre><a href="demo.html">simple</a></pre> |
2075 | 2075 |
|
2076 | 2076 | <p><a href=#syntax-attributes title=syntax-attributes>Attributes</a> are placed |
2077 | | - 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 |
2078 | | - <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title=""><</code> |
2079 | | - or <code title="">></code>. Otherwise, it has to be quoted using |
2080 | | - either single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value |
| 2077 | + 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> |
| 2078 | + <code title="">=</code> <code title=""><</code> or <code title="">></code>. Otherwise, it has to be quoted using either |
| 2079 | + single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value |
2081 | 2080 | is the empty string.</p> |
2082 | 2081 |
|
2083 | 2082 | <pre><!-- empty attributes --> |
|
0 commit comments