Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Make this example more realistic.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=10829
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6954 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2012
1 parent 82af412 commit 8a3b3a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions complete.html
Expand Up @@ -22394,10 +22394,7 @@ <h4 id=the-rp-element><span class=secno>4.6.23 </span>The <dfn><code>rp</code></
legacy user agents the readings are in parentheses:</p>

<pre lang=ja>...
&lt;ruby&gt;
&#28450; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#12363;&#12435;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
&#23383; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#12376;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
&lt;/ruby&gt;
&lt;ruby&gt;&#28450;&lt;rp&gt; (&lt;/rp&gt;&lt;rt&gt;&#12363;&#12435;&lt;/rt&gt;&lt;rp&gt;) &lt;/rp&gt;&#23383;&lt;rp&gt; (&lt;/rp&gt;&lt;rt&gt;&#12376;&lt;/rt&gt;&lt;rp&gt;) &lt;/rp&gt;&lt;/ruby&gt;
...</pre>

<p>In conforming user agents the rendering would be as above, but
Expand Down
5 changes: 1 addition & 4 deletions index
Expand Up @@ -22394,10 +22394,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
legacy user agents the readings are in parentheses:</p>

<pre lang=ja>...
&lt;ruby&gt;
&#28450; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#12363;&#12435;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
&#23383; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#12376;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
&lt;/ruby&gt;
&lt;ruby&gt;&#28450;&lt;rp&gt; (&lt;/rp&gt;&lt;rt&gt;&#12363;&#12435;&lt;/rt&gt;&lt;rp&gt;) &lt;/rp&gt;&#23383;&lt;rp&gt; (&lt;/rp&gt;&lt;rt&gt;&#12376;&lt;/rt&gt;&lt;rp&gt;) &lt;/rp&gt;&lt;/ruby&gt;
...</pre>

<p>In conforming user agents the rendering would be as above, but
Expand Down
5 changes: 1 addition & 4 deletions source
Expand Up @@ -24002,10 +24002,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
legacy user agents the readings are in parentheses:</p>

<pre lang="ja">...
&lt;ruby>
&#28450; &lt;rp>(&lt;/rp>&lt;rt>&#12363;&#12435;&lt;/rt>&lt;rp>)&lt;/rp>
&#23383; &lt;rp>(&lt;/rp>&lt;rt>&#12376;&lt;/rt>&lt;rp>)&lt;/rp>
&lt;/ruby>
&lt;ruby>&#28450;&lt;rp> (&lt;/rp>&lt;rt>&#12363;&#12435;&lt;/rt>&lt;rp>) &lt;/rp>&#23383;&lt;rp> (&lt;/rp>&lt;rt>&#12376;&lt;/rt>&lt;rp>) &lt;/rp>&lt;/ruby>
...</pre>

<p>In conforming user agents the rendering would be as above, but
Expand Down

0 comments on commit 8a3b3a7

Please sign in to comment.