[html5] r7277 - [e] (0) Fix some typos or copypasta. Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 26 18:02:54 PDT 2012


Author: ianh
Date: 2012-08-26 18:02:53 -0700 (Sun, 26 Aug 2012)
New Revision: 7277

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-08-26 03:55:27 UTC (rev 7276)
+++ complete.html	2012-08-27 01:02:53 UTC (rev 7277)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 August 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 August 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -53705,11 +53705,11 @@
 
   <ol><li><p>Replace every U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF)
    character pair from the <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> with a single
-   U+000A LINE FEED (CRLF) character.</li>
+   U+000A LINE FEED (LF) character.</li>
 
    <li><p>Replace every remaining U+000D CARRIAGE RETURN character from
    the <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> with
-   a single U+000A LINE FEED (CRLF) character.</li>
+   a single U+000A LINE FEED (LF) character.</li>
 
   </ol><p>The element's <a href=#concept-fe-value title=concept-fe-value>value</a> is
   defined to be the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> with the

Modified: index
===================================================================
--- index	2012-08-26 03:55:27 UTC (rev 7276)
+++ index	2012-08-27 01:02:53 UTC (rev 7277)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 August 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 August 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -53705,11 +53705,11 @@
 
   <ol><li><p>Replace every U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF)
    character pair from the <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> with a single
-   U+000A LINE FEED (CRLF) character.</li>
+   U+000A LINE FEED (LF) character.</li>
 
    <li><p>Replace every remaining U+000D CARRIAGE RETURN character from
    the <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> with
-   a single U+000A LINE FEED (CRLF) character.</li>
+   a single U+000A LINE FEED (LF) character.</li>
 
   </ol><p>The element's <a href=#concept-fe-value title=concept-fe-value>value</a> is
   defined to be the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> with the

Modified: source
===================================================================
--- source	2012-08-26 03:55:27 UTC (rev 7276)
+++ source	2012-08-27 01:02:53 UTC (rev 7277)
@@ -62600,11 +62600,11 @@
    <li><p>Replace every U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF)
    character pair from the <span
    title="concept-textarea-raw-value">raw value</span> with a single
-   U+000A LINE FEED (CRLF) character.</p></li>
+   U+000A LINE FEED (LF) character.</p></li>
 
    <li><p>Replace every remaining U+000D CARRIAGE RETURN character from
    the <span title="concept-textarea-raw-value">raw value</span> with
-   a single U+000A LINE FEED (CRLF) character.</p></li>
+   a single U+000A LINE FEED (LF) character.</p></li>
 
   </ol>
 




More information about the Commit-Watchers mailing list