- From: poot <cvsmail@w3.org>
- Date: Thu, 11 Mar 2010 00:02:51 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: cite changed arguably
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.94&r2=1.95&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- Overview.html 6 Mar 2010 12:03:44 -0000 1.94
+++ Overview.html 10 Mar 2010 15:02:35 -0000 1.95
@@ -22,13 +22,13 @@
<h1 id=html5-diff>HTML5 differences from HTML4</h1>
- <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 6 March 2010</h2>
+ <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 10 March 2010</h2>
<dl>
<dt>This Version:
<dd><a
- href="http://www.w3.org/TR/2010/ED-html5-diff-20100306/">http://www.w3.org/TR/2010/ED-html5-diff-20100306/</a>
+ href="http://www.w3.org/TR/2010/ED-html5-diff-20100310/">http://www.w3.org/TR/2010/ED-html5-diff-20100310/</a>
<dt>Latest Published Version:
@@ -101,7 +101,7 @@
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
index</a> at http://www.w3.org/TR/.</em>
- <p>This is the 6 March 2010 Editor's Draft produced by the <a
+ <p>This is the 10 March 2010 Editor's Draft produced by the <a
href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a
href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working
Group intends to publish this document as a <a
@@ -898,6 +898,14 @@
emboldened.
<li>
+ <p>The <code>cite</code> element now solely represents the title of a
+ work (e.g. a book, a paper, an essay, a poem, a score, a song, a script,
+ a film, a TV show, a game, a sculpture, a painting, a theatre
+ production, a play, an opera, a musical, an exhibition, a legal case
+ report, etc). Specifically the example in HTML4 where it is used to mark
+ up the name of a person is no longer considered conforming.
+
+ <li>
<p>The <code>hr</code> element now represents a paragraph-level thematic
break.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Overview.src.html 6 Mar 2010 12:03:44 -0000 1.72
+++ Overview.src.html 10 Mar 2010 15:02:35 -0000 1.73
@@ -726,6 +726,14 @@
importance, such as keywords in a document abstract, product names in
a review, or other spans of text whose typical typographic
presentation is emboldened.</p></li>
+
+ <li><p>The <code>cite</code> element now solely represents the title
+ of a work (e.g. a book, a paper, an essay, a poem, a score, a song, a
+ script, a film, a TV show, a game, a sculpture, a painting, a theatre
+ production, a play, an opera, a musical, an exhibition, a legal case
+ report, etc). Specifically the example in HTML4 where it is used to
+ mark up the name of a person is no longer considered
+ conforming.</p></li>
<li><p>The <code>hr</code> element now represents a paragraph-level
thematic break.
Received on Wednesday, 10 March 2010 15:03:20 UTC