- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 23:14:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25007
Modified Files:
Overview.html
Log Message:
Clarify that weeks start on Mondays for the purpose of type=week. (whatwg r4215)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3360
retrieving revision 1.3361
diff -u -d -r1.3360 -r1.3361
--- Overview.html 20 Oct 2009 22:34:06 -0000 1.3360
+++ Overview.html 20 Oct 2009 23:14:54 -0000 1.3361
@@ -3667,10 +3667,10 @@
and <var title="">timezone<sub title="">minutes</sub></var>.</li>
</ol></div><h5 id="weeks"><span class="secno">2.4.5.6 </span>Weeks</h5><p>A <dfn id="concept-week" title="concept-week">week</dfn> consists of a week-year
- number and a week number representing a seven day period. Each
- week-year in this calendaring system has either 52 weeks or 53
- weeks, as defined below. A week is a seven-day period. The week
- starting on the Gregorian date Monday December 29th 1969
+ number and a week number representing a seven-day period starting on
+ a Monday. Each week-year in this calendaring system has either 52
+ weeks or 53 such seven-day periods, as defined below. The seven-day
+ period starting on the Gregorian date Monday December 29th 1969
(1969-12-29) is defined as week number 1 in week-year
1970. Consecutive weeks are numbered sequentially. The week before
the number 1 week in a week-year is the last week in the previous
Received on Tuesday, 20 October 2009 23:15:01 UTC