- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Jul 2008 13:07:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv2696
Modified Files:
Overview.html Overview.src.html
Log Message:
1.975 Allow sniffing when the expected type is an image. (whatwg r1785)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -d -r1.286 -r1.287
--- Overview.html 2 Jul 2008 00:18:29 -0000 1.286
+++ Overview.html 2 Jul 2008 13:07:29 -0000 1.287
@@ -13,7 +13,7 @@
</head>
<body><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2>
W3C
- Editor’s Draft <em>1 July 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
+ Editor’s Draft <em>2 July 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript">
var id = "$Id$";
var a = document.getElementById('cvsVersionLink');
var xs = id.match(/ ([0-9]\.[0-9.]+) /);
@@ -52,7 +52,7 @@
report can be found in the <a href="http://www.w3.org/TR/">W3C technical
reports index</a> at http://www.w3.org/TR/.
</em></p><p>
- This document is the 1 July 2008 <b>Editor’s Draft</b> of
+ This document is the 2 July 2008 <b>Editor’s Draft</b> of
<cite>HTML 5 Publication Notes</cite>.
Please send comments about this document to
@@ -180,6 +180,8 @@
</li>
<li id="browsing0_wd2-toc"><a href="#browsing0_wd2">Section 5.9, Browsing the Web</a>
</li>
+<li id="links_wd2-toc"><a href="#links_wd2">Section 5.11, Links</a>
+</li>
</ul>
</li>
<li id="editing_wd2-toc"><a href="#editing_wd2">Section 6, User Interaction [formerly “Editing”]</a>
@@ -1673,6 +1675,32 @@
resource.</li>
</ul>
</div>
+ <div id="links_wd2" class="section">
+ <h2>Section 5.11, Links <a class="hash" href="#links_wd2">#</a> <a class="toc-bak" href="#links_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#links">Section 5.11, Links</a>” in the
+ current “Editor’s Draft”
+ version of the specification.</p><p class="spec-link">View
+
+ “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#links">Section 5.11, Links</a>”
+ in a
+ diff-marked version of the specification, showing
+ changes made between
+ 10 June 2008
+ and
+ current “Editor’s Draft”.</p></div>
+ <p>In this section, which concerns handling of
+ hyperlinks, the following changes were made:</p>
+ <ul>
+ <li>In the “Link types” subsection, a paragraph
+ related to the
+ <code>icon</code>
+ link type was revised to now read (added text
+ highlighted): <q>There is no default type for
+ resources given by the icon keyword. <em class="highlight">However, for the purposes of
+ determining the type of the resource, user
+ agents must expect the resource to be an
+ image.</em></q></li>
+ </ul>
+ </div>
</div>
<div id="editing_wd2" class="section">
<h2>Section 6, User Interaction [formerly “Editing”] <a class="hash" href="#editing_wd2">#</a> <a class="toc-bak" href="#editing_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#editing">Section 6, User Interaction [formerly “Editing”]</a>” in the
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- Overview.src.html 2 Jul 2008 00:18:29 -0000 1.271
+++ Overview.src.html 2 Jul 2008 13:07:29 -0000 1.272
@@ -866,6 +866,23 @@
resource.</li>
</ul>
</section>
+ <section id=links_wd2>
+ <h2>Section 5.11, Links</h2>
+ <p>In this section, which concerns handling of
+ hyperlinks, the following changes were made:</p>
+ <ul>
+ <li>In the “Link types” subsection, a paragraph
+ related to the
+ <code>icon</code>
+ link type was revised to now read (added text
+ highlighted): <q>There is no default type for
+ resources given by the icon keyword. <em
+ class=highlight>However, for the purposes of
+ determining the type of the resource, user
+ agents must expect the resource to be an
+ image.</em></q></li>
+ </ul>
+ </section>
</section>
<section id=editing_wd2>
<h2>Section 6, User Interaction [formerly “Editing”]</h2>
Received on Wednesday, 2 July 2008 13:08:08 UTC