Positional vs thematic

From ProgClub
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I'm thinking about which CSS attributes are positional vs. thematic. Positional attributes can vary in a responsive design whereas thematic attributes will (probably) not.

Positional

  • border-radius
  • border-width
  • clear
  • float
  • font-size
  • font-weight
  • height
  • letter-spacing
  • line-height
  • margin
  • margin-top
  • margin-right
  • margin-bottom
  • margin-left
  • max-width
  • min-width
  • overflow
  • overflow-x
  • overflow-y
  • padding
  • padding-top
  • padding-right
  • padding-bottom
  • padding-left
  • text-align
  • vertical-align
  • width

Thematic

  • background-color
  • border-style
  • color
  • cursor
  • text-decoration (arguable)
  • -webkit-appearance