Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ac] (0) Allow <rp> to contain any phrasing content.
git-svn-id: http://svn.whatwg.org/webapps@3217 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 10, 2009
1 parent 9b21f8e commit f732e02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index
Expand Up @@ -16838,8 +16838,11 @@ brighter. A &lt;b&gt;rat&lt;/b&gt; scurries past the corner wall.&lt;/p&gt;</pre
<dt>Contexts in which this element may be used:</dt>
<dd>As a child of a <code><a href=#the-ruby-element>ruby</a></code> element, either immediately before or immediately after an <code><a href=#the-rt-element>rt</a></code> element.</dd>
<dt>Content model:</dt>
<dd>If the <code><a href=#the-rp-element>rp</a></code> element is immediately after an <code><a href=#the-rt-element>rt</a></code> element that is immediately preceded by another <code><a href=#the-rp-element>rp</a></code> element: a single character from Unicode character class Pe.</dd>
<dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
<!--
<dd>If the <code>rp</code> element is immediately after an <code>rt</code> element that is immediately preceded by another <code>rp</code> element: a single character from Unicode character class Pe.</dd>
<dd>Otherwise: a single character from Unicode character class Ps.</dd>
-->
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dt>DOM interface:</dt>
Expand Down Expand Up @@ -71147,6 +71150,7 @@ S SPACER STRIKE TT U -->
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
Roland Steiner,
Roman Ivanov,
Ryan King,
S. Mike Dierken,
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -18037,8 +18037,11 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>
<dt>Contexts in which this element may be used:</dt>
<dd>As a child of a <code>ruby</code> element, either immediately before or immediately after an <code>rt</code> element.</dd>
<dt>Content model:</dt>
<dd><span>Phrasing content</span>.</dd>
<!--
<dd>If the <code>rp</code> element is immediately after an <code>rt</code> element that is immediately preceded by another <code>rp</code> element: a single character from Unicode character class Pe.</dd>
<dd>Otherwise: a single character from Unicode character class Ps.</dd>
-->
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dt>DOM interface:</dt>
Expand Down Expand Up @@ -83870,6 +83873,7 @@ S SPACER STRIKE TT U -->
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
Roland Steiner,
Roman Ivanov,
Ryan King,
S. Mike Dierken,
Expand Down

0 comments on commit f732e02

Please sign in to comment.