- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 18 Jun 2011 10:01:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv22432/src
Modified Files:
attributes.html
Log Message:
document dirname and iframe@srcdoc
Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- attributes.html 21 Jan 2011 06:47:42 -0000 1.27
+++ attributes.html 18 Jun 2011 10:01:01 -0000 1.28
@@ -236,6 +236,12 @@
represented by its element.</dd>
</dl>
<dl>
+ <dt id="shared-form.attrs.dirname">dirname</dt>
+ <dd>Enables submission of a value for the directionality of the
+ element, and gives the name of the field that contains that
+ value.</dd>
+ </dl>
+ <dl>
<dt id="input.attrs.step.float" class="new">step</dt>
<dd>Specifies the value granularity of the element’s
value.</dd>
Received on Saturday, 18 June 2011 10:01:08 UTC