html5/html4-differences Overview.html,1.51,1.52 Overview.src.html,1.30,1.31

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv19922

Modified Files:
	Overview.html Overview.src.html 
Log Message:
forgot bb and novalidate

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Overview.html	23 Jan 2009 17:05:27 -0000	1.51
+++ Overview.html	23 Jan 2009 17:18:04 -0000	1.52
@@ -551,6 +551,10 @@
      with a server of which messages (events) can be received.
 
    <li>
+    <p><code>bb</code> represents a user agent command that the user can
+     invoke.
+
+   <li>
     <p><code>output</code> represents some type of output, such as from a
      calculation done through scripting.
 
@@ -683,6 +687,12 @@
      <code>datalist</code> and <code>select</code> element.
 
    <li>
+    <p>The <code>input</code>, <code>button</code> and <code>form</code>
+     elements also have a <code>novalidate</code> attribute can be used to
+     disable form validation submission (i.e. the form can always be
+     submitted).
+
+   <li>
     <p>The <code>menu</code> element has two new attributes:
      <code>type</code> and <code>label</code>. They allow the element to
      transform into a menu as found in typical user interfaces as well as
@@ -1292,9 +1302,10 @@
     attribute which allows for either multiple e-mails or multiple files to
     be uploaded depending on the value of the <code>type</code> attribute.
 
-   <li>The <code>form</code> and <code>input</code> elements now have a
-    <code>novalidate</code> attribute to indicate that the form fields should
-    not be required to have valid values upon submission.
+   <li>The <code>input</code>, <code>button</code> and <code>form</code>
+    elements now have a <code>novalidate</code> attribute to indicate that
+    the form fields should not be required to have valid values upon
+    submission.
 
    <li>The <code>q</code> element has changed again. Punctation is to be
     provided by the user agent again.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Overview.src.html	23 Jan 2009 17:05:27 -0000	1.30
+++ Overview.src.html	23 Jan 2009 17:18:05 -0000	1.31
@@ -478,6 +478,9 @@
       persistent connection with a server of which messages (events) can be
       received.</p></li>
 
+      <li><p><code>bb</code> represents a user agent command that the user
+      can invoke.</p></li>
+
       <li><p><code>output</code> represents some type of output, such as
       from a calculation done through scripting.</p></li>
 
@@ -596,6 +599,11 @@
       <code>step</code>. As mentioned
       before it also has a new <code>list</code> attribute which can be used
       together with the <code>datalist</code> and <code>select</code> element.
+      
+      <li><p>The <code>input</code>, <code>button</code> and
+      <code>form</code> elements also have a <code>novalidate</code>
+      attribute can be used to disable form validation submission (i.e. the
+      form can always be submitted).
 
       <li><p>The <code>menu</code> element has two new attributes:
       <code>type</code> and <code>label</code>. They
@@ -1141,9 +1149,10 @@
      attribute which allows for either multiple e-mails or multiple files to
      be uploaded depending on the value of the <code>type</code>
      attribute.</li>
-     <li>The <code>form</code> and <code>input</code> elements now have a
-     <code>novalidate</code> attribute to indicate that the form fields
-     should not be required to have valid values upon submission.</li>
+     <li>The <code>input</code>, <code>button</code> and <code>form</code>
+     elements now have a <code>novalidate</code> attribute to indicate that
+     the form fields should not be required to have valid values upon
+     submission.</li>
      <li>The <code>q</code> element has changed again. Punctation is to be
      provided by the user agent again.</li>
      <li>Various changes were made to the HTML parser algorithm to be more

Received on Friday, 23 January 2009 17:18:17 UTC