[html5] r5047 - [a] (0) Relax the recommendation of citing URLs for <blockquote> and <q>. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 14 15:17:49 PDT 2010


Author: ianh
Date: 2010-04-14 15:17:48 -0700 (Wed, 14 Apr 2010)
New Revision: 5047

Modified:
   complete.html
   index
   source
Log:
[a] (0) Relax the recommendation of citing URLs for <blockquote> and <q>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9506

Modified: complete.html
===================================================================
--- complete.html	2010-04-14 21:59:55 UTC (rev 5046)
+++ complete.html	2010-04-14 22:17:48 UTC (rev 5047)
@@ -16432,7 +16432,7 @@
   section that is quoted from another source.</p>
 
   <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>
 
@@ -17787,7 +17787,7 @@
   the rendering by the user agent.</p>
 
   <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>

Modified: index
===================================================================
--- index	2010-04-14 21:59:55 UTC (rev 5046)
+++ index	2010-04-14 22:17:48 UTC (rev 5047)
@@ -16330,7 +16330,7 @@
   section that is quoted from another source.</p>
 
   <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>
 
@@ -17685,7 +17685,7 @@
   the rendering by the user agent.</p>
 
   <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>

Modified: source
===================================================================
--- source	2010-04-14 21:59:55 UTC (rev 5046)
+++ source	2010-04-14 22:17:48 UTC (rev 5047)
@@ -17360,7 +17360,7 @@
   section that is quoted from another source.</p>
 
   <p>Content inside a <code>blockquote</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 title="attr-blockquote-cite"><code>cite</code></dfn>
   attribute.</p>
 
@@ -18825,7 +18825,7 @@
   the rendering by the user agent.</p>
 
   <p>Content inside a <code>q</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 title="attr-q-cite"><code>cite</code></dfn> attribute. The
   source may be fictional, as when quoting characters in a novel or
   screenplay.</p>




More information about the Commit-Watchers mailing list