html5/spec single-page.html,1.77,1.78 spec.html,1.1950,1.1951

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19408

Modified Files:
	single-page.html spec.html 
Log Message:
commit bf9a95ba2ad3cbba75f04304a8d5f60ef9e5500d
Author: Jay Munro <jaymunro@microsoft.com>
Date:   Thu Aug 23 16:19:12 2012 -0700

    bug 18233 - single to double quotes
    
    Bug 18233 - Wrong IDL in definition of HitRegionOptions
    Updated single quotes to double quotes for empty string defintion.


Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- single-page.html	23 Aug 2012 21:37:05 -0000	1.77
+++ single-page.html	23 Aug 2012 23:43:47 -0000	1.78
@@ -1,7 +1,4 @@
-<!doctype html>
-<html lang="en-US-x-Hixie"><title>HTML5</title>
-<link rel=stylesheet href=alert.css>
-<style type="text/css">
+<!DOCTYPE html><html lang=en-US-x-Hixie><head><title>HTML5</title><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; }
@@ -195,7 +192,7 @@
    fieldset > :last-child { margin-bottom: 0; }
    fieldset p { margin: 0.5em 0; }
[...117493 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  * 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 Thursday, 23 August 2012 23:44:09 UTC