J.5.1.2 External MLs

In situations where customers find themselves adding content to their documents using MLs that are not part of Office Open XML, they can still take advantage of the built-in accessibility primitives.

Consider the case where the customer elects to embed some external mark-up on a slide via the contentPart.

<p:spTree>
  <p:grpSp>
    <p:nvGrpSpPr>
      <p:cNvPr id="5" name="Group 4" descr="This object contains the math
equations, expressed as MathML, that dictate water flow over the surface of
the vehicle."
        title="Waterflow Equation"/>
        <p:cNvGrpSpPr/>
      <p:nvPr/>
    </p:nvGrpSpPr>
    <p:grpSpPr></p:grpSpPr>
    <p:contentPart r:id="smil01"></p:contentPart>
  </p:grpSp>
</p:spTree>
Last updated on