- From: poot <cvsmail@w3.org>
- Date: Thu, 11 Nov 2010 09:45:05 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add dirname='' feature (may still be renamed or changed if someone comes up with a better solution) (whatwg r5676) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4541&r2=1.4542&f=h http://html5.org/tools/web-apps-tracker?from=5675&to=5676 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4541 retrieving revision 1.4542 diff -u -d -r1.4541 -r1.4542 --- Overview.html 9 Nov 2010 02:25:23 -0000 1.4541 +++ Overview.html 11 Nov 2010 00:44:39 -0000 1.4542 @@ -872,16 +872,17 @@ <li><a href="#common-input-element-attributes"><span class="secno">4.10.7.2 </span>Common <code>input</code> element attributes</a> <ol> <li><a href="#the-autocomplete-attribute"><span class="secno">4.10.7.2.1 </span>The <code title="attr-input-autocomplete">autocomplete</code> attribute</a></li> - <li><a href="#the-list-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-list">list</code> attribute</a></li> - <li><a href="#the-readonly-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-readonly">readonly</code> attribute</a></li> - <li><a href="#the-size-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-size">size</code> attribute</a></li> - <li><a href="#the-required-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-required">required</code> attribute</a></li> - <li><a href="#the-multiple-attribute"><span class="secno">4.10.7.2.6 </span>The <code title="attr-input-multiple">multiple</code> attribute</a></li> - <li><a href="#the-maxlength-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-maxlength">maxlength</code> attribute</a></li> - <li><a href="#the-pattern-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-pattern">pattern</code> attribute</a></li> - <li><a href="#the-min-and-max-attributes"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-min">min</code> and <code title="attr-input-max">max</code> attributes</a></li> [...1133 lines suppressed...] @@ -67784,6 +67950,7 @@ <code title="attr-input-autocomplete"><a href="#attr-input-autocomplete">autocomplete</a></code>; <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code>; <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code>; + <code title="attr-input-dirname"><a href="#attr-input-dirname">dirname</a></code>; <code title="attr-fe-disabled"><a href="#attr-fe-disabled">disabled</a></code>; <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code>; <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code>; @@ -68841,6 +69008,11 @@ <td> <a href="#the-dir-attribute" title="attr-dir">HTML elements</a> <td> <a href="#the-directionality" title="the directionality">The text directionality</a> of the element <td> "<code title="">ltr</code>"; "<code title="">rtl</code>" + <tr><th> <code title="">dirname</code> + <td> <code title="attr-input-dirname"><a href="#attr-input-dirname">input</a></code>; + <code title="attr-textarea-dirname"><a href="#attr-textarea-dirname">textarea</a></code> + <td> Name of form field to use for sending the element's <a href="#the-directionality" title="the directionality">directionality</a> in <a href="#form-submission">form submission</a> + <td> <a href="#attribute-text">Text</a>* <tr><th> <code title="">disabled</code> <td> <code title="attr-fe-disabled"><a href="#attr-fe-disabled">button</a></code>; <code title="attr-command-disabled"><a href="#attr-command-disabled">command</a></code>;
Received on Thursday, 11 November 2010 00:45:34 UTC