- From: poot <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 10:32:13 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Define input.readonly. (whatwg r2219) input http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#input0 4.10.4.1.2. Password state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#password defaultChecked http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#defaultchecked readonly http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#readonly0 4.10.4.3. Common input element APIs http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#common5 readOnly http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#readonly button http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#button0 maxLength http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#maxlength 4.10.4.2.2. The readonly attribute http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#the-readonly off http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#off 4.10.4.1.1. Text state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#text-state immutable http://people.w3.org/mike/diffs/html5/spec/Overview.1.1392.html#immutable http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1391&r2=1.1392&f=h http://html5.org/tools/web-apps-tracker?from=2218&to=2219 =================================================================== 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:32:50 UTC