Skip to content

Commit

Permalink
[e] (0) Clarify that the month of a yearless date is a Gregorian mont…
Browse files Browse the repository at this point in the history
…h, 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

git-svn-id: http://svn.whatwg.org/webapps@7336 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 12, 2012
1 parent de80821 commit 218a800
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -5908,7 +5908,8 @@ <h5 id=dates><span class=secno>2.5.5.2 </span>Dates</h5>
<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>
Expand Down
3 changes: 2 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -5908,7 +5908,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>
Expand Down
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -5258,7 +5258,8 @@ is conforming depends on which specs apply, and leaves it at that. -->
<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>
Expand Down

0 comments on commit 218a800

Please sign in to comment.