- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jan 2010 11:57:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv27719
Modified Files:
Overview.html spec.html text-level-semantics.html
Log Message:
tweak the text to have the example stuff after 'for example'. (whatwg r4490)
[updated by splitter]
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.556
retrieving revision 1.557
diff -u -d -r1.556 -r1.557
--- text-level-semantics.html 5 Jan 2010 11:27:22 -0000 1.556
+++ text-level-semantics.html 5 Jan 2010 11:57:12 -0000 1.557
@@ -874,9 +874,9 @@
time on a 24 hour clock, or a precise date in the proleptic
Gregorian calendar, optionally with a time and a time-zone
offset. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>This element is intended as a way to encode modern dates and
- times in a machine-readable way so that user agents can offer to add
- them to the user's calendar. For example, adding birthday reminders
- or scheduling events.</p><!-- it's also intended for restyling to local conventions
+ times in a machine-readable way so that, for example, user agents
+ can offer to add birthday reminders or scheduled events to the
+ user's calendar.</p><!-- it's also intended for restyling to local conventions
(2000-12-31 vs 31-12-2000 vs 12-31-2000), but CSS doesn't support
that yet. --><div class="note">
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.580
retrieving revision 1.581
diff -u -d -r1.580 -r1.581
--- Overview.html 5 Jan 2010 11:47:07 -0000 1.580
+++ Overview.html 5 Jan 2010 11:57:11 -0000 1.581
@@ -281,7 +281,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3588.
+This is revision 1.3590.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.585
retrieving revision 1.586
diff -u -d -r1.585 -r1.586
--- spec.html 5 Jan 2010 11:47:07 -0000 1.585
+++ spec.html 5 Jan 2010 11:57:11 -0000 1.586
@@ -279,7 +279,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3588.
+This is revision 1.3590.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -7714,9 +7714,9 @@
time on a 24 hour clock, or a precise date in the proleptic
Gregorian calendar, optionally with a time and a time-zone
offset. <a href=#refsGREGORIAN>[GREGORIAN]</a></p><p>This element is intended as a way to encode modern dates and
- times in a machine-readable way so that user agents can offer to add
- them to the user's calendar. For example, adding birthday reminders
- or scheduling events.</p><!-- it's also intended for restyling to local conventions
+ times in a machine-readable way so that, for example, user agents
+ can offer to add birthday reminders or scheduled events to the
+ user's calendar.</p><!-- it's also intended for restyling to local conventions
(2000-12-31 vs 31-12-2000 vs 12-31-2000), but CSS doesn't support
that yet. --><div class=note>
Received on Tuesday, 5 January 2010 11:57:16 UTC