html5/spec common-microsyntaxes.html,1.239,1.240 single-page.html,1.105,1.106 spec.html,1.1976,1.1977

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19036

Modified Files:
	common-microsyntaxes.html single-page.html spec.html 
Log Message:
commit 8998954d4e1af94cbdab69bf2ac3eb7ec4a3ad36
Author: Robin Berjon <robin@berjon.com>
Date:   Tue Sep 11 16:40:09 2012 +0200

    clarify that it's in the Gregorian calendar - https://www.w3.org/Bugs/Public/show_bug.cgi?id=18266


Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- common-microsyntaxes.html	11 Sep 2012 14:14:24 -0000	1.239
+++ common-microsyntaxes.html	11 Sep 2012 14:43:44 -0000	1.240
@@ -1500,7 +1500,7 @@
   <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 month and a day in the Gregorian calendar, but with no associated year.</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>
@@ -2112,7 +2112,8 @@
   <p class="note">The week-year number of a particular day can be
   different than the number of the year that contains that day in the
   proleptic Gregorian calendar. The first week in a week-year <var title="">y</var> is the week that contains the first Thursday of
-  the Gregorian year <var title="">y</var>.</p>
+  the Gregorian year <var title="">y</var>. This is the same definition
+  that is used in <a href="references.html#refsISO8601">[ISO8601]</a>.</p>
 
   <p>A string is a <dfn id="valid-week-string">valid week string</dfn> representing a
   week-year <var title="">year</var> and week <var title="">week</var>

Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- single-page.html	11 Sep 2012 14:14:27 -0000	1.105
+++ single-page.html	11 Sep 2012 14:43:44 -0000	1.106
@@ -5446,7 +5446,7 @@
   <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 month and a day in the Gregorian calendar, but with no associated year.</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>
@@ -6058,7 +6058,8 @@
   <p class=note>The week-year number of a particular day can be
   different than the number of the year that contains that day in the
   proleptic Gregorian calendar. The first week in a week-year <var title="">y</var> is the week that contains the first Thursday of
-  the Gregorian year <var title="">y</var>.</p>
+  the Gregorian year <var title="">y</var>. This is the same definition
+  that is used in <a href=#refsISO8601>[ISO8601]</a>.</p>
 
   <p>A string is a <dfn id=valid-week-string>valid week string</dfn> representing a
   week-year <var title="">year</var> and week <var title="">week</var>

Received on Tuesday, 11 September 2012 14:43:48 UTC