- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Jan 2010 06:10:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv2743
Modified Files:
Overview.html
Log Message:
iCalendar extraction: fix an obvious error in the algorithm. (whatwg r4603)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.html 17 Jan 2010 09:04:37 -0000 1.17
+++ Overview.html 18 Jan 2010 06:10:54 -0000 1.18
@@ -262,7 +262,7 @@
<h1>HTML5 Microdata</h1>
<h2 class="no-num no-toc" id="generatedID"></h2>
- <h2 class="no-num no-toc" id="editor-s-draft-17-january-2010">Editor's Draft 17 January 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-18-january-2010">Editor's Draft 18 January 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/md/">http://www.w3.org/TR/md/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 17 January 2010 Editor's Draft.
+ This specification is the 18 January 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -3673,8 +3673,7 @@
<dd>
- <p><a href="#add-an-icalendar-line">Add an iCalendar line</a> with the type <var title="">name</var> and the value <var title="">value</var> to
- <var title="">output</var>.</p>
+ <p><a href="#add-an-icalendar-line">Add an iCalendar line</a> with the type <var title="">name</var> and the property's <a href="#concept-property-value" title="concept-property-value">value</a> to <var title="">output</var>.</p>
</dd>
Received on Monday, 18 January 2010 06:10:58 UTC