| Javascript | CSS |
|---|---|
| Propriété de texte | |
| textDecoration | text-decoration |
| textDecorationLineThrough | text-decoration: line-through |
| textDecorationNone | text-decoration: none |
| textDecorationUnderline | text-decoration: underline |
| textDecorationOverline | text-decoration: overline |
| textIndent | text-indent |
| textTransform | text-transform |
| fontFamily | font-family |
| fontSize | font-size |
| fontWeight | font-weight |
| fontVariant | font-variant |
| lineHeight | line-height |
| letterSpacing | letter-spacing |
| verticalAlign | vertical-align |
| Propriété de position | |
| styleFloat | float |
| zIndex | z-index |
| Propriété de liste | |
| listStyle | list-style |
| listStyleImage | list-style-image |
| listStylePosition | list-style-position |
| listStyleType | list-style-type |
| Propriété de marge | |
| paddingBottom | padding-bottom |
| paddingLeft | padding-left |
| paddingRight | padding-right |
| paddingTop | padding-top |
| marginBottom | margin-bottom |
| marginLeft | margin-left |
| marginRight | margin-right |
| marginTop | margin-top |
| Propriété d'impression | |
| pageBreakAfter | page-break-after |
| pageBreakBefore | page-break-before |
| Propriété de bordure | |
| borderBottom | border-bottom |
| borderBottomColor | border-bottom-color |
| borderBottomStyle | border-bottom-style |
| borderBottomWidth | border-bottom-width |
| borderColor | border-color |
| borderLeft | border-left |
| borderLeftColor | border-left-color |
| borderLeftStyle | border-left-style |
| borderLeftWidth | border-left-width |
| borderRight | border-right |
| borderRightColor | border-right-color |
| borderRightStyle | border-right-style |
| borderRightWidth | border-right-width |
| borderStyle | border-style |
| borderTop | border-top |
| borderTopColor | border-top-color |
| borderTopStyle | border-top-style |
| borderTopWidth | border-top-width |
| borderWidth | border-width |
| Propriété de background | |
| backgroundAttachment | background-attachment |
| backgroundColor | background-color |
| backgroundImage | background-image |
| backgroundPosition | background-position |
| backgroundRepeat | background-repeat |
Les autres propriétés sont pour la plupart identiques en css comme en javasript car elles ne sont composées que d'un seul mot.