- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Feb 2010 11:54:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv31667/src
Modified Files:
attributes.html
Log Message:
checkpointing
Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- attributes.html 21 Aug 2009 13:10:59 -0000 1.9
+++ attributes.html 7 Feb 2010 11:54:03 -0000 1.10
@@ -116,14 +116,14 @@
<!-- * =================== forms attributes =================== -->
<div id="form-attrs">
<dl>
- <dt id="input.attrs.autocomplete">autocomplete</dt>
+ <dt id="input.attrs.autocomplete" class="new">autocomplete</dt>
<dd>Specifies whether the element represents an input
control for which a UA is meant to store the value entered
by the user (so that the UA can prefill the form
later).</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.autofocus">autofocus</dt>
+ <dt id="shared-form.attrs.autofocus" class="new">autofocus</dt>
<dd>Specifies that the element represents a control to which
a UA is meant to give focus as soon as the document is
loaded.</dd>
@@ -141,36 +141,36 @@
<dl>
<dt id="common-form.attrs.form">form</dt>
<dd>Identifies a
- <a href="#form" class="form">form</a>
+ <a href="#form" class="new">form</a>
with which to associate the element.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.formaction">formaction</dt>
+ <dt id="shared-form.attrs.formaction" class="new">formaction</dt>
<dd>The form-submission action for the element.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.formenctype">formenctype</dt>
+ <dt id="shared-form.attrs.formenctype" class="new">formenctype</dt>
<dd>A MIME type with which a UA is meant to associate this
element for form submission.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.formmethod">formmethod</dt>
+ <dt id="shared-form.attrs.formmethod" class="new">formmethod</dt>
<dd>The HTTP method with which a UA is meant to associate
this element for form submission.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.formnovalidate">formnovalidate</dt>
+ <dt id="shared-form.attrs.formnovalidate" class="new">formnovalidate</dt>
<dd>Specifies that the element represents a control whose
value is not meant to be validated during form
submission.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.formtarget">formtarget</dt>
+ <dt id="shared-form.attrs.formtarget" class="new">formtarget</dt>
<dd>A browsing context or keyword that represents the target
of the control.</dd>
</dl>
<dl>
- <dt id="input.attrs.list">list</dt>
+ <dt id="input.attrs.list" class="new">list</dt>
<dd>Identifies a
<a href="#datalist" class="element">datalist</a>
with which to associate the element.</dd>
@@ -180,7 +180,7 @@
<dd>The maximum allowed value length of the element.</dd>
</dl>
<dl>
- <dt id="input.attrs.multiple">multiple</dt>
+ <dt id="input.attrs.multiple" class="new">multiple</dt>
<dd>Specifies that the element allows multiple values.</dd>
</dl>
<dl>
@@ -189,13 +189,13 @@
element for the purposes of form submission.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.pattern">pattern</dt>
+ <dt id="shared-form.attrs.pattern" class="new">pattern</dt>
<dd>Specifies a regular expression against which a UA is
meant to check the value of the control represented by its
element.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.placeholder">placeholder</dt>
+ <dt id="shared-form.attrs.placeholder" class="new">placeholder</dt>
<dd>A short hint (one word or a short phrase) intended to
aid the user when entering data into the control
represented by its element.</dd>
@@ -206,7 +206,7 @@
is not meant to be edited.</dd>
</dl>
<dl>
- <dt id="shared-form.attrs.required">required</dt>
+ <dt id="shared-form.attrs.required" class="new">required</dt>
<dd>Specifies that the element is a required part of form
submission.</dd>
</dl>
@@ -216,12 +216,12 @@
represented by its element.</dd>
</dl>
<dl>
- <dt id="input.attrs.step.float">step</dt>
+ <dt id="input.attrs.step.float" class="new">step</dt>
<dd>Specifies the value granularity of the element’s
value.</dd>
</dl>
<dl>
- <dt id="input.attrs.step.integer">step</dt>
+ <dt id="input.attrs.step.integer" class="new">step</dt>
<dd>Specifies the value granularity of the element’s
value.</dd>
</dl>
Received on Sunday, 7 February 2010 11:54:08 UTC