Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 9968973

Browse files
committed
1 parent bb38453 commit 9968973

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,10 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
15671567
<p>Several attributes have changed in various ways.</p>
15681568

15691569
<ul>
1570+
<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>
1571+
has more elaborate requirements, and in some cases can also be omitted.
1572+
For details, see <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#alt">the specification</a>.
1573+
15701574
<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
15711575
<code>audio/*</code>, <code>video/*</code> and <code>image/*</code>.
15721576

Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,10 @@ <h3 id="changed-attributes">Changed Attributes</h3>
16401640
<p>Several attributes have changed in various ways.</p>
16411641

16421642
<ul>
1643+
<li><p>The <code data-anolis-spec=html title=attr-img-alt>alt</code> attribute on <code data-anolis-spec=html>img</code>
1644+
has more elaborate requirements, and in some cases can also be omitted.
1645+
For details, see <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#alt">the specification</a>.
1646+
16431647
<li><p>The <code data-anolis-spec=html
16441648
title=attr-input-accept>accept</code> attribute on <code
16451649
data-anolis-spec=html>input</code> now allows the values

Overview.whatwg.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,10 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
16031603
<p>Several attributes have changed in various ways.</p>
16041604

16051605
<ul>
1606+
<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>
1607+
has more elaborate requirements, and in some cases can also be omitted.
1608+
For details, see <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#alt">the specification</a>.
1609+
16061610
<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
16071611
<code>audio/*</code>, <code>video/*</code> and <code>image/*</code>.
16081612

TR.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
<div class="not-whatwg">
3434
<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>
3636
</div>
3737

3838
<dl>
3939
<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>
4141
<dt class="not-draft">Latest Version:</dt>
4242
<dd class="not-draft"><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd>
4343

@@ -101,7 +101,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
101101
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
102102
at http://www.w3.org/TR/.</i></p>
103103

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
105105
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
106106
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
107107
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
15661566
<p>Several attributes have changed in various ways.</p>
15671567

15681568
<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+
15691573
<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
15701574
<code>audio/*</code>, <code>video/*</code> and <code>image/*</code>.
15711575

0 commit comments

Comments
 (0)