Skip to content

Commit

Permalink
[e] (0) Reword 'self-contained' using another word that the dictionar…
Browse files Browse the repository at this point in the history
…y says means essentially the same thing, to help readers figure this out.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7664 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 29, 2013
1 parent 4c9b03a commit a800ed6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -16954,7 +16954,7 @@ <h4 id=the-article-element><span class=secno>4.4.2 </span>The <dfn><code>article
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-article-element>article</a></code> element <a href=#represents>represents</a> a
self-contained composition in a document, page, application, or site
complete, or self-contained, composition in a document, page, application, or site
and that is, in principle, independently distributable or reusable,
e.g. in syndication. This could be a forum post, a magazine or
newspaper article, a blog entry, a user-submitted comment, an
Expand Down Expand Up @@ -18597,7 +18597,7 @@ <h4 id=usage-summary-0><span class=secno>4.4.12 </span>Usage summary</h4>
&lt;/html&gt;</pre>

<tr><td rowspan=2><code><a href=#the-article-element>article</a></code>
<td>A self-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
<td>A complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
<tr><td><pre class=example><strong>&lt;article&gt;</strong>
&lt;img src="/tumblr_masqy2s5yn1rzfqbpo1_500.jpg" alt="Yellow smiley face with the caption 'masif'"&gt;
&lt;p&gt;My fave Masif tee so far!&lt;/p&gt;
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -16954,7 +16954,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-article-element>article</a></code> element <a href=#represents>represents</a> a
self-contained composition in a document, page, application, or site
complete, or self-contained, composition in a document, page, application, or site
and that is, in principle, independently distributable or reusable,
e.g. in syndication. This could be a forum post, a magazine or
newspaper article, a blog entry, a user-submitted comment, an
Expand Down Expand Up @@ -18597,7 +18597,7 @@ Space is not the only void</pre>
&lt;/html&gt;</pre>

<tr><td rowspan=2><code><a href=#the-article-element>article</a></code>
<td>A self-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
<td>A complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
<tr><td><pre class=example><strong>&lt;article&gt;</strong>
&lt;img src="/tumblr_masqy2s5yn1rzfqbpo1_500.jpg" alt="Yellow smiley face with the caption 'masif'"&gt;
&lt;p&gt;My fave Masif tee so far!&lt;/p&gt;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -17893,7 +17893,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
</dl><!--TOPIC:HTML-->

<p>The <code>article</code> element <span>represents</span> a
self-contained composition in a document, page, application, or site
complete, or self-contained, composition in a document, page, application, or site
and that is, in principle, independently distributable or reusable,
e.g. in syndication. This could be a forum post, a magazine or
newspaper article, a blog entry, a user-submitted comment, an
Expand Down

0 comments on commit a800ed6

Please sign in to comment.