Uploaded image for project: 'OASIS Open Document Format for Office Applications (OpenDocument) TC'
  1. OASIS Open Document Format for Office Applications (OpenDocument) TC
  2. OFFICE-4136

add attribute to tag a draw:frame as purely decorative

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: ODF 1.3
    • Fix Version/s: None
    • Labels:
      None
    • Proposal:
      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"/>   

      Description

      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

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              michaelstahl Michael Stahl
            • Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated: