Allow HTML5 <rtc> tag (ruby support for East Asian typography).
authorC. Scott Ananian <cscott@cscott.net>
Tue, 24 Jun 2014 18:15:25 +0000 (14:15 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 2 Jul 2014 22:45:14 +0000 (18:45 -0400)
commitfb125de072338f56dfd2ba08bab3c08c19ebdc6e
tree3b26c81b51b1240e6911bd0fcd03c00e70031dd4
parentb4ed05d6a28a77c87b8a9f942248621de66597fb
Allow HTML5 <rtc> tag (ruby support for East Asian typography).

We currently allow <ruby>, <rt>, <rb>, and <rp> but not the W3C HTML5
<rtc> element.  Fix that.

(Note that <rb> and <rtc> are new additions to HTML5 which currently
appear in the W3C but not the WHATWG version of the HTML5 spec.
Support for these has already been merged in gecko and webkit and
the editor plans to update the WHATWG spec.)

Bug: 67042
Change-Id: I8c0e65d782b6d23057a9723b87323b28e8bf8852
includes/Sanitizer.php
includes/parser/CoreParserFunctions.php
tests/parser/parserTests.txt