- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 May 2009 12:05:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv8795/elements
Modified Files:
del.html ins.html
Log Message:
h:tml; pull from upstream: make <ins> and <del> content model transparent
Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/elements/ins.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ins.html 20 Jan 2009 18:42:29 -0000 1.3
+++ ins.html 30 May 2009 12:05:46 -0000 1.4
@@ -3,7 +3,7 @@
<div id="shortdesc">inserted text</div>
<div id="longdesc">
<p>The <a href="#ins" class="element">ins</a> element
- represents a span of text that has been inserted (added) to
+ represents a range of text that has been inserted (added) to
a document.</p>
</div>
<div id="attributes">
Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/elements/del.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- del.html 20 Jan 2009 18:42:29 -0000 1.3
+++ del.html 30 May 2009 12:05:46 -0000 1.4
@@ -3,7 +3,7 @@
<div id="shortdesc">deleted text</div>
<div id="longdesc">
<p>The <a href="#del" class="element">del</a> element
- represents a span of text that has been deleted from a
+ represents a range of text that has been deleted from a
document.</p>
</div>
<div id="attributes">
Received on Saturday, 30 May 2009 12:05:56 UTC