The ‘A markup consumer that encounters an ignored element whose expanded name matches the expanded name of an element identified in the ProcessContent attribute value, the markup consumer shall consider that element to be a processed element, regardless of whether or not the element’s qualified name matches the qualified name specified in the ProcessContent attribute value.’ sentence is non-sensical. The definition for the ProcessContent attribute is consequently broken.
Provide a proper definition for the ProcessContent attribute.
page 15, lines 17-20 Part 5, Section 9.1.2 ProcessContent Attribute
te
Proposed Disposition of DIS 29500 Comment FR-0570 (Modified: 2008-01-02) Agreed; in addition to the grammatical error, this is quite complex and therefore somewhat confusing. The following changes will be made: 1. Part 5, §9.1.2, page 15, lines 1720: A markup consumer that , when encounters encountering an ignored element whose expanded name matches the expanded name of an element identified in the ProcessContent attribute value, the markup consumer shall consider that element to be a processed element, regardless of whether or not the element’s qualified name matches the qualified name specified in the ProcessContent attribute value. [Note: See example 94 for further explanation of expanded name matching. end note] 2. The following text is inserted on Part 5, §9.1.2, page 16, after line 25: [Example: Example 94. ProcessContent and expanded names In the following example, <extB:Blink> is ignorable and is identified by the ProcessContent attribute, because extA and extB share the same namespace name and therefore the expanded names match. <Circles xmlns="http://schemas.openxmlformats.org/Circles/v1" xmlns:mc="http://schemas.openxmlformats.org/markup- compatibility/2006" xmlns:extA="http://schemas.openxmlformats.org/Circles/extension" xmlns:extB="http://schemas.openxmlformats.org/Circles/extension" mc:Ignorable="extB" mc:ProcessContent="extA:Blink" > <extB:Blink> <Circle Center="0,0" Radius="20" Color="Blue" /> <Circle Center="25,0" Radius="20" Color="Black" /> <Circle Center="50,0" Radius="20" Color="Red" /> </extB:Blink> </Circles> end example]
