- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 01:29:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16358 Modified Files: Overview.html Log Message: WF2: Define input.readonly. (whatwg r2219) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1391 retrieving revision 1.1392 diff -u -d -r1.1391 -r1.1392 --- Overview.html 19 Sep 2008 01:02:56 -0000 1.1391 +++ Overview.html 19 Sep 2008 01:29:00 -0000 1.1392 @@ -1132,6 +1132,10 @@ <li><a href="#the-autocomplete"><span class=secno>4.10.4.2.1. </span>The <code title=attr-input-autocomplete>autocomplete</code> attribute</a> + + <li><a href="#the-readonly"><span class=secno>4.10.4.2.2. + </span>The <code title=attr-input-readonly>readonly</code> + attribute</a> </ul> <li><a href="#common5"><span class=secno>4.10.4.3. </span>Common @@ -28004,7 +28008,8 @@ <dd><code title=attr-input-pattern>pattern</code> - <dd><code title=attr-input-readonly>readonly</code> + <dd><code title=attr-input-readonly><a + href="#readonly0">readonly</a></code> <dd><code title=attr-input-required>required</code> @@ -28320,7 +28325,7 @@ title=attr-fs-method><a href="#method">method</a></code>, <code title=attr-input-min>min</code>, <code title=attr-input-pattern>pattern</code>, <code - title=attr-input-readonly>readonly</code>, <code + title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code title=attr-input-required>required</code>, <code title=attr-input-size>size</code>, <code title=attr-input-src>src</code>, <code title=attr-input-step>step</code>, and <code title=attr-fs-target><a @@ -28950,7 +28955,8 @@ <td class=no> · <!-- Button --> <tr> - <th> <code title=attr-input-readonly>readonly</code> + <th> <code title=attr-input-readonly><a + href="#readonly0">readonly</a></code> <td class=yes> Yes <!-- Text --> @@ -29544,8 +29550,9 @@ href="#disabled4" title=concept-fe-disabled>disabled</a>, it is <i title=concept-input-immutable><a href="#immutable">immutable</a></i>. - <p class=note>The <code title=attr-input-readonly>readonly</code> attribute - can also make an <code><a href="#input0">input</a></code> element <i + <p class=note>The <code title=attr-input-readonly><a + href="#readonly0">readonly</a></code> attribute can also make an <code><a + href="#input0">input</a></code> element <i title=concept-input-immutable><a href="#immutable">immutable</a></i>. <p>Each <code><a href="#input0">input</a></code> element has a boolean <dfn @@ -29610,8 +29617,8 @@ title=attr-input-maxlength>maxlength</code> content attribute. The <dfn id=readonly title=dom-input-readOnly><code>readOnly</code></dfn> DOM attribute must <a href="#reflect">reflect</a> the <code - title=attr-input-readonly>readonly</code> content attribute. The <dfn - id=defaultchecked + title=attr-input-readonly><a href="#readonly0">readonly</a></code> content + attribute. The <dfn id=defaultchecked title=dom-input-defaultChecked><code>defaultChecked</code></dfn> DOM attribute must <a href="#reflect">reflect</a> the <code title=attr-input-checked>checked</code> content attribute. The <dfn @@ -29690,7 +29697,7 @@ title=attr-input-list>list</code>, <code title=attr-input-maxlength>maxlength</code>, <code title=attr-input-pattern>pattern</code>, <code - title=attr-input-readonly>readonly</code>, <code + title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code title=attr-input-required>required</code>, and <code title=attr-input-size>size</code> content attributes; <code title=dom-input-list><a href="#list">list</a></code>, and <code @@ -29786,7 +29793,7 @@ title=attr-input-inputmode>inputmode</code>, <code title=attr-input-maxlength>maxlength</code>, <code title=attr-input-pattern>pattern</code>, <code - title=attr-input-readonly>readonly</code>, <code + title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code title=attr-input-required>required</code>, and <code title=attr-input-size>size</code>. @@ -30118,6 +30125,15 @@ accessible, as there are significant security implications for the user if support for this attribute is disabled. + <h6 id=the-readonly><span class=secno>4.10.4.2.2. </span>The <code + title=attr-input-readonly><a href="#readonly0">readonly</a></code> + attribute</h6> + + <p>The <dfn id=readonly0 + title=attr-input-readonly><code>readonly</code></dfn> attribute is a <a + href="#boolean0">boolean attribute</a>. When specified, the element is <i + title=concept-input-immutable><a href="#immutable">immutable</a></i>. + <h5 id=common5><span class=secno>4.10.4.3. </span>Common <code><a href="#input0">input</a></code> element APIs</h5>
Received on Friday, 19 September 2008 01:29:36 UTC