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

Steve Faulkner <[email protected]> Mon, 18 May 2015 22:16:35 +0100
Newsgroups gmane.org.w3c.validator
Message-ID <CA+ri+VkiEcpKzVgS3KeRdd=DLVE=zKSA+pZCUH5966uDjBrnPw@mail.gmail.com>
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 <[email protected]> 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
>
>
>