On 2/17/17, 6:26 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>Hi,
>
>Any objection if I add background-repeat and background-position as
>properties to SimpleCSSStyles? It contains the other background
>properties and these are quite commonly used.

For the most part, SimpleCSSStyles contains styles we have at least
attempted to support in the SWF side.  So if you want to add fancier
background styles it would be nice to add a background bead that supports
it.

There really isn't anything special about SimpleCSSStyles.  Folks are
encouraged to create custom bags of style properties that suit their
needs.  If I really needed to save every byte and new my app never used
SimpleCSSStyles for anything other than left and right, I could save a few
bytes by replacing SimpleCSSStyles with a version that just has those two
properties.

So, you might just want to make a NotSoSimpleCSSStyles and pack more
properties on it.

My 2 cents,
-Alex

Reply via email to