Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[a] (0) clarify element definitions
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12178

git-svn-id: http://svn.whatwg.org/webapps@6079 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 5, 2011
1 parent 942c463 commit 3b38293
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions complete.html
Expand Up @@ -20671,10 +20671,9 @@ <h4 id=the-i-element><span class=secno>4.6.16 </span>The <dfn><code>i</code></df
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-i-element>i</a></code> element <a href=#represents>represents</a> a span of text
in an alternate voice or mood, or otherwise offset from the normal
prose, such as a taxonomic designation, a technical term, an
idiomatic phrase from another language, a thought, a ship name in
Western texts, or some other prose whose typical typographic
presentation is italicized.</p>
prose in a manner indicating a different quality of text, such as a
taxonomic designation, a technical term, an idiomatic phrase from
another language, a thought, or a ship name in Western texts.</p>

<p>Terms in languages different from the main text should be
annotated with <code title=attr-lang><a href=#attr-lang>lang</a></code> attributes (or,
Expand Down Expand Up @@ -20731,10 +20730,11 @@ <h4 id=the-b-element><span class=secno>4.6.17 </span>The <dfn><code>b</code></df
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-b-element>b</a></code> element <a href=#represents>represents</a> a span of text
to be stylistically offset from the normal prose without conveying
any extra importance, such as key words in a document abstract,
product names in a review, or other spans of text whose typical
typographic presentation is boldened.</p>
to which attention is being drawn for utilitarian purposes without
conveying any extra importance and with no implication of an
alternate voice or mood, such as key words in a document abstract,
product names in a review, actionable words in interactive
text-driven software, or an article lede.</p>

<div class=example>
<p>The following example shows a use of the <code><a href=#the-b-element>b</a></code> element
Expand Down
16 changes: 8 additions & 8 deletions index
Expand Up @@ -20696,10 +20696,9 @@ For example, the 10th point has coordinate
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-i-element>i</a></code> element <a href=#represents>represents</a> a span of text
in an alternate voice or mood, or otherwise offset from the normal
prose, such as a taxonomic designation, a technical term, an
idiomatic phrase from another language, a thought, a ship name in
Western texts, or some other prose whose typical typographic
presentation is italicized.</p>
prose in a manner indicating a different quality of text, such as a
taxonomic designation, a technical term, an idiomatic phrase from
another language, a thought, or a ship name in Western texts.</p>

<p>Terms in languages different from the main text should be
annotated with <code title=attr-lang><a href=#attr-lang>lang</a></code> attributes (or,
Expand Down Expand Up @@ -20756,10 +20755,11 @@ her&mdash;&lt;/i&gt;&lt;/p&gt;
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-b-element>b</a></code> element <a href=#represents>represents</a> a span of text
to be stylistically offset from the normal prose without conveying
any extra importance, such as key words in a document abstract,
product names in a review, or other spans of text whose typical
typographic presentation is boldened.</p>
to which attention is being drawn for utilitarian purposes without
conveying any extra importance and with no implication of an
alternate voice or mood, such as key words in a document abstract,
product names in a review, actionable words in interactive
text-driven software, or an article lede.</p>

<div class=example>
<p>The following example shows a use of the <code><a href=#the-b-element>b</a></code> element
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -22214,10 +22214,9 @@ For example, the 10th point has coordinate

<p>The <code>i</code> element <span>represents</span> a span of text
in an alternate voice or mood, or otherwise offset from the normal
prose, such as a taxonomic designation, a technical term, an
idiomatic phrase from another language, a thought, a ship name in
Western texts, or some other prose whose typical typographic
presentation is italicized.</p>
prose in a manner indicating a different quality of text, such as a
taxonomic designation, a technical term, an idiomatic phrase from
another language, a thought, or a ship name in Western texts.</p>

<p>Terms in languages different from the main text should be
annotated with <code title="attr-lang">lang</code> attributes (or,
Expand Down Expand Up @@ -22277,10 +22276,11 @@ her&mdash;&lt;/i>&lt;/p>
</dl>

<p>The <code>b</code> element <span>represents</span> a span of text
to be stylistically offset from the normal prose without conveying
any extra importance, such as key words in a document abstract,
product names in a review, or other spans of text whose typical
typographic presentation is boldened.</p>
to which attention is being drawn for utilitarian purposes without
conveying any extra importance and with no implication of an
alternate voice or mood, such as key words in a document abstract,
product names in a review, actionable words in interactive
text-driven software, or an article lede.</p>

<div class="example">
<p>The following example shows a use of the <code>b</code> element
Expand Down

0 comments on commit 3b38293

Please sign in to comment.