- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 02:18:38 +0900 (JST)
- To: public-html-diffs@w3.org
forgot bb and novalidate
3.1 New Elements
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.52.html#new-elements
3.2 New Attributes
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.52.html#new-attributes
5 HTML 5 Changelogs
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.52.html#changelog
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.51&r2=1.52&f=h
===================================================================
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:19:13 UTC