html5/pubnotes Overview.html,1.287,1.288 Overview.src.html,1.272,1.273

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv8393

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.974 Revamp the way that type='' on <link> is defined  (whatwg r1784)


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- Overview.html	2 Jul 2008 13:07:29 -0000	1.287
+++ Overview.html	2 Jul 2008 13:18:12 -0000	1.288
@@ -124,6 +124,8 @@
 <ul>
 <li id="the-base_wd2-toc"><a href="#the-base_wd2">Section 4.2.3, The base element</a>
 </li>
+<li id="the-link_wd2-toc"><a href="#the-link_wd2">Section 4.2.4, The link element</a>
+</li>
 </ul>
 </li>
 <li id="sections_wd2-toc"><a href="#sections_wd2">Section 4.3, Sections</a>
@@ -969,6 +971,46 @@
                   ignored.</q></p>
               </blockquote>
             </div>
+            <div id="the-link_wd2" class="section">
+              <h2>Section 4.2.4, The link element <a class="hash" href="#the-link_wd2">#</a> <a class="toc-bak" href="#the-link_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#the-link">Section 4.2.4, The link element</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#the-link">Section 4.2.4, The link element</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, the following changes were
+              made:</p>
+              <ul>
+                <li>Significant revisions were made to the text
+                defining handling of the
+                <code class="htmlattribute">type</code>
+                attribute on
+                <code class="element">link</code>
+                elements, including the addition of the following
+                statements:
+                <blockquote>
+                  <p><q>If the attribute is omitted, and the
+                    external resource link type does not have a
+                    default type defined, but the user agent would
+                    fetch the resource if the type was known and
+                    supported, then the user agent should fetch
+                    the resource under the assumption that it will
+                    be supported.</q></p>
+                  <p><q>Once the user agent has established the
+                    type of the resource, the user agent must
+                    apply the resource if it is of a supported
+                    type and the other relevant conditions apply,
+                    and must ignore the resource
+                    otherwise.</q></p>
+                </blockquote>
+                </li>
+              </ul>
+            </div>
           </div>
           <div id="sections_wd2" class="section">
             <h2>Section 4.3, Sections <a class="hash" href="#sections_wd2">#</a> <a class="toc-bak" href="#sections_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#sections">Section 4.3, Sections</a>” in the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- Overview.src.html	2 Jul 2008 13:07:29 -0000	1.272
+++ Overview.src.html	2 Jul 2008 13:18:13 -0000	1.273
@@ -374,6 +374,36 @@
                   ignored.</q></p>
               </blockquote>
             </section>
+            <section id=the-link_wd2>
+              <h2>Section 4.2.4, The link element</h2>
+              <p>In this section, the following changes were
+              made:</p>
+              <ul>
+                <li>Significant revisions were made to the text
+                defining handling of the
+                <code class=htmlattribute>type</code>
+                attribute on
+                <code class=element>link</code>
+                elements, including the addition of the following
+                statements:
+                <blockquote>
+                  <p><q>If the attribute is omitted, and the
+                    external resource link type does not have a
+                    default type defined, but the user agent would
+                    fetch the resource if the type was known and
+                    supported, then the user agent should fetch
+                    the resource under the assumption that it will
+                    be supported.</q></p>
+                  <p><q>Once the user agent has established the
+                    type of the resource, the user agent must
+                    apply the resource if it is of a supported
+                    type and the other relevant conditions apply,
+                    and must ignore the resource
+                    otherwise.</q></p>
+                </blockquote>
+                </li>
+              </ul>
+            </section>
           </section>
           <section id=sections_wd2>
             <h2>Section 4.3, Sections</h2>

Received on Wednesday, 2 July 2008 13:18:56 UTC