css_inheritable_properties.js
Summary
This file contains a lookup table of css properties, the value of a
property tells whether the property is inheritable or not.
See:
css_inheritable_properties =
{
"-xv-voice-balance": 1,
"-xv-voice-pitch": 1,
"-xv-voice-pitch-range": 1,
"-xv-voice-rate": 1,
"-xv-voice-stress": 1,
"-xv-voice-volume": 1,
"alignment-baseline": 1,
"border-collapse": 1,
"border-spacing": 1,
"box-sizing": 1,
"caption-side": 1,
"cell-spacing": 1,
"color": 1,
"color-interpolation": 1,
"color-interpolation-filters": 1,
"color-rendering": 1,
"cursor": 1,
"direction": 1,
"display-align": 1,
"empty-cells": 1,
"font": 1,
"font-family": 1,
"font-size": 1,
"font-stretch": 1,
"font-style": 1,
"font-variant": 1,
"font-weight": 1,
"image-rendering": 1,
"letter-spacing": 1,
"line-height": 1,
"line-increment": 1,
"list-style": 1,
"list-style-image": 1,
"list-style-position": 1,
"list-style-type": 1,
"marker": 1,
"orphans": 1,
"overflow": 1,
"page": 1,
"page-break-inside": 1,
"pointer-events": 1,
"quotes": 1,
"scrollbar-3dlight-color": 1,
"scrollbar-arrow-color": 1,
"scrollbar-base-color": 1,
"scrollbar-darkshadow-color": 1,
"scrollbar-face-color": 1,
"scrollbar-highlight-color": 1,
"scrollbar-shadow-color": 1,
"scrollbar-track-color": 1,
"shape-rendering": 1,
"size": 1,
"speak": 1,
"stroke-linecap": 1,
"stroke-linejoin": 1,
"text-align": 1,
"text-anchor": 1,
"text-indent": 1,
"text-rendering": 1,
"text-shadow": 1,
"text-transform": 1,
"unicode-bidi": 1,
"visibility": 1,
"voice-family": 1,
"white-space": 1,
"widows": 1,
"word-spacing": 1,
"writing-mode": 1
}
Documentation generated by
JSDoc on Thu Oct 30 18:01:10 2008