- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 18 Jun 2011 10:08:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv24005
Modified Files:
input.search.html input.text.html spec.html textarea.html
Log Message:
mark dirname as new
Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- textarea.html 18 Jun 2011 10:01:00 -0000 1.109
+++ textarea.html 18 Jun 2011 10:08:21 -0000 1.110
@@ -159,7 +159,7 @@
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-dirname-attribute">ⓘ</a>
<span class="attribute-name">dirname</span> = <span class="attr-values">
<a class="ref" href="datatypes.html#form.data.nonemptystring" title="form.data.nonemptystring" id="form.data.nonemptystring_xref4">nonemptystring</a>
- </span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="textarea.html#textarea.attrs.dirname">#</a>
</dt>
<dd>Enables submission of a value for the directionality of the
Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- input.text.html 18 Jun 2011 10:00:59 -0000 1.106
+++ input.text.html 18 Jun 2011 10:08:20 -0000 1.107
@@ -237,7 +237,7 @@
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-dirname-attribute">ⓘ</a>
<span class="attribute-name">dirname</span> = <span class="attr-values">
<a class="ref" href="datatypes.html#form.data.nonemptystring" title="form.data.nonemptystring" id="form.data.nonemptystring_xref1">nonemptystring</a>
- </span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="input.text.html#input.text.attrs.dirname">#</a>
</dt>
<dd>Enables submission of a value for the directionality of the
Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- input.search.html 18 Jun 2011 10:00:59 -0000 1.110
+++ input.search.html 18 Jun 2011 10:08:20 -0000 1.111
@@ -223,7 +223,7 @@
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-dirname-attribute">ⓘ</a>
<span class="attribute-name">dirname</span> = <span class="attr-values">
<a class="ref" href="datatypes.html#form.data.nonemptystring" title="form.data.nonemptystring" id="form.data.nonemptystring_xref3">nonemptystring</a>
- </span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="input.search.html#input.search.attrs.dirname">#</a>
</dt>
<dd>Enables submission of a value for the directionality of the
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -d -r1.331 -r1.332
--- spec.html 18 Jun 2011 10:00:59 -0000 1.331
+++ spec.html 18 Jun 2011 10:08:20 -0000 1.332
@@ -10470,7 +10470,7 @@
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-dirname-attribute">ⓘ</a>
<span class="attribute-name">dirname</span> = <span class="attr-values">
<a class="ref" href="#form.data.nonemptystring" title="form.data.nonemptystring" id="form.data.nonemptystring_xref1">nonemptystring</a>
- </span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="#input.text.attrs.dirname">#</a>
</dt>
<dd>Enables submission of a value for the directionality of the
@@ -16578,7 +16578,7 @@
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-dirname-attribute">ⓘ</a>
<span class="attribute-name">dirname</span> = <span class="attr-values">
<a class="ref" href="#form.data.nonemptystring" title="form.data.nonemptystring" id="form.data.nonemptystring_xref3">nonemptystring</a>
- </span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="#input.search.attrs.dirname">#</a>
</dt>
<dd>Enables submission of a value for the directionality of the
@@ -23221,7 +23221,7 @@
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-dirname-attribute">ⓘ</a>
<span class="attribute-name">dirname</span> = <span class="attr-values">
<a class="ref" href="#form.data.nonemptystring" title="form.data.nonemptystring" id="form.data.nonemptystring_xref4">nonemptystring</a>
- </span>
+ </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="#textarea.attrs.dirname">#</a>
</dt>
<dd>Enables submission of a value for the directionality of the
Received on Saturday, 18 June 2011 10:08:25 UTC