- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 07:46:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29451
Modified Files:
association-of-controls-and-forms.html links.html
rendering.html sections.html spec.html
Log Message:
mention legacy UAs (whatwg r6359)
[updated by splitter]
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- association-of-controls-and-forms.html 3 Aug 2011 00:47:07 -0000 1.92
+++ association-of-controls-and-forms.html 3 Aug 2011 07:46:23 -0000 1.93
@@ -885,7 +885,7 @@
<p>On setting, it must act as if the <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>
method had been called, with the current value of the <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>
attribute as the first argument, the current value of the <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>
- attribute as the first argument, and the new value as the third
+ attribute as the second argument, and the new value as the third
argument.</p>
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- rendering.html 3 Aug 2011 00:47:30 -0000 1.100
+++ rendering.html 3 Aug 2011 07:46:23 -0000 1.101
@@ -676,6 +676,8 @@
:link { color: blue; }
:visited { color: purple; }
:link, :visited { text-decoration: underline; }
+a:link[rel~=help], a:visited[rel~=help],
+area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
:focus { outline: auto; }
Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- links.html 28 Jul 2011 01:46:27 -0000 1.75
+++ links.html 3 Aug 2011 07:46:23 -0000 1.76
@@ -731,7 +731,9 @@
<pre> <p><label> Topic: <input name=topic> <a href="help/topic.html" rel="help">(Help)</a></label></p></pre>
</div><p>For <code><a href="semantics.html#the-link-element">link</a></code> elements, the <code title="rel-help"><a href="#link-type-help">help</a></code> keyword indicates that the referenced
- document provides help for the page as a whole.</p><h5 id="rel-icon"><span class="secno">4.12.4.6 </span>Link type "<dfn title="rel-icon"><code>icon</code></dfn>"</h5><p>The <code title="rel-icon"><a href="#rel-icon">icon</a></code> keyword may be used with
+ document provides help for the page as a whole.</p><p>For <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements, on some
+ browsers, the <code title="rel-help"><a href="#link-type-help">help</a></code> keyword causes the
+ link to use a different cursor.</p><h5 id="rel-icon"><span class="secno">4.12.4.6 </span>Link type "<dfn title="rel-icon"><code>icon</code></dfn>"</h5><p>The <code title="rel-icon"><a href="#rel-icon">icon</a></code> keyword may be used with
<code><a href="semantics.html#the-link-element">link</a></code> elements. This keyword creates an <a href="#external-resource-link" title="external resource link">external resource link</a>.</p><div class="impl">
<p>The specified resource is an icon representing the page or site,
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1584
retrieving revision 1.1585
diff -u -d -r1.1584 -r1.1585
--- spec.html 3 Aug 2011 00:47:30 -0000 1.1584
+++ spec.html 3 Aug 2011 07:46:23 -0000 1.1585
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5079.
+This is revision 1.5082.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec/sections.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- sections.html 28 Jul 2011 01:46:29 -0000 1.49
+++ sections.html 3 Aug 2011 07:46:23 -0000 1.50
@@ -1442,6 +1442,10 @@
</section>
</body></pre>
+ <p>This final example would need explicit style rules to be
+ rendered well in legacy browsers. Legacy browsers without CSS
+ support would render all the headings as top-level headings.</p>
+
</div><h5 id="outlines"><span class="secno">4.4.11.1 </span>Creating an outline</h5><div class="impl">
Received on Wednesday, 3 August 2011 07:46:27 UTC