- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 07:07:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv25306/elements
Modified Files:
blockquote.html
Log Message:
dispense with using the schema expression for the datatype on the iframe "sandbox" attribute, replace it with something sane, and do some other cleanup tweaks
Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/elements/blockquote.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- blockquote.html 8 Jan 2009 10:19:31 -0000 1.3
+++ blockquote.html 21 Jul 2009 07:07:24 -0000 1.4
@@ -9,11 +9,7 @@
<div id="attributes">
<dl>
<dt id="blockquote.attrs.cite">cite</dt>
- <dd>Content inside a <code><a
- href="#blockquote">blockquote</a></code> must be
- quoted from another source, whose address (if it has one)
- should be given by the <a href="#blockquote.attrs.cite"
- >cite</a> attribute.</dd>
+ <dd>A URL referencing the original source for the quoted material.</dd>
</dl>
</div>
</div>
Received on Tuesday, 21 July 2009 07:07:36 UTC