- From: poot <cvsmail@w3.org>
- Date: Thu, 15 Apr 2010 07:18:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Relax the recommendation of citing URLs for <blockquote> and <q>.
(whatwg r5047)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4058&r2=1.4059&f=h
http://html5.org/tools/web-apps-tracker?from=5046&to=5047
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4058
retrieving revision 1.4059
diff -u -d -r1.4058 -r1.4059
--- Overview.html 14 Apr 2010 20:00:19 -0000 1.4058
+++ Overview.html 14 Apr 2010 22:17:52 -0000 1.4059
@@ -14218,7 +14218,7 @@
</dd>
</dl><p>The <code><a href="#the-blockquote-element">blockquote</a></code> element <a href="#represents">represents</a> a
section that is quoted from another source.<p>Content inside a <code><a href="#the-blockquote-element">blockquote</a></code> must be quoted from
- another source, whose address, if it has one, should be cited in the
+ another source, whose address, if it has one, may be cited in the
<dfn id="attr-blockquote-cite" title="attr-blockquote-cite"><code>cite</code></dfn>
attribute.<p>If the <code title="attr-blockquote-cite"><a href="#attr-blockquote-cite">cite</a></code> attribute
is present, it must be a <a href="#valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by
@@ -15338,7 +15338,7 @@
the contents of the element must not appear immediately before,
after, or inside <code><a href="#the-q-element">q</a></code> elements; they will be inserted into
the rendering by the user agent.<p>Content inside a <code><a href="#the-q-element">q</a></code> element must be quoted from
- another source, whose address, if it has one, should be cited in the
+ another source, whose address, if it has one, may be cited in the
<dfn id="attr-q-cite" title="attr-q-cite"><code>cite</code></dfn> attribute. The
source may be fictional, as when quoting characters in a novel or
screenplay.<p>If the <code title="attr-q-cite"><a href="#attr-q-cite">cite</a></code> attribute is
Received on Wednesday, 14 April 2010 22:18:39 UTC