← Prev in month ← Prev in thread

ODF-Next proposal: Sheet tab color

From
Kohei Yoshida <>
Date
2009-10-28T20:42:12+00:00
ID
Thread
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
← Prev in month ← Prev in thread