[html5] r6828 - [e] (0) copypasta

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 18 12:23:27 PST 2011


Author: ianh
Date: 2011-11-18 12:23:25 -0800 (Fri, 18 Nov 2011)
New Revision: 6828

Modified:
   complete.html
   index
   source
Log:
[e] (0) copypasta

Modified: complete.html
===================================================================
--- complete.html	2011-11-18 19:43:57 UTC (rev 6827)
+++ complete.html	2011-11-18 20:23:25 UTC (rev 6828)
@@ -21229,14 +21229,14 @@
   following algorithm:</p>
 
   <ol><li><p>If <a href=#parse-a-month-string title="parse a month string">parsing a month
-   string</a> from the element's <a href=#datetime-value>datetime value</a>, if
-   The machine-readable equivalent is the <a href=#concept-month title=concept-month>month</a>, that is the machine-readable
-   equivalent; abort these steps.</li>
+   string</a> from the element's <a href=#datetime-value>datetime value</a>,
+   returns a <a href=#concept-month title=concept-month>month</a>, that is the
+   machine-readable equivalent; abort these steps.</li>
 
    <li><p>If <a href=#parse-a-date-string title="parse a date string">parsing a date
-   string</a> from the element's <a href=#datetime-value>datetime value</a>, if
-   The machine-readable equivalent is the <a href=#concept-date title=concept-date>date</a>, that is the machine-readable
-   equivalent; abort these steps.</li>
+   string</a> from the element's <a href=#datetime-value>datetime value</a>,
+   returns a <a href=#concept-date title=concept-date>date</a>, that is the
+   machine-readable equivalent; abort these steps.</li>
 
    <li><p>If <a href=#parse-a-yearless-date-string title="parse a yearless date string">parsing a
    yearless date string</a> from the element's <a href=#datetime-value>datetime

Modified: index
===================================================================
--- index	2011-11-18 19:43:57 UTC (rev 6827)
+++ index	2011-11-18 20:23:25 UTC (rev 6828)
@@ -21229,14 +21229,14 @@
   following algorithm:</p>
 
   <ol><li><p>If <a href=#parse-a-month-string title="parse a month string">parsing a month
-   string</a> from the element's <a href=#datetime-value>datetime value</a>, if
-   The machine-readable equivalent is the <a href=#concept-month title=concept-month>month</a>, that is the machine-readable
-   equivalent; abort these steps.</li>
+   string</a> from the element's <a href=#datetime-value>datetime value</a>,
+   returns a <a href=#concept-month title=concept-month>month</a>, that is the
+   machine-readable equivalent; abort these steps.</li>
 
    <li><p>If <a href=#parse-a-date-string title="parse a date string">parsing a date
-   string</a> from the element's <a href=#datetime-value>datetime value</a>, if
-   The machine-readable equivalent is the <a href=#concept-date title=concept-date>date</a>, that is the machine-readable
-   equivalent; abort these steps.</li>
+   string</a> from the element's <a href=#datetime-value>datetime value</a>,
+   returns a <a href=#concept-date title=concept-date>date</a>, that is the
+   machine-readable equivalent; abort these steps.</li>
 
    <li><p>If <a href=#parse-a-yearless-date-string title="parse a yearless date string">parsing a
    yearless date string</a> from the element's <a href=#datetime-value>datetime

Modified: source
===================================================================
--- source	2011-11-18 19:43:57 UTC (rev 6827)
+++ source	2011-11-18 20:23:25 UTC (rev 6828)
@@ -22722,16 +22722,14 @@
   <ol>
 
    <li><p>If <span title="parse a month string">parsing a month
-   string</span> from the element's <span>datetime value</span>, if
-   The machine-readable equivalent is the <span
-   title="concept-month">month</span>, that is the machine-readable
-   equivalent; abort these steps.</p></li>
+   string</span> from the element's <span>datetime value</span>,
+   returns a <span title="concept-month">month</span>, that is the
+   machine-readable equivalent; abort these steps.</p></li>
 
    <li><p>If <span title="parse a date string">parsing a date
-   string</span> from the element's <span>datetime value</span>, if
-   The machine-readable equivalent is the <span
-   title="concept-date">date</span>, that is the machine-readable
-   equivalent; abort these steps.</p></li>
+   string</span> from the element's <span>datetime value</span>,
+   returns a <span title="concept-date">date</span>, that is the
+   machine-readable equivalent; abort these steps.</p></li>
 
    <li><p>If <span title="parse a yearless date string">parsing a
    yearless date string</span> from the element's <span>datetime




More information about the Commit-Watchers mailing list