Skip to content

Commit

Permalink
[e] (0) Clarify <rp>'s role.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8202 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 1, 2013
1 parent 90d9255 commit c72992c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -21570,8 +21570,9 @@ <h4 id=the-rp-element><span class=secno>4.6.23 </span>The <dfn><code>rp</code></
<dd><a href=#global-attributes>Global attributes</a></dd>
<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-rp-element>rp</a></code> element can be used to provide parentheses around a ruby text component of
a ruby annotation, to be shown by user agents that don't support ruby annotations.</p>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-rp-element>rp</a></code> element can be used to provide parentheses or other content around a ruby
text component of a ruby annotation, to be shown by user agents that don't support ruby
annotations.</p>

<p>An <code><a href=#the-rp-element>rp</a></code> element <span class=impl>that is a child of a <code><a href=#the-ruby-element>ruby</a></code>
element</span> <a href=#represents>represents</a> nothing. <span class=impl>An <code><a href=#the-rp-element>rp</a></code> element
Expand Down
5 changes: 3 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -21570,8 +21570,9 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
<dd><a href=#global-attributes>Global attributes</a></dd>
<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-rp-element>rp</a></code> element can be used to provide parentheses around a ruby text component of
a ruby annotation, to be shown by user agents that don't support ruby annotations.</p>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-rp-element>rp</a></code> element can be used to provide parentheses or other content around a ruby
text component of a ruby annotation, to be shown by user agents that don't support ruby
annotations.</p>

<p>An <code><a href=#the-rp-element>rp</a></code> element <span class=impl>that is a child of a <code><a href=#the-ruby-element>ruby</a></code>
element</span> <a href=#represents>represents</a> nothing. <span class=impl>An <code><a href=#the-rp-element>rp</a></code> element
Expand Down
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -22519,8 +22519,9 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
<dd>Uses <code>HTMLElement</code>.</dd>
</dl><!--TOPIC:HTML-->

<p>The <code>rp</code> element can be used to provide parentheses around a ruby text component of
a ruby annotation, to be shown by user agents that don't support ruby annotations.</p>
<p>The <code>rp</code> element can be used to provide parentheses or other content around a ruby
text component of a ruby annotation, to be shown by user agents that don't support ruby
annotations.</p>

<p>An <code>rp</code> element <span class="impl">that is a child of a <code>ruby</code>
element</span> <span>represents</span> nothing. <span class="impl">An <code>rp</code> element
Expand Down

0 comments on commit c72992c

Please sign in to comment.