- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Aug 2009 07:07:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv29423/src
Modified Files:
terms.html
Log Message:
experiment with replacing the term "resource" with "content"
Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- terms.html 29 Jul 2009 12:16:40 -0000 1.8
+++ terms.html 2 Aug 2009 07:07:46 -0000 1.9
@@ -31,17 +31,10 @@
syntax</a>, <a href="#character-data">character data</a>
is as defined in the XML specification <a
href="#refsXML">[XML]</a>.</dd>
- <dt><dfn id="destination">destination resource</dfn></dt>
- <dd>A resource that is the destination associated with an
- <a href="#a">a</a> element,
- <a href="#area">area</a> element,
- or
- <a href="#link">link</a> element.</dd>
<dt><dfn id="fallback">fallback content</dfn></dt>
<dd>Some embedded content elements can have fallback content:
- content that is to be used when the external resource cannot
- be used (for example, because it is of an unsupported
- format).</dd>
+ content that is to be used when the embedded content cannot
+ be used (for example, when it is of an unsupported format).</dd>
<dt><dfn id="newlines">newline</dfn></dt>
<dd>A <a href="#newlines">newline</a> may be represented as any
of the following:
Received on Sunday, 2 August 2009 07:07:57 UTC