Bugzilla – Bug 604
Allow <rp> to contain any phrasing content.
Last modified: 2009-07-15 08:13:09 CEST
Index: source =================================================================== --- source (revision 3216) +++ source (revision 3217) @@ -18037,8 +18037,11 @@ <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> @@ -83870,6 +83873,7 @@ Robert O'Callahan, Robert Sayre, Robin Berjon, + Roland Steiner, Roman Ivanov, Ryan King, S. Mike Dierken,
bug 582 -- I think the fix is complete but I left the paren-class datatype-checking file around for references purposes (mostly my own, in case I need to write any similar character-class checking code later myself, so I can learn from that file) *** This bug has been marked as a duplicate of bug 582 ***