- 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/elements
In directory hutz:/tmp/cvs-serv29423/elements
Modified Files:
a.html applet.html area.html embed.html html.html img.html
link.html object.html script.html source.html
Log Message:
experiment with replacing the term "resource" with "content"
Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/elements/link.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- link.html 29 Jul 2009 12:16:40 -0000 1.5
+++ link.html 2 Aug 2009 07:07:46 -0000 1.6
@@ -10,32 +10,32 @@
<div id="attributes">
<dl>
<dt id="link.attrs.href">href</dt>
- <dd>A URL that provides the
- <a href="#destination">destination resource</a>
- of the <a href="#link" class="element">link</a>.</dd>
+ <dd>A URL that provides the destination of the
+ <a href="#link" class="element">link</a>.</dd>
</dl>
<dl>
<dt id="link.attrs.rel">rel</dt>
<dd>A list of tokens that specify the relationship between
- the document containing the <a href="#link" class="element">link</a> and the
- <a href="#destination">destination resource</a>
- indicated by the <a href="#link" class="element">link</a>.</dd>
+ the document containing the
+ <a href="#link" class="element">link</a>
+ and the destination indicated by the
+ <a href="#link" class="element">link</a>.</dd>
</dl>
<dl>
<dt id="link.attrs.media">media</dt>
- <dd>The media for which the
- <a href="#destination">destination resource</a>
+ <dd>The media for which the destination of the
+ <a href="#link" class="element">link</a>
was designed.</dd>
</dl>
<dl>
<dt id="link.attrs.hreflang">hreflang</dt>
- <dd>The language of the
- <a href="#destination">destination resource</a>.</dd>
+ <dd>The language of the destination of the
+ <a href="#link" class="element">link</a>.</dd>
</dl>
<dl>
<dt id="link.attrs.type">type</dt>
- <dd>The MIME type of the
- <a href="#destination">destination resource</a>.</dd>
+ <dd>The MIME type of the destination of the
+ <a href="#link" class="element">link</a>.</dd>
</dl>
<dl>
<dt id="link.attrs.sizes">sizes</dt>
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/elements/html.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- html.html 8 Jun 2009 00:53:37 -0000 1.4
+++ html.html 2 Aug 2009 07:07:46 -0000 1.5
@@ -10,7 +10,7 @@
<dt id="html.attrs.manifest">manifest</dt>
<dd>The address of the document’s <dfn
id="manifest">application cache manifest</dfn> (which
- controls caching of resources for offline use).</dd>
+ controls caching of content for offline use).</dd>
</dl>
</div>
<div id="tags">
Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/elements/source.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- source.html 29 Jul 2009 11:23:47 -0000 1.7
+++ source.html 2 Aug 2009 07:07:46 -0000 1.8
@@ -1,18 +1,18 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The source element</h4>
- <div id="shortdesc">media resource</div>
+ <div id="shortdesc">media source</div>
<div id="longdesc">
<p>The <a href="#source" class="element">source</a> element
allows authors to specify multiple
- <a href="#media-resource">media resources</a>
+ <a href="#media-source">media sources</a>
for media elements.</p>
</div>
<div id="details">
<p>Each separate
<dfn
- id="media-resource"
- title="media-resource"
- >media resource</dfn>
+ id="media-source"
+ title="media-source"
+ >media source</dfn>
specified within a
<a href="#source" class="element">source</a>
element is a complete set of media data — for example, a
@@ -21,26 +21,26 @@
<div id="attributes">
<dl>
<dt id="source.attrs.src">src</dt>
- <dd>The address of the <a href="#media-resource">media resource</a>.</dd>
+ <dd>The address of the <a href="#media-source">media source</a>.</dd>
</dl>
<dl>
<dt id="source.attrs.type">type</dt>
- <dd>The type of the <a href="#media-resource">media resource</a>
+ <dd>The type of the <a href="#media-source">media source</a>
(used for helping the UA determine, before fetching this
- <a href="#media-resource">media resource</a>, if it can play
+ <a href="#media-source">media source</a>, if it can play
it).</dd>
</dl>
<dl>
<dt id="source.attrs.media">media</dt>
- <dd>The intended media type of the <a href="#media-resource">media
- resource</a> (used for helping the UA determine, before
- fetching this <a href="#media-resource">media resource</a>, if it
+ <dd>The intended media type of the <a href="#media-source">media
+ source</a> (used for helping the UA determine, before
+ fetching this <a href="#media-source">media source</a>, if it
is useful to the user).</dd>
</dl>
<dl>
<dt id="source.attrs.pixelratio">pixelratio</dt>
- <dd>For anamorphic <a href="#media-resource" title="media
- resource">media resources</a> that do not self-describe
+ <dd>For anamorphic <a href="#media-source" title="media
+ source">media sources</a> that do not self-describe
their <a href="#adjusted1"
title="concept-video-adjusted-ratio">pixel ratio</a>,
specifies the ratio of the correct rendered width of each
@@ -48,7 +48,7 @@
the <span class="attribute">pixelratio</span> attribute is
omitted or its value is not valid, <a href="#source"
class="element">source</a> element represents a media
- resource with a 1.0 pixel ratio.</dd>
+ source with a 1.0 pixel ratio.</dd>
</dl>
</div>
</div>
Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/elements/area.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- area.html 29 Jul 2009 12:16:40 -0000 1.5
+++ area.html 2 Aug 2009 07:07:45 -0000 1.6
@@ -11,9 +11,8 @@
<div id="attributes">
<dl>
<dt id="area.attrs.href">href</dt>
- <dd>A URL that provides the
- <a href="#destination">destination resource</a>
- of the hyperlink for this
+ <dd>A URL that provides the destination of the hyperlink for
+ this
<a href="#area" class="element">area</a>.</dd>
</dl>
<dl>
@@ -25,32 +24,30 @@
</dl>
<dl>
<dt id="area.attrs.ping">ping</dt>
- <dd>A list of URLs of resources to notify if a
- user follows the hyperlink for this
+ <dd>A list of URLs to notify if a user follows the hyperlink
+ for this
<a href="#area" class="element">area</a>.</dd>
</dl>
<dl>
<dt id="area.attrs.rel">rel</dt>
<dd>A list of tokens that specify the relationship between
- the document containing the <a href="#area" class="element">area</a> and the
- <a href="#destination">destination resource</a>
- indicated by the <a href="#area" class="element">area</a>.</dd>
+ the document containing the
+ <a href="#area" class="element">area</a>
+ and the destination indicated by the
+ <a href="#area" class="element">area</a>.</dd>
</dl>
<dl>
<dt id="area.attrs.media">media</dt>
- <dd>The media for which the
- <a href="#destination">destination resource</a>
+ <dd>The media for which the destination of the hyperlink
was designed.</dd>
</dl>
<dl>
<dt id="area.attrs.hreflang">hreflang</dt>
- <dd>The language of the
- <a href="#destination">destination resource</a>.</dd>
+ <dd>The language of the destination of the hyperlink.</dd>
</dl>
<dl>
<dt id="area.attrs.type">type</dt>
- <dd>The MIME type of the
- <a href="#destination">destination resource</a>.</dd>
+ <dd>The MIME type of the destination of the hyperlink.</dd>
</dl>
<dl>
<dt id="area.attrs.alt">alt</dt>
Index: applet.html
===================================================================
RCS file: /sources/public/html5/markup/elements/applet.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- applet.html 8 Jan 2009 10:19:30 -0000 1.3
+++ applet.html 2 Aug 2009 07:07:45 -0000 1.4
@@ -9,7 +9,7 @@
<dl>
<dt id="applet.attrs.archive">archive</dt>
<dd>A list of URLs for archives containing classes and other
- resources that will be “preloaded”.</dd>
+ external content that will be “preloaded”.</dd>
</dl>
<dl>
<dt id="applet.attrs.code">code</dt>
Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/elements/embed.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- embed.html 29 Jul 2009 11:23:47 -0000 1.4
+++ embed.html 2 Aug 2009 07:07:46 -0000 1.5
@@ -3,12 +3,12 @@
<div id="shortdesc">integration point for plugins</div>
<div id="longdesc">
<p>The <a href="#embed" class="element">embed</a> element
- represents an integration point for an external resource.</p>
+ represents an integration point for external content.</p>
</div>
<div id="attributes">
<dl>
<dt id="embed.attrs.src">src</dt>
- <dd>The address of the resource being embedded.</dd>
+ <dd>The address of the content being embedded.</dd>
</dl>
<dl>
<dt id="embed.attrs.type">type</dt>
@@ -16,19 +16,19 @@
</dl>
<dl>
<dt id="embed.attrs.width">width</dt>
- <dd>The width the embedded content, in CSS pixels.</dd>
+ <dd>The width of the embedded content, in CSS pixels.</dd>
</dl>
<dl>
<dt id="embed.attrs.height">height</dt>
- <dd>The height the embedded content, in CSS pixels.</dd>
+ <dd>The height of the embedded content, in CSS pixels.</dd>
</dl>
</div>
<div id="details">
<p>The <a href="#embed" class="element">embed</a> element
- represents an integration point for an external resource —
- typically, a non-HTML resource such as an application or some
+ represents an integration point for external content —
+ typically, non-HTML content such as an application or some
other type of interactive content which involves use of a
- third-party plugin as a content handler (rather than being
- natively supported by the UA).</p>
+ third-party plugin as a handler (rather than being natively
+ supported by the UA).</p>
</div>
</div>
Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/elements/img.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- img.html 21 Jul 2009 01:45:09 -0000 1.6
+++ img.html 2 Aug 2009 07:07:46 -0000 1.7
@@ -9,8 +9,7 @@
<dl>
<dt id="img.attrs.src">src</dt>
<dd>A URL referencing a non-interactive, optionally
- animated, image resource that is neither paged nor
- scripted.</dd>
+ animated, image that is neither paged nor scripted.</dd>
</dl>
<dl>
<dt id="img.attrs.alt">alt</dt>
Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/elements/script.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- script.html 21 Jul 2009 05:46:29 -0000 1.7
+++ script.html 2 Aug 2009 07:07:46 -0000 1.8
@@ -13,11 +13,11 @@
</dl>
<dl>
<dt id="script.attrs.src">src</dt>
- <dd>The address of the external script resource to use.</dd>
+ <dd>The address of the external script to use.</dd>
</dl>
<dl>
<dt id="script.attrs.charset">charset</dt>
- <dd>The character encoding of the external script resource.</dd>
+ <dd>The character encoding of the external script.</dd>
</dl>
<dl>
<dt id="script.attrs.async">async</dt>
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a.html 29 Jul 2009 12:26:53 -0000 1.8
+++ a.html 2 Aug 2009 07:07:45 -0000 1.9
@@ -9,9 +9,7 @@
<div id="attributes">
<dl>
<dt id="a.attrs.href">href</dt>
- <dd>A URL that provides the
- <a href="#destination">destination resource</a>
- of the hyperlink.
+ <dd>A URL that provides the destination of the hyperlink.
If the
<a href="#a.attrs.href">href</a>
attribute is not specified, the element represents a
@@ -28,31 +26,27 @@
</dl>
<dl>
<dt id="a.attrs.ping">ping</dt>
- <dd>A list of URLs of resources to notify if a
- user follows the hyperlink.</dd>
+ <dd>A list of URLs to notify if a user follows the
+ hyperlink.</dd>
</dl>
<dl>
<dt id="a.attrs.rel">rel</dt>
<dd>A list of tokens that specify the relationship between
- the document containing the hyperlink and the
- <a href="#destination">destination resource</a>
+ the document containing the hyperlink and the destination
indicated by the hyperlink.</dd>
</dl>
<dl>
<dt id="a.attrs.media">media</dt>
- <dd>The media for which the
- <a href="#destination">destination resource</a>
+ <dd>The media for which the destination of the hyperlink
was designed.</dd>
</dl>
<dl>
<dt id="a.attrs.hreflang">hreflang</dt>
- <dd>The language of the
- <a href="#destination">destination resource</a>.</dd>
+ <dd>The language of the destination of the hyperlink.</dd>
</dl>
<dl>
<dt id="a.attrs.type">type</dt>
- <dd>The MIME type of the
- <a href="#destination">destination resource</a>.</dd>
+ <dd>The MIME type of the destination of the hyperlink.</dd>
</dl>
<dl>
<dt id="a.attrs.name">name</dt>
Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/elements/object.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- object.html 29 Jul 2009 11:23:47 -0000 1.7
+++ object.html 2 Aug 2009 07:07:46 -0000 1.8
@@ -1,25 +1,25 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The object element</h4>
- <div id="shortdesc">generic external resource</div>
+ <div id="shortdesc">generic external content</div>
<div id="longdesc">
<p>The <a href="#object" class="element">object</a> element
- represents an external resource.</p>
+ represents external content.</p>
</div>
<div id="details">
<p>The <a href="#object" class="element">object</a> element
- represents an external resource, which, depending on the type
- of the resource, will either be treated as an image, as a
- nested browsing context, or as an external resource to be
+ represents external content, which, depending on the type
+ of the content, will either be treated as an image, as a
+ nested browsing context, or as external content to be
processed by a plugin.</p>
</div>
<div id="attributes">
<dl>
<dt id="object.attrs.data">data</dt>
- <dd>The address of the resource.</dd>
+ <dd>The address of the content.</dd>
</dl>
<dl>
<dt id="object.attrs.type">type</dt>
- <dd>The MIME type of the resource.</dd>
+ <dd>The MIME type of the content.</dd>
</dl>
<dl>
<dt id="object.attrs.name">name</dt>
Received on Sunday, 2 August 2009 07:07:58 UTC