[html5] r7336 - [e] (0) Clarify that the month of a yearless date is a Gregorian month, and the [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 11 17:28:19 PDT 2012
Author: ianh
Date: 2012-09-11 17:28:17 -0700 (Tue, 11 Sep 2012)
New Revision: 7336
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that the month of a yearless date is a Gregorian month, and the date from such a month. The date itself, of course, isn't in the Gregorian calendar, since there's no year.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17639
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-09-12 00:19:48 UTC (rev 7335)
+++ complete.html 2012-09-12 00:28:17 UTC (rev 7336)
@@ -5908,7 +5908,8 @@
<h5 id=yearless-dates><span class=secno>2.5.5.3 </span>Yearless dates</h5>
<p>A <dfn id=concept-yearless-date title=concept-yearless-date>yearless date</dfn> consists
- of a month and a day, but with no associated year.</p>
+ of a Gregorian month and a day within that month, but with no
+ associated year. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
<p>A string is a <dfn id=valid-yearless-date-string>valid yearless date string</dfn> representing
a month <var title="">month</var> and a day <var title="">day</var>
Modified: index
===================================================================
--- index 2012-09-12 00:19:48 UTC (rev 7335)
+++ index 2012-09-12 00:28:17 UTC (rev 7336)
@@ -5908,7 +5908,8 @@
<h5 id=yearless-dates><span class=secno>2.5.5.3 </span>Yearless dates</h5>
<p>A <dfn id=concept-yearless-date title=concept-yearless-date>yearless date</dfn> consists
- of a month and a day, but with no associated year.</p>
+ of a Gregorian month and a day within that month, but with no
+ associated year. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
<p>A string is a <dfn id=valid-yearless-date-string>valid yearless date string</dfn> representing
a month <var title="">month</var> and a day <var title="">day</var>
Modified: source
===================================================================
--- source 2012-09-12 00:19:48 UTC (rev 7335)
+++ source 2012-09-12 00:28:17 UTC (rev 7336)
@@ -5258,7 +5258,8 @@
<h5>Yearless dates</h5>
<p>A <dfn title="concept-yearless-date">yearless date</dfn> consists
- of a month and a day, but with no associated year.</p>
+ of a Gregorian month and a day within that month, but with no
+ associated year. <a href="#refsGREGORIAN">[GREGORIAN]</a></p>
<p>A string is a <dfn>valid yearless date string</dfn> representing
a month <var title="">month</var> and a day <var title="">day</var>
More information about the Commit-Watchers
mailing list