NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 604 - Allow <rp> to contain any phrasing content.
Allow <rp> to contain any phrasing content.
Status: RESOLVED DUPLICATE of bug 582
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 15:00 CEST by Henri Sivonen
Modified: 2009-07-15 08:13 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-07-14 15:00:25 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,
Comment 1 Michael[tm] Smith 2009-07-15 08:13:09 CEST
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 ***