[Bug 11062] New: The [inherited attributes] property

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

           Summary: The [inherited attributes] property
           Product: XML Schema
           Version: 1.1 only
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Structures: XSD Part 1
        AssignedTo: David_E3@VERIFONE.com
        ReportedBy: mike@saxonica.com
         QAContact: www-xml-schema-comments@w3.org
                CC: cmsmcq@blackmesatech.com


Assuming that xml:lang is an inheritable attribute, it seems to me that in this
instance:

<p xml:lang="en">
  <q xml:lang="de">
     <r xml:lang="jp"/>
  </q>
</p>

element q has in its [inheritable attributes] the value {xml:lang="en"}, and
element r has the value {@xml:lang="de"}.

Specifically, an attribute is excluded from [inheritable attributes] if it is
masked by a nearer inherited attribute, but not if it is masked by a real
attribute on the element itself.

This seems unhelpful.

-- 
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 Friday, 15 October 2010 08:46:55 UTC