- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 31 Oct 2009 01:38:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv10536
Modified Files:
spec.html
Log Message:
Update W3C copy boilerplate.
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.498
retrieving revision 1.499
diff -u -d -r1.498 -r1.499
--- spec.html 31 Oct 2009 01:27:10 -0000 1.498
+++ spec.html 31 Oct 2009 01:38:30 -0000 1.499
@@ -233,7 +233,7 @@
<dd>David Hyatt, Apple, Inc.</dd>
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
- <a href=spec.html>multipage HTML</a>.
+ <a href=Overview.html>multipage HTML</a>.
This is revision 1.3507.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
@@ -16018,4 +16018,14655 @@
specific <a href=#concept-time title=concept-time>time</a>.</p><p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
specified, must have a value that is a <a href=#valid-time-string>valid time
[...14636 lines suppressed...]
+ 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>
\ No newline at end of file
Received on Saturday, 31 October 2009 01:38:41 UTC