- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 May 2009 23:49:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22347 Modified Files: Overview.html Log Message: oops, forgot to rename attributes (whatwg r3102) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2259 retrieving revision 1.2260 diff -u -d -r1.2259 -r1.2260 --- Overview.html 14 May 2009 23:47:26 -0000 1.2259 +++ Overview.html 14 May 2009 23:49:34 -0000 1.2260 @@ -38432,20 +38432,20 @@ <pre><body item="vevent"> ... - <h1 property="summary">Bluesday Tuesday: Money Road</h1> + <h1 itemprop="summary">Bluesday Tuesday: Money Road</h1> ... - <time property="dtstart" datetime="2009-05-05T19:00:00Z">May 5th @ 7pm</time> - (until <time property="dtend" datetime="2009-05-05T21:00:00Z">9pm</time>) + <time itemprop="dtstart" datetime="2009-05-05T19:00:00Z">May 5th @ 7pm</time> + (until <time itemprop="dtend" datetime="2009-05-05T21:00:00Z">9pm</time>) ... <a href="http://livebrum.co.uk/2009/05/05/bluesday-tuesday-money-road" - rel="bookmark" property="url">Link to this page</a> + rel="bookmark" itemprop="url">Link to this page</a> ... - <p>Location: <span property="location">The RoadHouse</span></p> + <p>Location: <span itemprop="location">The RoadHouse</span></p> ... <p><input type=button value="Add to Calendar" onclick="location = getCalendar(this)"></p> ... - <meta property="description" content="via livebrum.co.uk"> + <meta itemprop="description" content="via livebrum.co.uk"> </body></pre> <p>The "<code title="">getCalendar()</code>" method could look like @@ -38494,13 +38494,13 @@ <pre><div item="vevent"> <p>I'm going to - <strong property="summary">Bluesday Tuesday: Money Road</strong>, - <time property="dtstart" datetime="2009-05-05T19:00:00Z">May 5th at 7pm</time> - to <time property="dtend" content="2009-05-05T21:00:00Z">9pm</time>, - at <span property="location">The RoadHouse</span>!</p> + <strong itemprop="summary">Bluesday Tuesday: Money Road</strong>, + <time itemprop="dtstart" datetime="2009-05-05T19:00:00Z">May 5th at 7pm</time> + to <time itemprop="dtend" content="2009-05-05T21:00:00Z">9pm</time>, + at <span itemprop="location">The RoadHouse</span>!</p> <p><a href="http://livebrum.co.uk/2009/05/05/bluesday-tuesday-money-road" - property="url">See this event on livebrum.co.uk</a>.</p> - <meta property="description" content="via livebrum.co.uk"> + itemprop="url">See this event on livebrum.co.uk</a>.</p> + <meta itemprop="description" content="via livebrum.co.uk"> </div></pre> </div><h4 id="bibtex"><span class="secno">5.4.3 </span>BibTeX</h4><p>An item with the <a href="#predefined-type">predefined type</a> <dfn id="md-bibtex" title="md-bibtex"><code>bibtex</code></dfn> represents a
Received on Thursday, 14 May 2009 23:49:48 UTC