Re: The rb element isn't recognized on HTML5 mode

Hi, confirmed it is a validator bug and filed issue
https://github.com/validator/validator/issues/96

--

Regards

SteveF
HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/>

On 13 May 2015 at 14:37, Momdo Nakamura <xmomdo@gmail.com> wrote:

> Hello,
>
> I believe following HTML is valid (as W3C HTML 5.0), but the validator says
> "Element rb not allowed as child of element ruby in this context.
> (Suppressing
> further errors from this subtree.)".
>
>
> <!DOCTYPE html>
> <html>
> <head>
> <title>The rb element testing</title>
> </head>
> <body>
> <p>
> <ruby><rb>base<rt>annotation</ruby>
>
>
>
> Best Regards,
> NAKAMURA, momdo
>
>
>

Received on Monday, 18 May 2015 21:17:43 UTC