- From: poot <cvsmail@w3.org>
- Date: Fri, 14 Aug 2009 14:37:30 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: no idea how _this_ typo came to be. I thought I copied and pasted this text all over the place. How did just one get screwed up? (whatwg r3616) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2806&r2=1.2807&f=h http://html5.org/tools/web-apps-tracker?from=3615&to=3616 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2806 retrieving revision 1.2807 diff -u -d -r1.2806 -r1.2807 --- Overview.html 14 Aug 2009 05:35:22 -0000 1.2806 +++ Overview.html 14 Aug 2009 05:37:13 -0000 1.2807 @@ -27514,18 +27514,19 @@ for editing a single <a href="#absolute-url">absolute URL</a> given in the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.<div class="impl"> - <p>If the is <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i>, the user - agent should allow the user to change the URL represented by its - <a href="#concept-fe-value" title="concept-fe-value">value</a>. User agents may allow - the user to set the <a href="#concept-fe-value" title="concept-fe-value">value</a> to a - string that is not a <a href="#valid-url" title="valid URL">valid</a> - <a href="#absolute-url">absolute URL</a>, but may also or instead automatically - escape characters entered by the user so that the <a href="#concept-fe-value" title="concept-fe-value">value</a> is always a <a href="#valid-url" title="valid - URL">valid</a> <a href="#absolute-url">absolute URL</a> (even if that isn't the - actual value seen and edited by the user in the interface). User - agents should allow the user to set the <a href="#concept-fe-value" title="concept-fe-value">value</a> to the empty string. User - agents must not allow users to insert U+000A LINE FEED (LF) or - U+000D CARRIAGE RETURN (CR) characters into the <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p> + <p>If the element is <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i>, + the user agent should allow the user to change the URL represented + by its <a href="#concept-fe-value" title="concept-fe-value">value</a>. User agents may + allow the user to set the <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string that is not a + <a href="#valid-url" title="valid URL">valid</a> <a href="#absolute-url">absolute URL</a>, but + may also or instead automatically escape characters entered by the + user so that the <a href="#concept-fe-value" title="concept-fe-value">value</a> is + always a <a href="#valid-url" title="valid URL">valid</a> <a href="#absolute-url">absolute + URL</a> (even if that isn't the actual value seen and edited by + the user in the interface). User agents should allow the user to set + the <a href="#concept-fe-value" title="concept-fe-value">value</a> to the empty + string. User agents must not allow users to insert U+000A LINE FEED + (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" title="valid
Received on Friday, 14 August 2009 05:38:07 UTC