- From: poot <cvsmail@w3.org>
- Date: Wed, 3 Jun 2009 18:42:52 +0900 (JST)
- To: public-html-diffs@w3.org
Had wrong definition of 53-week week-years. (whatwg r3184) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2338.html#week-number-of-the-last-day http://people.w3.org/mike/diffs/html5/spec/Overview.1.2338.html#weeks http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2337&r2=1.2338&f=h http://html5.org/tools/web-apps-tracker?from=3183&to=3184 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2337 retrieving revision 1.2338 diff -u -d -r1.2337 -r1.2338 --- Overview.html 3 Jun 2009 09:29:20 -0000 1.2337 +++ Overview.html 3 Jun 2009 09:41:21 -0000 1.2338 @@ -3413,11 +3413,13 @@ 1970. Consecutive weeks are numbered sequentially. The week before the number 1 week in a week-year is the last week in the previous week-year, and vice versa. <a href="#references">[GREGORIAN]</a><p>A week-year with a number <var title="">year</var> has 53 weeks - if it corresponds to a year <var title="">year</var> in the + if it corresponds to either a year <var title="">year</var> in the proleptic Gregorian calendar that has a Thursday as its first day - (January 1st), and a week-year <var title="">year</var> where <var title="">year</var> is a number divisible by 400, or a number - divisible by 4 but not by 100. All other week-years have 52 - weeks.<p>The <dfn id="week-number-of-the-last-day">week number of the last day</dfn> of a week-year with 53 + (January 1st), or a year <var title="">year</var> in the proleptic + Gregorian calendar that has a Wednesday as its first day (January + 1st) and where <var title="">year</var> is a number divisible by + 400, or a number divisible by 4 but not by 100. All other week-years + have 52 weeks.<p>The <dfn id="week-number-of-the-last-day">week number of the last day</dfn> of a week-year with 53 weeks is 53; the week number of the last day of a week-year with 52 weeks is 52.<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
Received on Wednesday, 3 June 2009 09:44:15 UTC