Skip to content

Commit

Permalink
Change <rp>'s content model to Text
Browse files Browse the repository at this point in the history
Fixes #1689.
  • Loading branch information
zcorpan authored and domenic committed Sep 8, 2016
1 parent 208ff6e commit 36fe930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -19984,7 +19984,7 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
<dt><span data-x="concept-element-contexts">Contexts in which this element can be used</span>:</dt>
<dd>As a child of a <code>ruby</code> element, either immediately before or immediately after an <code>rt</code> element.</dd>
<dt><span data-x="concept-element-content-model">Content model</span>:</dt>
<dd><span>Phrasing content</span>.</dd>
<dd><span data-x="text content">Text</span>.</dd>
<dt><span data-x="concept-element-attributes">Content attributes</span>:</dt>
<dd><span>Global attributes</span></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
Expand Down Expand Up @@ -115415,7 +115415,7 @@ interface <dfn>External</dfn> {
<td>Parenthesis for ruby annotation text</td>
<td>none</td>
<td><code>ruby</code></td>
<td><span data-x="Phrasing content">phrasing</span></td>
<td><span data-x="text content">text</span></td>
<td><span data-x="global attributes">globals</span></td>
<td><code>HTMLElement</code></td>
</tr>
Expand Down

0 comments on commit 36fe930

Please sign in to comment.