• Hide

      19.n draw:decorative

      The draw:decorative attribute specifies that the frame is purely decorative and may be ignored by assistive technologies.

      The default value for this attribute is false.

       

       

      diff a/OpenDocument-v1.3-schema.rng b/OpenDocument-v1.3-schema.rng
      --- a/OpenDocument-v1.3-schema.rng
      +++ b/OpenDocument-v1.3-schema.rng
      @@ -5062,20 +5062,25 @@
               </rng:choice>
             </rng:optional>
           </rng:element>
         </rng:define>
         <rng:define name="draw-frame-attlist">
           <rng:optional>
             <rng:attribute name="draw:copy-of">
               <rng:ref name="string"/>
             </rng:attribute>
           </rng:optional>
      +    <rng:optional>
      +      <rng:attribute name="draw:decorative">
      +        <rng:ref name="boolean"/>
      +      </rng:attribute>
      +    </rng:optional>
         </rng:define>
         <rng:define name="draw-g">
           <rng:element name="draw:g">
             <rng:ref name="draw-g-attlist"/>
             <rng:ref name="common-draw-z-index-attlist"/>
             <rng:ref name="common-draw-name-attlist"/>
             <rng:ref name="common-draw-id-attlist"/>
             <rng:ref name="common-draw-style-name-attlist"/>
             <rng:ref name="common-text-spreadsheet-shape-attlist"/>
             <rng:ref name="common-draw-caption-id-attlist"/> 

       

      Show
      19.n draw:decorative The draw:decorative attribute specifies that the frame is purely decorative and may be ignored by assistive technologies. The default value for this attribute is false .     diff a/OpenDocument-v1.3-schema.rng b/OpenDocument-v1.3-schema.rng --- a/OpenDocument-v1.3-schema.rng +++ b/OpenDocument-v1.3-schema.rng @@ -5062,20 +5062,25 @@ </rng:choice> </rng:optional> </rng:element> </rng:define> <rng:define name="draw-frame-attlist"> <rng:optional> <rng:attribute name="draw:copy-of"> <rng:ref name="string"/> </rng:attribute> </rng:optional> + <rng:optional> + <rng:attribute name="draw:decorative"> + <rng:ref name="boolean"/> + </rng:attribute> + </rng:optional> </rng:define> <rng:define name="draw-g"> <rng:element name="draw:g"> <rng:ref name="draw-g-attlist"/> <rng:ref name="common-draw-z-index-attlist"/> <rng:ref name="common-draw-name-attlist"/> <rng:ref name="common-draw-id-attlist"/> <rng:ref name="common-draw-style-name-attlist"/> <rng:ref name="common-text-spreadsheet-shape-attlist"/> <rng:ref name="common-draw-caption-id-attlist"/>   

      add new attribute to draw:frame to indicate that the frame is considered decorative so that accessibility screen-readers and similar tools may ignore it.

      see also https://www.w3.org/TR/WCAG20-TECHS/PDF4

            Assignee:
            Unassigned
            Reporter:
            michaelstahl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: