- From: poot <cvsmail@w3.org>
- Date: Sat, 07 May 2011 15:10:54 -0400
- To: public-html-diffs@w3.org
hixie: Allow controls to be given a missing value explicitly (<input type=number value=''> for instance) (whatwg r6118) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4919&r2=1.4920&f=h http://html5.org/tools/web-apps-tracker?from=6117&to=6118 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4919 retrieving revision 1.4920 diff -u -d -r1.4919 -r1.4920 --- Overview.html 7 May 2011 19:00:45 -0000 1.4919 +++ Overview.html 7 May 2011 19:07:25 -0000 1.4920 @@ -32574,9 +32574,9 @@ (LF) or U+000D CARRIAGE RETURN (CR) characters into the <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p> </div><p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-url-potentially-surrounded-by-spaces">valid URL potentially - surrounded by spaces</a> that is also an <a href="#absolute-url">absolute - URL</a>.<div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-url-potentially-surrounded-by-spaces">valid URL + potentially surrounded by spaces</a> that is also an + <a href="#absolute-url">absolute URL</a>.<div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: <a href="#strip-line-breaks">Strip line breaks</a> from the <a href="#concept-fe-value" title="concept-fe-value">value</a>, then <a href="#strip-leading-and-trailing-whitespace">strip leading and @@ -32711,8 +32711,8 @@ </div> <p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a single <a href="#valid-e-mail-address">valid e-mail - address</a>.</p> + specified and not empty, must have a value that is a single + <a href="#valid-e-mail-address">valid e-mail address</a>.</p> <div class="impl"> @@ -32993,8 +32993,8 @@ format used for form submission. Browsers are encouraged to use user interfaces that present dates and times according to the conventions of the user's preferred locale.<p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-global-date-and-time-string">valid global date and - time string</a>.</p><div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-global-date-and-time-string">valid + global date and time string</a>.</p><div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a> @@ -33142,8 +33142,8 @@ format used for form submission. Browsers are encouraged to use user interfaces that present dates according to the conventions of the user's preferred locale.<p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-date-string">valid date - string</a>.</p><div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-date-string">valid + date string</a>.</p><div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a> @@ -33271,8 +33271,8 @@ format used for form submission. Browsers are encouraged to use user interfaces that present months according to the conventions of the user's preferred locale.<p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-month-string">valid month - string</a>.</p><div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-month-string">valid + month string</a>.</p><div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a> @@ -33398,8 +33398,8 @@ format used for form submission. Browsers are encouraged to use user interfaces that present weeks according to the conventions of the user's preferred locale.<p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-week-string">valid week - string</a>.</p><div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-week-string">valid + week string</a>.</p><div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a> @@ -33529,8 +33529,8 @@ format used for form submission. Browsers are encouraged to use user interfaces that present times according to the conventions of the user's preferred locale.<p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-time-string">valid time - string</a>.</p><div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-time-string">valid + time string</a>.</p><div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a> @@ -33658,8 +33658,8 @@ format used for form submission. Browsers are encouraged to use user interfaces that present dates and times according to the conventions of the user's preferred locale.<p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-local-date-and-time-string">valid local date and - time string</a>.</p><div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-local-date-and-time-string">valid + local date and time string</a>.</p><div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a> @@ -33800,8 +33800,8 @@ should allow the user to set the <a href="#concept-fe-value" title="concept-fe-value">value</a> to the empty string.</p> </div><p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-floating-point-number">valid floating point - number</a>.</p><div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-floating-point-number">valid + floating point number</a>.</p><div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a> @@ -34111,8 +34111,8 @@ <a href="#concept-fe-value" title="concept-fe-value">value</a> to the empty string.</p> </div><p>The <code title="attr-input-value"><a href="#attr-input-value">value</a></code> attribute, if - specified, must have a value that is a <a href="#valid-simple-color">valid simple - color</a>.<div class="impl"> + specified and not empty, must have a value that is a <a href="#valid-simple-color">valid + simple color</a>.<div class="impl"> <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as follows</strong>: If the <a href="#concept-fe-value" title="concept-fe-value">value</a>
Received on Saturday, 7 May 2011 19:10:56 UTC