Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4027 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent c6d4308 commit ccf2908
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -43273,13 +43273,14 @@ interface <dfn>DataGridListener</dfn> {

<div class=example>

<p>In this example, two parts of a dialogue are annotated.</p>
<p>In this example, two parts of a dialogue are annotated with
footnote-like content using the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute.</p>

<pre>&lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: Hello! I wish to register a complaint. Hello. Miss?
&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: &lt;span title="Colloquial pronunciation of 'What do you'"
&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: <strong>&lt;span title="Colloquial pronunciation of 'What do you'"</strong>
&gt;Watcha&lt;/span&gt; mean, miss?
&lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: Uh, I'm sorry, I have a cold. I wish to make a complaint.
&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: Sorry, &lt;span title="This is, of course, a lie."&gt;we're
&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: Sorry, &lt;span <strong>title="This is, of course, a lie."</strong>&gt;we're
closing for lunch&lt;/span&gt;.</pre>

</div>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -48315,13 +48315,15 @@ interface <dfn>DataGridListener</dfn> {

<div class="example">

<p>In this example, two parts of a dialogue are annotated.</p>
<p>In this example, two parts of a dialogue are annotated with
footnote-like content using the <code
title="attr-title">title</code> attribute.</p>

<pre>&lt;p> &lt;b>Customer&lt;/b>: Hello! I wish to register a complaint. Hello. Miss?
&lt;p> &lt;b>Shopkeeper&lt;/b>: &lt;span title="Colloquial pronunciation of 'What do you'"
&lt;p> &lt;b>Shopkeeper&lt;/b>: <strong>&lt;span title="Colloquial pronunciation of 'What do you'"</strong>
>Watcha&lt;/span> mean, miss?
&lt;p> &lt;b>Customer&lt;/b>: Uh, I'm sorry, I have a cold. I wish to make a complaint.
&lt;p> &lt;b>Shopkeeper&lt;/b>: Sorry, &lt;span title="This is, of course, a lie.">we're
&lt;p> &lt;b>Shopkeeper&lt;/b>: Sorry, &lt;span <strong>title="This is, of course, a lie."</strong>>we're
closing for lunch&lt;/span>.</pre>

</div>
Expand Down

0 comments on commit ccf2908

Please sign in to comment.