Skip to content
Javier Pedemonte edited this page Aug 19, 2011 · 1 revision

About this wiki page

NOTE: THIS WIKI PAGE MIGHT CONTAIN OUT-OF-DATE INFO. INFO WAS LAST UPDATED 01/2010

This wiki page lists the properties that belong to the $std set of properties, which is the set of properties that appear in "normal view" within the Styling palette.

Versioning strategy

Maqetta and CSS will both evolve over time such that the set of properties that appear in the Styling palette can change over the course of time. Therefore, I propose that the "$std" variable include a versioning number that indicates the set of properties in the Styling Palette for a particular release of daVinci. For the time being, we use "$std10" to represent major release 1 and minor release 0.

$std10

This list is likely to change with subsequent releases until we freeze the notion of a 1.0 version.

Text:

  • font-family
  • font-size
  • color
  • font-weight
  • font-style
  • text-decoration
  • text-align
CSS2 Backgrounds (http://www.w3.org/TR/CSS2/colors.html#background):
  • background-color
  • background-image
  • background-repeat
  • background-position
  • background (shorthand which subsumes the above 4 properties, plus background-attachment, which currently isn't planned for normal view of Styling palette)
CSS3 Backgrounds (http://www.w3.org/TR/css3-background/)
  • background-size
  • background-origin
  • background-clip
CSS3 Gradients Borders:
  • border-color (shorthand which applies to left/top/right/bottom)
  • border-width (shorthand which applies to left/top/right/bottom)
  • border-style (shorthand which applies to left/top/right/bottom)
  • border-radius (shorthand which applies to left/top/right/bottom) - for rounded corners (see http://www.w3.org/TR/css3-background/)
    • -moz-border-radius
    • -webkit-border-radius
Margins and padding:
  • margin (shorthand which subsumes all 'margin-*' properties)
  • padding (shorthand which subsumes all 'padding-*' properties)
Might be added before 1.0 release:
  • vertical-align
  • cursor

Clone this wiki locally