html5/spec-author-view index-of-terms.html,1.7,1.8 spec.html,1.1078,1.1079

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv24645

Modified Files:
	index-of-terms.html spec.html 
Log Message:
An idea for <device>. Don't know if we'll go with this, but it's interesting. (whatwg r5312)

[updated by splitter]


Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index-of-terms.html	19 Aug 2010 22:30:36 -0000	1.7
+++ index-of-terms.html	20 Aug 2010 04:42:51 -0000	1.8
@@ -344,12 +344,13 @@
 <a href="#index-terms_end">end</a>
 </p>
 </div>
-<dl id="attr-fe-name-charset_index"><dt>_charset_ <a class="dfn-ref" href="association-of-controls-and-forms.html#attr-fe-name-charset">&#8251; <span class="secno">4.10.19.1 </span>Naming form controls</a></dt>
+<dl id="attr-fe-name-charset_index"><dt>_charset_</dt>
 <dd>
 <a href="states-of-the-type-attribute.html#x_charset_"><span class="secno">4.10.7.1.1 </span><span title="attr-input-type-hidden">Hidden</span> state</a>
 </dd>
 <dd>
 <a href="association-of-controls-and-forms.html#x_charset_-0"><span class="secno">4.10.19.1 </span>Naming form controls</a>
+<a class="dfn-ref" href="association-of-controls-and-forms.html#attr-fe-name-charset">(2)</a>
[...13291 lines suppressed...]
+<a class="index-counter" href="elements.html#xml:base-0">(3)</a>
+<a class="index-counter" href="elements.html#xml:base-1">(4)</a>
+</dd>
+</dl><dl id="xmlns-namespace_index"><dt>XMLNS namespace</dt>
+<dd>
+<a class="dfn-ref" href="urls.html#xmlns-namespace"><span class="secno">2.7 </span>Namespaces</a>
 </dd>
-</dl><dl id="xmlns-namespace_index"><dt>XMLNS namespace <a class="dfn-ref" href="urls.html#xmlns-namespace">&#8251; <span class="secno">2.7 </span>Namespaces</a></dt>
 <dd>
 <a href="syntax.html#xmlns-namespace-0"><span class="secno">8.1.2.3 </span>Attributes</a>
 <a class="index-counter" href="syntax.html#xmlns-namespace-1">(2)</a>
 </dd>
-</dl><dl id="xmp_index"><dt>xmp <a class="dfn-ref" href="obsolete.html#xmp">&#8251; <span class="secno">10.2 </span>Non-conforming features</a></dt>
+</dl><dl class="has-norefs" id="xmp_index"><dt>xmp</dt>
+<dd>
+<a class="dfn-ref" href="obsolete.html#xmp"><span class="secno">10.2 </span>Non-conforming features</a>
+</dd>
 <dd class="index-norefs">No references in this file.</dl><div class="index-nav" id="index-terms_end">
 <p>
 <a href="#index-terms_top">top</a>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1078
retrieving revision 1.1079
diff -u -d -r1.1078 -r1.1079
--- spec.html	20 Aug 2010 04:39:08 -0000	1.1078
+++ spec.html	20 Aug 2010 04:42:51 -0000	1.1079
@@ -0,0 +1,53569 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+   pre { margin-left: 2em; white-space: pre-wrap; }
+   h2 { margin: 3em 0 1em 0; }
+   h3 { margin: 2.5em 0 1em 0; }
+   h4 { margin: 2.5em 0 0.75em 0; }
+   h5, h6 { margin: 2.5em 0 1em; }
+   h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
+   h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
+   p { margin: 1em 0; }
+   hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
[...53538 lines suppressed...]
+       ("<code title="">foo</code>" vs <code>foo</code>)
+ v2  * make the spec consistent about whether the word "algorithm" is part of
+       an algorithm's name or not ("</dfn> algorithm", "</span> algorithm")
+ v2  * make the spec more consistent about its use of "hexadecimal"
+       and "base-sixteen", the order that 0-9 A-Z a-z is mentioned,
+       and the detail to which the spec explains how to interpret a
+       string as a hexadecimal number.
+ v2  * become more consistent about what markup we use to mark up
+       productions (nothing? <i>? <code>?)
+ v2  * use <code>Document</code> consistently instead of 'document'.
+ v2  * s/raise/throw/g
+ v2  * be clearer about arrays/lists/collections being zero-based
+       despite using the term "/index/th".
+ v2  * use the sample widgets:
+          <li><img alt="A text field with editable sections for each
+          value, with a button to pop up a dialog showing a calendar or
+          clock." src="sample-datetime-ui-2"></li>
+          <li><img alt="A calendar grid with a clock in the upper right
+          hand corner." src="sample-datetime-ui-3"></li>
+--></body></html>

Received on Friday, 20 August 2010 04:43:55 UTC