OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: ODF-Next proposal: Sheet tab color


Sheet tab color
= Summary =

Proposal owner: Kohei Yoshida

Proposal short name: Sheet tab color

= Rationale =

Use cases: 

Users need to set colors to the sheet tabs, to visually differentiate
each sheet.

Alternatives considered: 

None.

= Requested changes to the ODF Standard =

Text changes/additions (please state section numbers): 

8.1.1 <table:table> (existing section)

Append to the end of its attribute list: table:tab-color.

18.x: table:tab-color (new section)

The table:tab-color attribute specifies the color of the tab associated
with a sheet.  When this value is auto, the application should use the
default color used for sheet tabs.

The default value for this attribute is auto.

Schema changes/additions: 

<define name="table-table-attlist" combine="interleave">
    <optional>
        <attribute name="table:tab-color">
            <choice>
                <value>auto</value>
                <ref name="color"/>
            </choice>
        </attribute>
    </optional>
</define>

= Impacts =

Conformance: 

This proposal will not add any mandatory features or behaviors.

Backwards compatibility: 

This change will not impact existing ODF processors.

Accessibility impact: 

This change will not impact accessibility.

http://wiki.oasis-open.org/office/sheet_tab_color



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]