[Bug 11363] New: ins/del inside ruby

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11363

           Summary: ins/del inside ruby
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: jjc@jclark.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


It wasn't entirely clear to me from reading the spec whether the following was
supposed to be valid:

<!DOCTYPE html>
<title>Ruby vs ins/del</title>
<p><ruby>X<rt>x</rt>Y<ins><rt>y</rt></ins></ruby></p>

I think so, given that it's semantically meaningful, <ins> is supposed to be
transparent, and <ins> is occurring in a context where phrasing content is (one
of the things) expected. On the other hand, this is going to be tough to
validate and validator.nu says it's invalid. Either way, I think it's worth a
note/example in the spec.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 21 November 2010 02:10:56 UTC