html5/spec-author-view index-of-terms.html,1.8,1.9 spec.html,1.1082,1.1083

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

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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index-of-terms.html	20 Aug 2010 04:42:51 -0000	1.8
+++ index-of-terms.html	20 Aug 2010 18:37:29 -0000	1.9
@@ -344,7 +344,8 @@
 <a href="#index-terms_end">end</a>
 </p>
 </div>
-<dl id="attr-fe-name-charset_index"><dt>_charset_</dt>
+<dl id="attr-fe-name-charset_index"><dt><span title="attr-fe-name-charset"><code>_charset_</code></span>
+</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>
@@ -382,7 +383,8 @@
 <a href="#index-terms_end">end</a>
[...9207 lines suppressed...]
+</dl><dl id="xmlns-namespace_index"><dt><span>XMLNS namespace</span>
+</dt>
 <dd>
 <a class="dfn-ref" href="urls.html#xmlns-namespace"><span class="secno">2.7 </span>Namespaces</a>
 </dd>
@@ -22838,11 +23881,12 @@
 <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 class="has-norefs" id="xmp_index"><dt>xmp</dt>
+</dl><dl class="has-norefs" id="xmp_index"><dt><span><code>xmp</code></span>
+</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">
+</dl><div class="index-nav" id="index-terms_end">
 <p>
 <a href="#index-terms_top">top</a>
 <a href="#index-terms_A">A</a>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1082
retrieving revision 1.1083
diff -u -d -r1.1082 -r1.1083
--- spec.html	20 Aug 2010 18:23:18 -0000	1.1082
+++ spec.html	20 Aug 2010 18:37:29 -0000	1.1083
@@ -0,0 +1,54613 @@
+<!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; }
[...54582 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 18:37:34 UTC