|
32 | 32 |
|
33 | 33 | <div class="not-whatwg"> |
34 | 34 | <h1>HTML5 Differences from HTML4</h1> |
35 | | - <p id="w3c-doctype">W3C Working Group Note 21 August 2014</p> |
| 35 | + <p id="w3c-doctype">W3C Working Group Note 22 August 2014</p> |
36 | 36 | </div> |
37 | 37 |
|
38 | 38 | <dl> |
39 | 39 | <dt>This Version:</dt> |
40 | | - <dd class="not-draft not-whatwg"><a href="http://www.w3.org/TR/2014/NOTE-html5-diff-20140821/">http://www.w3.org/TR/2014/NOTE-html5-diff-20140821/</a></dd> |
| 40 | + <dd class="not-draft not-whatwg"><a href="http://www.w3.org/TR/2014/NOTE-html5-diff-20140822/">http://www.w3.org/TR/2014/NOTE-html5-diff-20140822/</a></dd> |
41 | 41 | <dt class="not-draft">Latest Version:</dt> |
42 | 42 | <dd class="not-draft"><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd> |
43 | 43 |
|
@@ -101,7 +101,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
101 | 101 | found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> |
102 | 102 | at http://www.w3.org/TR/.</i></p> |
103 | 103 |
|
104 | | - <p>This is the 21 August 2014 W3C Working Group Note produced by the |
| 104 | + <p>This is the 22 August 2014 W3C Working Group Note produced by the |
105 | 105 | <a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the |
106 | 106 | <a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The |
107 | 107 | Working Group intends to publish this document as a |
@@ -1566,6 +1566,10 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h |
1566 | 1566 | <p>Several attributes have changed in various ways.</p> |
1567 | 1567 |
|
1568 | 1568 | <ul> |
| 1569 | + <li><p>The <code class="external" title="attr-img-alt"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#attr-img-alt">alt</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#the-img-element">img</a></code> |
| 1570 | + has more elaborate requirements, and in some cases can also be omitted. |
| 1571 | + For details, see <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#alt">the specification</a>. |
| 1572 | + |
1569 | 1573 | <li><p>The <code class="external" title="attr-input-accept"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-input-accept">accept</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-input-element">input</a></code> now allows the values |
1570 | 1574 | <code>audio/*</code>, <code>video/*</code> and <code>image/*</code>. |
1571 | 1575 |
|
|
0 commit comments