org.cobogw.gwt.user.client
Class CSS.A

java.lang.Object
  extended by org.cobogw.gwt.user.client.CSS.A
Enclosing class:
CSS

public static final class CSS.A
extends java.lang.Object

This class contains all CSS Attributes.


Field Summary
static java.lang.String AZIMUTH
          AZIMUTH CSS: 'azimuth', javaScript: 'azimuth'
Values: <angle> | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit
Initial value: center
Applies to: all
Inherited?
static java.lang.String BACKGROUND
          BACKGROUND CSS: 'background', javaScript: 'background'
Values: ['background-color' || 'background-image' || 'background-repeat' || 'background-attachment' || 'background-position'] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BACKGROUND_ATTACHMENT
          BACKGROUND_ATTACHMENT CSS: 'background-attachment', javaScript: 'backgroundAttachment'
Values: scroll | fixed | inherit
Initial value: scroll
Applies to: all
Inherited?
static java.lang.String BACKGROUND_COLOR
          BACKGROUND_COLOR CSS: 'background-color', javaScript: 'backgroundColor'
Values: <color> | transparent | inherit
Initial value: transparent
Applies to: all
Inherited?
static java.lang.String BACKGROUND_IMAGE
          BACKGROUND_IMAGE CSS: 'background-image', javaScript: 'backgroundImage'
Values: <uri> | none | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String BACKGROUND_POSITION
          BACKGROUND_POSITION CSS: 'background-position', javaScript: 'backgroundPosition'
Values: [ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]?
static java.lang.String BACKGROUND_REPEAT
          BACKGROUND_REPEAT CSS: 'background-repeat', javaScript: 'backgroundRepeat'
Values: repeat | repeat-x | repeat-y | no-repeat | inherit
Initial value: repeat
Applies to: all
Inherited?
static java.lang.String BORDER
          BORDER CSS: 'border', javaScript: 'border'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BORDER_BOTTOM
          BORDER_BOTTOM CSS: 'border-bottom', javaScript: 'borderBottom'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BORDER_BOTTOM_COLOR
          BORDER_BOTTOM_COLOR CSS: 'border-bottom-color', javaScript: 'borderBottomColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?
static java.lang.String BORDER_BOTTOM_STYLE
          BORDER_BOTTOM_STYLE CSS: 'border-bottom-style', javaScript: 'borderBottomStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String BORDER_BOTTOM_WIDTH
          BORDER_BOTTOM_WIDTH CSS: 'border-bottom-width, javaScript: 'borderBottomWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String BORDER_COLLAPSE
          BORDER_COLLAPSE CSS: 'border-collapse', javaScript: 'borderCollapse'
Values: collapse | separate | inherit
Initial value: separate
Applies to: 'table' and 'inline-table' elements
Inherited?
static java.lang.String BORDER_COLOR
          BORDER_COLOR CSS: 'border-color', javaScript: 'borderColor'
Values: [ <color> | transparent ]{1,4} | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BORDER_LEFT
          BORDER_LEFT CSS: 'border-left', javaScript: 'borderLeft'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BORDER_LEFT_COLOR
          BORDER_LEFT_COLOR CSS: 'border-left-color', javaScript: 'borderLeftColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?
static java.lang.String BORDER_LEFT_STYLE
          BORDER_LEFT_STYLE CSS: 'border-left-style'', javaScript: 'borderLeftStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String BORDER_LEFT_WIDTH
          BORDER_LEFT_WIDTH CSS: 'border-left-width', javaScript: 'borderLeftWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String BORDER_RIGHT
          BORDER_RIGHT CSS: 'border-right', javaScript: 'borderRight'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BORDER_RIGHT_COLOR
          BORDER_RIGHT_COLOR CSS: 'border-right-color', javaScript: 'borderRightColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?
static java.lang.String BORDER_RIGHT_STYLE
          BORDER_RIGHT_STYLE CSS: 'border-right-style', javaScript: 'borderRightStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String BORDER_RIGHT_WIDTH
          BORDER_RIGHT_WIDTH CSS: 'border-right-width', javaScript: 'borderRightWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String BORDER_SPACING
          BORDER_SPACING CSS: 'border-spacing', javaScript: 'borderSpacing'
Values: <length> <length>?
static java.lang.String BORDER_STYLE
          BORDER_STYLE CSS: 'border-style', javaScript: 'borderStyle'
Values: [{none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset]{1,4} | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BORDER_TOP
          BORDER_TOP CSS: 'border-top', javaScript: 'borderTop'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BORDER_TOP_COLOR
          BORDER_TOP_COLOR CSS: 'border-top-color', javaScript: 'borderTopColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?
static java.lang.String BORDER_TOP_STYLE
          BORDER_TOP_STYLE CSS: 'border-top-style', javaScript: 'borderTopStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String BORDER_TOP_WIDTH
          BORDER_TOP_WIDTH CSS: 'border-top-width', javaScript: 'borderTopWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String BORDER_WIDTH
          BORDER_WIDTH CSS: 'border-width', javaScript: 'borderWidth'
Values: <border-width>{1,4} | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String BOTTOM
          BOTTOM CSS: 'bottom', javaScript: 'bottom'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?
static java.lang.String CAPTION_SIDE
          CAPTION_SIDE CSS: 'caption-side', javaScript: 'captionSide'
Values: top | bottom | inherit
Initial value: top
Applies to: 'table-caption' elements
Inherited?
static java.lang.String CLEAR
          CLEAR CSS: 'clear', javaScript: 'clear'
Values: none | left | right | both | inherit
Initial value: none
Applies to: block-level elements
Inherited?
static java.lang.String CLIP
          CLIP CSS: 'clip', javaScript: 'clip'
Values: <shape> | auto | inherit
Initial value: auto
Applies to: absolutely positioned elements
Inherited?
static java.lang.String COLOR
          COLOR CSS: 'color', javaScript: 'color'
Values: <color> | inherit
Initial value: depends on user agent
Applies to: all
Inherited?
static java.lang.String CONTENT
          CONTENT CSS: 'content', javaScript: 'content'
Values: normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit
Initial value: normal
Applies to: :before and :after pseudo-elements
Inherited?
static java.lang.String COUNTER_INCREMENT
          COUNTER_INCREMENT CSS: 'counter-increment', javaScript: 'counterIncrement'
Values: [ <identifier> <integer>?
static java.lang.String COUNTER_RESET
          COUNTER_RESET CSS: 'counter-reset', javaScript: 'counterReset'
Values: [ <identifier> <integer>?
static java.lang.String CUE
          CUE CSS: 'cue', javaScript: 'cue'
Values: [ 'cue-before' || 'cue-after' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String CUE_AFTER
          CUE_AFTER CSS: 'cue-after', javaScript: 'cueAfter'
Values: <uri> | none | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String CUE_BEFORE
          CUE_BEFORE CSS: 'cue-before', javaScript: 'cueBefore'
Values: <uri> | none | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String CURSOR
          CURSOR CSS: 'cursor', javaScript: 'cursor'
Values: [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit.
static java.lang.String DIRECTION
          DIRECTION CSS: 'direction', javaScript: 'direction'
Values: ltr | rtl | inherit
Initial value: ltr
Applies to: all elements, but see prose
Inherited?
static java.lang.String DISPLAY
          DISPLAY Four display values are consistently supported on all browsers. block, inline, none and list-item are safe the others work partly or not.
static java.lang.String ELEVATION
          ELEVATION CSS: 'elevation', javaScript: 'elevation'
Values: <angle> | below | level | above | higher | lower | inherit
Initial value: level
Applies to: all
Inherited?
static java.lang.String EMPTY_CELLS
          EMPTY_CELLS CSS: 'empty-cells', javaScript: 'emptyCells'
Values: show | hide | inherit
Initial value: show
Applies to: 'table-cell' elements
Inherited?
static java.lang.String FLOAT
          FLOAT 'float' is a reserved keyword in javaScript.
static java.lang.String FONT
          FONT CSS: 'font', javaScript: 'font'
Values: [ [ 'font-style' || 'font-variant' || 'font-weight' ]?
static java.lang.String FONT_FAMILY
          FONT_FAMILY CSS: 'font-family', javaScript: 'fontFamily'
Values: [[ <family-name> | <generic-family> ] [, <family-name>| <generic-family>]* ] | inherit
Initial value: depends on user agent
Applies to: all
Inherited?
static java.lang.String FONT_SIZE
          FONT_SIZE CSS: 'font-size', javaScript: 'fontSize'
Values: <absolute-size> | <relative-size> | <length> | <percentage> | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String FONT_STYLE
          FONT_STYLE CSS: 'font-style', javaScript: 'fontStyle'
Values: normal | italic | oblique | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String FONT_VARIANT
          FONT_VARIANT CSS: 'font-variant', javaScript: 'fontVariant'
Values: normal | small-caps | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String FONT_WEIGHT
          FONT_WEIGHT CSS: 'font-weight', javaScript: 'fontWeight'
Values: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String HEIGHT
          HEIGHT CSS: 'height', javaScript: 'height'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: all elements but non-replaced inline elements, table columns, and column groups
Inherited?
static java.lang.String LEFT
          LEFT CSS: 'left', javaScript: 'left'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?
static java.lang.String LETTER_SPACING
          LETTER_SPACING CSS: 'letter-spacing', javaScript: 'letterSpacing'
Values: normal | <length> | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String LINE_HEIGHT
          LINE_HEIGHT CSS: 'line-height', javaScript: 'lineHeight'
Values: normal | <number> | <length> | <percentage> | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String LIST_STYLE
          LIST_STYLE CSS: 'list-style', javaScript: 'listStyle'
Values: [ 'list-style-type' || 'list-style-position' || 'list-style-image' ] | inherit
Initial value: see individual properties
Applies to: elements with 'display: list-item'
Inherited?
static java.lang.String LIST_STYLE_IMAGE
          LIST_STYLE_IMAGE CSS: 'list-style-image', javaScript: 'listStyleImage'
Values: <uri> | none | inherit
Initial value: none
Applies to: elements with 'display: list-item'
Inherited?
static java.lang.String LIST_STYLE_POSITION
          LIST_STYLE_POSITION CSS: 'list-style-position', javaScript: 'listStylePosition'
Values: inside | outside | inherit
Initial value: outside
Applies to: elements with 'display: list-item'
Inherited?
static java.lang.String LIST_STYLE_TYPE
          LIST_STYLE_TYPE CSS: 'list-style-type', javaScript: 'listStyleType'
Values: disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none | inherit
Initial value: disc
Applies to: elements with 'display: list-item'
Inherited?
static java.lang.String MARGIN
          MARGIN CSS: 'margin', javaScript: 'margin'
Values: <margin-width>{1,4} | inherit
Initial value: see individual properties
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?
static java.lang.String MARGIN_BOTTOM
          MARGIN_BOTTOM CSS: 'margin-bottom', javaScript: 'marginBottom'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?
static java.lang.String MARGIN_LEFT
          MARGIN_LEFT CSS: 'margin-left', javaScript: 'marginLeft'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?
static java.lang.String MARGIN_RIGHT
          MARGIN_RIGHT CSS: 'margin-right', javaScript: 'marginRight'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?
static java.lang.String MARGIN_TOP
          MARGIN_TOP CSS: 'margin-top', javaScript: 'marginTop'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?
static java.lang.String MAX_HEIGHT
          MAX_HEIGHT CSS: 'max-height', javaScript: 'maxHeight'
Values: <length> | <percentage> | none | inherit
Initial value: none
Applies to: all elements but non-replaced inline elements, table columns, and column groups
Inherited?
static java.lang.String MAX_WIDTH
          MAX_WIDTH CSS: 'max-width', javaScript: 'maxWidth'
Values: <length> | <percentage> | none | inherit
Initial value: none
Applies to: all elements but non-replaced inline elements, table rows, and row groups
Inherited?
static java.lang.String MIN_HEIGHT
          MIN_HEIGHT CSS: 'min-height', javaScript: 'minHeight'
Values: <length> | <percentage> | inherit
Initial value: 0
Applies to: all elements but non-replaced inline elements, table columns, and column groups
Inherited?
static java.lang.String MIN_WIDTH
          MIN_WIDTH CSS: 'min-width', javaScript: 'minWidth'
Values: <length> | <percentage> | inherit
Initial value: 0
Applies to: all elements but non-replaced inline elements, table rows, and row groups
Inherited?
static java.lang.String ORPHANS
          ORPHANS CSS: 'orphans', javaScript: 'orphans'
Values: <integer> | inherit
Initial value: 2
Applies to: block-level elements
Inherited?
static java.lang.String OUTLINE
          OUTLINE Supported: Not supported by IE6 & 7.
static java.lang.String OUTLINE_COLOR
          OUTLINE_COLOR CSS: 'outline-color', javaScript: 'outlineColor'
Values: <color> | invert | inherit
Initial value: invert
Applies to: all
Inherited?
static java.lang.String OUTLINE_STYLE
          OUTLINE_STYLE CSS: 'outline-style', javaScript: 'outlineStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String OUTLINE_WIDTH
          OUTLINE_WIDTH CSS: 'outline-width', javaScript: 'outlineWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String OVERFLOW
          OVERFLOW CSS: 'overflow', javaScript: 'overflow'
Values: visible | hidden | scroll | auto | inherit
Initial value: visible
Applies to: non-replaced block-level elements, table cells, and inline-block elements
Inherited?
static java.lang.String PADDING
          PADDING CSS: 'padding', javaScript: 'padding'
Values: <padding-width>{1,4} | inherit
Initial value: see individual properties
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?
static java.lang.String PADDING_BOTTOM
          PADDING_BOTTOM CSS: 'padding-bottom', javaScript: 'paddingBottom'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?
static java.lang.String PADDING_LEFT
          PADDING_LEFT CSS: 'padding-left', javaScript: 'paddingLeft'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?
static java.lang.String PADDING_RIGHT
          PADDING_RIGHT CSS: 'padding-right', javaScript: 'paddingRight'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?
static java.lang.String PADDING_TOP
          PADDING_TOP CSS: 'padding-top', javaScript: 'paddingTop'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?
static java.lang.String PAGE_BREAK_AFTER
          PAGE_BREAK_AFTER CSS: 'page-break-after', javaScript: 'pageBreakAfter'
Values: auto | always | avoid | left | right | inherit
Initial value: auto
Applies to: block-level elements
Inherited?
static java.lang.String PAGE_BREAK_BEFORE
          PAGE_BREAK_BEFORE CSS: 'page-break-before', javaScript: 'pageBreakBefore'
Values: auto | always | avoid | left | right | inherit
Initial value: auto
Applies to: block-level elements
Inherited?
static java.lang.String PAGE_BREAK_INSIDE
          PAGE_BREAK_INSIDE CSS: 'page-break-inside', javaScript: 'pageBreakInside'
Values: avoid | auto | inherit
Initial value: auto
Applies to: block-level elements
Inherited?
static java.lang.String PAUSE
          PAUSE CSS: 'pause', javaScript: 'pause'
Values: [ [<time> | <percentage>]{1,2} ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?
static java.lang.String PAUSE_AFTER
          PAUSE_AFTER CSS: 'pause-after', javaScript: 'pauseAfter'
Values: <time> | <percentage> | inherit
Initial value: 0
Applies to: all
Inherited?
static java.lang.String PAUSE_BEFORE
          PAUSE_BEFORE CSS: 'pause-before', javaScript: 'pauseBefore'
Values: <time> | <percentage> | inherit
Initial value: 0
Applies to: all
Inherited?
static java.lang.String PITCH
          PITCH CSS: 'pitch', javaScript: 'pitch'
Values: <frequency> | x-low | low | medium | high | x-high | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String PITCH_RANGE
          PITCH_RANGE CSS: 'pitch-range', javaScript: 'pitchRange'
Values: <number> | inherit
Initial value: 50
Applies to: all
Inherited?
static java.lang.String PLAY_DURING
          PLAY_DURING CSS: 'play-during', javaScript: 'playDuring'
Values: <uri> [ mix || repeat ]?
static java.lang.String POSITION
          POSITION CSS: 'position', javaScript: 'position'
Values: static | relative | absolute | fixed | inherit
Initial value: static
Applies to: all
Inherited?
static java.lang.String QUOTES
          QUOTES CSS: 'quotes', javaScript: 'quotes'
Values: [<string> <string>]+ | none | inherit
Initial value: depends on user agent
Applies to: all
Inherited?
static java.lang.String RICHNESS
          RICHNESS CSS: 'richness', javaScript: 'richness'
Values: <number> | inherit
Initial value: 50
Applies to: all
Inherited?
static java.lang.String RIGHT
          RIGHT CSS: 'right', javaScript: 'right'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?
static java.lang.String SPEAK
          SPEAK CSS: 'speak', javaScript: 'speak'
Values: normal | none | spell-out | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String SPEAK_HEADER
          SPEAK_HEADER CSS: 'speak-header', javaScript: 'speakHeader'
Values: once | always | inherit
Initial value: once
Applies to: elements that have table header information
Inherited?
static java.lang.String SPEAK_NUMERAL
          SPEAK_NUMERAL CSS: 'speak-numeral', javaScript: 'speakNumeral'
Values: digits | continuous | inherit
Initial value: continuous
Applies to: all
Inherited?
static java.lang.String SPEAK_PUNCTUATION
          SPEAK_PUNCTUATION CSS: 'speak-punctuation', javaScript: 'speakPunctuation'
Values: code | none | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String SPEECH_RATE
          SPEECH_RATE CSS: 'speech-rate', javaScript: 'speechRate'
Values: <number> | x-slow | slow | medium | fast | x-fast | faster | slower | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String STRESS
          STRESS CSS: 'stress', javaScript: 'stress'
Values: <number> | inherit
Initial value: 50
Applies to: all
Inherited?
static java.lang.String TABLE_LAYOUT
          TABLE_LAYOUT CSS: 'table-layout', javaScript: 'tableLayout'
Values: auto | fixed | inherit
Initial value: auto
Applies to: 'table' and 'inline-table' elements
Inherited?
static java.lang.String TEXT_ALIGN
          TEXT_ALIGN CSS: 'text-align', javaScript: 'textAlign'
Values: left | right | center | justify | inherit
Initial value: a nameless value that acts as 'left' if 'direction' is 'ltr', 'right' if 'direction' is 'rtl'
Applies to: block-level elements, table cells and inline blocks
Inherited?
static java.lang.String TEXT_DECORATION
          TEXT_DECORATION CSS: 'text-decoration', javaScript: 'textDecoration'
Values: none | [ underline || overline || line-through || blink ] | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String TEXT_INDENT
          TEXT_INDENT CSS: 'text-indent', javaScript: 'textIndent'
Values: <length> | <percentage> | inherit
Initial value: 0
Applies to: block-level elements, table cells and inline blocks
Inherited?
static java.lang.String TEXT_TRANSFORM
          TEXT_TRANSFORM CSS: 'text-transform', javaScript: 'textTransform'
Values: capitalize | uppercase | lowercase | none | inherit
Initial value: none
Applies to: all
Inherited?
static java.lang.String TOP
          TOP CSS: 'top', javaScript: 'top'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?
static java.lang.String UNICODE_BIDI
          UNICODE_BIDI CSS: 'unicode-bidi', javaScript: 'unicodeBidi'
Values: normal | embed | bidi-override | inherit
Initial value: normal
Applies to: all elements, but see prose
Inherited?
static java.lang.String VERTICAL_ALIGN
          VERTICAL_ALIGN CSS: 'vertical-align', javaScript: 'verticalAlign'
Values: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit
Initial value: baseline
Applies to: inline-level and 'table-cell' elements
Inherited?
static java.lang.String VISIBILITY
          VISIBILITY CSS: 'visibility', javaScript: 'visibility'
Values: visible | hidden | collapse | inherit
Initial value: visible
Applies to: all
Inherited?
static java.lang.String VOICE_FAMILY
          VOICE_FAMILY CSS: 'voice-family', javaScript: 'voiceFamily'
Values: [[<specific-voice> | <generic-voice> ],]* [<specific-voice> | <generic-voice> ] | inherit
Initial value: depends on user agent
Applies to: all
Inherited?
static java.lang.String VOLUME
          VOLUME CSS: 'volume', javaScript: 'volume'
Values: <number> | <percentage> | silent | x-soft | soft | medium | loud | x-loud | inherit
Initial value: medium
Applies to: all
Inherited?
static java.lang.String WHITE_SPACE
          WHITE_SPACE CSS: 'white-space', javaScript: 'whiteSpace'
Values: normal | pre | nowrap | pre-wrap | pre-line | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String WIDOWS
          WIDOWS CSS: 'widows', javaScript: 'widows'
Values: <integer> | inherit
Initial value: 2
Applies to: block-level elements
Inherited?
static java.lang.String WIDTH
          WIDTH CSS: 'width', javaScript: 'width'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: all elements but non-replaced inline elements, table rows, and row groups
Inherited?
static java.lang.String WORD_SPACING
          WORD_SPACING CSS: 'word-spacing', javaScript: 'wordSpacing'
Values: normal | <length> | inherit
Initial value: normal
Applies to: all
Inherited?
static java.lang.String Z_INDEX
          Z_INDEX CSS: 'z-index', javaScript: 'zIndex'
Values: auto | <integer> | inherit
Initial value: auto
Applies to: positioned elements
Inherited?
 
Constructor Summary
CSS.A()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AZIMUTH

public static final java.lang.String AZIMUTH
AZIMUTH

CSS: 'azimuth', javaScript: 'azimuth'
Values: <angle> | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit
Initial value: center
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

BACKGROUND_ATTACHMENT

public static final java.lang.String BACKGROUND_ATTACHMENT
BACKGROUND_ATTACHMENT

CSS: 'background-attachment', javaScript: 'backgroundAttachment'
Values: scroll | fixed | inherit
Initial value: scroll
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BACKGROUND_COLOR

public static final java.lang.String BACKGROUND_COLOR
BACKGROUND_COLOR

CSS: 'background-color', javaScript: 'backgroundColor'
Values: <color> | transparent | inherit
Initial value: transparent
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BACKGROUND_IMAGE

public static final java.lang.String BACKGROUND_IMAGE
BACKGROUND_IMAGE

CSS: 'background-image', javaScript: 'backgroundImage'
Values: <uri> | none | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BACKGROUND_POSITION

public static final java.lang.String BACKGROUND_POSITION
BACKGROUND_POSITION

CSS: 'background-position', javaScript: 'backgroundPosition'
Values: [ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] | inherit
Initial value: 0% 0%
Applies to: all
Inherited?: no
Percentages: refer to the size of the box itself
Media groups: visual

See Also:
Constant Field Values

BACKGROUND_REPEAT

public static final java.lang.String BACKGROUND_REPEAT
BACKGROUND_REPEAT

CSS: 'background-repeat', javaScript: 'backgroundRepeat'
Values: repeat | repeat-x | repeat-y | no-repeat | inherit
Initial value: repeat
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BACKGROUND

public static final java.lang.String BACKGROUND
BACKGROUND

CSS: 'background', javaScript: 'background'
Values: ['background-color' || 'background-image' || 'background-repeat' || 'background-attachment' || 'background-position'] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no Percentages: allowed on 'background-position'
Media groups: visual

See Also:
Constant Field Values

BORDER_COLLAPSE

public static final java.lang.String BORDER_COLLAPSE
BORDER_COLLAPSE

CSS: 'border-collapse', javaScript: 'borderCollapse'
Values: collapse | separate | inherit
Initial value: separate
Applies to: 'table' and 'inline-table' elements
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

BORDER_COLOR

public static final java.lang.String BORDER_COLOR
BORDER_COLOR

CSS: 'border-color', javaScript: 'borderColor'
Values: [ <color> | transparent ]{1,4} | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_SPACING

public static final java.lang.String BORDER_SPACING
BORDER_SPACING

CSS: 'border-spacing', javaScript: 'borderSpacing'
Values: <length> <length>? | inherit
Initial value: 0
Applies to: 'table' and 'inline-table' elements
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

BORDER_STYLE

public static final java.lang.String BORDER_STYLE
BORDER_STYLE

CSS: 'border-style', javaScript: 'borderStyle'
Values: [{none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset]{1,4} | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_TOP

public static final java.lang.String BORDER_TOP
BORDER_TOP

CSS: 'border-top', javaScript: 'borderTop'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_RIGHT

public static final java.lang.String BORDER_RIGHT
BORDER_RIGHT

CSS: 'border-right', javaScript: 'borderRight'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_BOTTOM

public static final java.lang.String BORDER_BOTTOM
BORDER_BOTTOM

CSS: 'border-bottom', javaScript: 'borderBottom'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_LEFT

public static final java.lang.String BORDER_LEFT
BORDER_LEFT

CSS: 'border-left', javaScript: 'borderLeft'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_TOP_COLOR

public static final java.lang.String BORDER_TOP_COLOR
BORDER_TOP_COLOR

CSS: 'border-top-color', javaScript: 'borderTopColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_RIGHT_COLOR

public static final java.lang.String BORDER_RIGHT_COLOR
BORDER_RIGHT_COLOR

CSS: 'border-right-color', javaScript: 'borderRightColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_BOTTOM_COLOR

public static final java.lang.String BORDER_BOTTOM_COLOR
BORDER_BOTTOM_COLOR

CSS: 'border-bottom-color', javaScript: 'borderBottomColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_LEFT_COLOR

public static final java.lang.String BORDER_LEFT_COLOR
BORDER_LEFT_COLOR

CSS: 'border-left-color', javaScript: 'borderLeftColor'
Values: <color> | transparent | inherit
Initial value: the value of the 'color' property
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_TOP_STYLE

public static final java.lang.String BORDER_TOP_STYLE
BORDER_TOP_STYLE

CSS: 'border-top-style', javaScript: 'borderTopStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_RIGHT_STYLE

public static final java.lang.String BORDER_RIGHT_STYLE
BORDER_RIGHT_STYLE

CSS: 'border-right-style', javaScript: 'borderRightStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_BOTTOM_STYLE

public static final java.lang.String BORDER_BOTTOM_STYLE
BORDER_BOTTOM_STYLE

CSS: 'border-bottom-style', javaScript: 'borderBottomStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_LEFT_STYLE

public static final java.lang.String BORDER_LEFT_STYLE
BORDER_LEFT_STYLE

CSS: 'border-left-style'', javaScript: 'borderLeftStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_TOP_WIDTH

public static final java.lang.String BORDER_TOP_WIDTH
BORDER_TOP_WIDTH

CSS: 'border-top-width', javaScript: 'borderTopWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_RIGHT_WIDTH

public static final java.lang.String BORDER_RIGHT_WIDTH
BORDER_RIGHT_WIDTH

CSS: 'border-right-width', javaScript: 'borderRightWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_BOTTOM_WIDTH

public static final java.lang.String BORDER_BOTTOM_WIDTH
BORDER_BOTTOM_WIDTH

CSS: 'border-bottom-width, javaScript: 'borderBottomWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_LEFT_WIDTH

public static final java.lang.String BORDER_LEFT_WIDTH
BORDER_LEFT_WIDTH

CSS: 'border-left-width', javaScript: 'borderLeftWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER_WIDTH

public static final java.lang.String BORDER_WIDTH
BORDER_WIDTH

CSS: 'border-width', javaScript: 'borderWidth'
Values: <border-width>{1,4} | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BORDER

public static final java.lang.String BORDER
BORDER

CSS: 'border', javaScript: 'border'
Values: [ <border-width> || <border-style> || 'border-top-color' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

BOTTOM

public static final java.lang.String BOTTOM
BOTTOM

CSS: 'bottom', javaScript: 'bottom'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?: no Percentages: refer to height of containing block
Media groups: visual

See Also:
Constant Field Values

CAPTION_SIDE

public static final java.lang.String CAPTION_SIDE
CAPTION_SIDE

CSS: 'caption-side', javaScript: 'captionSide'
Values: top | bottom | inherit
Initial value: top
Applies to: 'table-caption' elements
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

CLEAR

public static final java.lang.String CLEAR
CLEAR

CSS: 'clear', javaScript: 'clear'
Values: none | left | right | both | inherit
Initial value: none
Applies to: block-level elements
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

CLIP

public static final java.lang.String CLIP
CLIP

CSS: 'clip', javaScript: 'clip'
Values: <shape> | auto | inherit
Initial value: auto
Applies to: absolutely positioned elements
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

COLOR

public static final java.lang.String COLOR
COLOR

CSS: 'color', javaScript: 'color'
Values: <color> | inherit
Initial value: depends on user agent
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

CONTENT

public static final java.lang.String CONTENT
CONTENT

CSS: 'content', javaScript: 'content'
Values: normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit
Initial value: normal
Applies to: :before and :after pseudo-elements
Inherited?: no
Media groups: all

See Also:
Constant Field Values

COUNTER_INCREMENT

public static final java.lang.String COUNTER_INCREMENT
COUNTER_INCREMENT

CSS: 'counter-increment', javaScript: 'counterIncrement'
Values: [ <identifier> <integer>? ]+ | none | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: all

See Also:
Constant Field Values

COUNTER_RESET

public static final java.lang.String COUNTER_RESET
COUNTER_RESET

CSS: 'counter-reset', javaScript: 'counterReset'
Values: [ <identifier> <integer>? ]+ | none | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: all

See Also:
Constant Field Values

CUE_AFTER

public static final java.lang.String CUE_AFTER
CUE_AFTER

CSS: 'cue-after', javaScript: 'cueAfter'
Values: <uri> | none | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: aural

See Also:
Constant Field Values

CUE_BEFORE

public static final java.lang.String CUE_BEFORE
CUE_BEFORE

CSS: 'cue-before', javaScript: 'cueBefore'
Values: <uri> | none | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: aural

See Also:
Constant Field Values

CUE

public static final java.lang.String CUE
CUE

CSS: 'cue', javaScript: 'cue'
Values: [ 'cue-before' || 'cue-after' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: aural

See Also:
Constant Field Values

CURSOR

public static final java.lang.String CURSOR
CURSOR

CSS: 'cursor', javaScript: 'cursor'
Values: [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit. Microsoft specific extensions: [ all-scroll | col-resize | no-drop | not-allowed | row-resize | url | vertical-text ]. IE 5 and IE 5.5 only no hand, is the equivalent of pointer, which should be used instead of hand.
Initial value: auto
Applies to: all
Inherited?: yes
Media groups: visual, interactive

See Also:
http://www.quirksmode.org/css/cursor.html, Constant Field Values

DIRECTION

public static final java.lang.String DIRECTION
DIRECTION

CSS: 'direction', javaScript: 'direction'
Values: ltr | rtl | inherit
Initial value: ltr
Applies to: all elements, but see prose
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

DISPLAY

public static final java.lang.String DISPLAY
DISPLAY

Four display values are consistently supported on all browsers. block, inline, none and list-item are safe the others work partly or not.

CSS: 'display', javaScript: 'display'
Values: inline | block | list-item | run-in | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit
Initial value: inline
Applies to: all
Inherited?: no
Media groups: all

See Also:
http://www.quirksmode.org/css/display.html, Constant Field Values

ELEVATION

public static final java.lang.String ELEVATION
ELEVATION

CSS: 'elevation', javaScript: 'elevation'
Values: <angle> | below | level | above | higher | lower | inherit
Initial value: level
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

EMPTY_CELLS

public static final java.lang.String EMPTY_CELLS
EMPTY_CELLS

CSS: 'empty-cells', javaScript: 'emptyCells'
Values: show | hide | inherit
Initial value: show
Applies to: 'table-cell' elements
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

FLOAT

public static final java.lang.String FLOAT
FLOAT

'float' is a reserved keyword in javaScript. Therefore the name can't be used. So the value 'cssFloat' is defined. However, in IE this name is called 'styleFloat'. This implementation takes care of that.

CSS: 'float', javaScript IE:'styleFloat', other: 'cssFloat'
Values: left | right | none | inherit
Initial value: none
Applies to: all, but see 9.7
Inherited?: no
Media groups: visual


FONT_FAMILY

public static final java.lang.String FONT_FAMILY
FONT_FAMILY

CSS: 'font-family', javaScript: 'fontFamily'
Values: [[ <family-name> | <generic-family> ] [, <family-name>| <generic-family>]* ] | inherit
Initial value: depends on user agent
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

FONT_SIZE

public static final java.lang.String FONT_SIZE
FONT_SIZE

CSS: 'font-size', javaScript: 'fontSize'
Values: <absolute-size> | <relative-size> | <length> | <percentage> | inherit
Initial value: medium
Applies to: all
Inherited?: yes Percentages: refer to parent element's font size
Media groups: visual

See Also:
Constant Field Values

FONT_STYLE

public static final java.lang.String FONT_STYLE
FONT_STYLE

CSS: 'font-style', javaScript: 'fontStyle'
Values: normal | italic | oblique | inherit
Initial value: normal
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

FONT_VARIANT

public static final java.lang.String FONT_VARIANT
FONT_VARIANT

CSS: 'font-variant', javaScript: 'fontVariant'
Values: normal | small-caps | inherit
Initial value: normal
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

FONT_WEIGHT

public static final java.lang.String FONT_WEIGHT
FONT_WEIGHT

CSS: 'font-weight', javaScript: 'fontWeight'
Values: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit
Initial value: normal
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

FONT

public static final java.lang.String FONT
FONT

CSS: 'font', javaScript: 'font'
Values: [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit
Initial value: see individual properties
Applies to: all
Inherited?: yes Percentages: see individual properties
Media groups: visual

See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
HEIGHT

CSS: 'height', javaScript: 'height'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: all elements but non-replaced inline elements, table columns, and column groups
Inherited?: no Percentages: see prose
Media groups: visual

See Also:
Constant Field Values

LEFT

public static final java.lang.String LEFT
LEFT

CSS: 'left', javaScript: 'left'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

LETTER_SPACING

public static final java.lang.String LETTER_SPACING
LETTER_SPACING

CSS: 'letter-spacing', javaScript: 'letterSpacing'
Values: normal | <length> | inherit
Initial value: normal
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

LINE_HEIGHT

public static final java.lang.String LINE_HEIGHT
LINE_HEIGHT

CSS: 'line-height', javaScript: 'lineHeight'
Values: normal | <number> | <length> | <percentage> | inherit
Initial value: normal
Applies to: all
Inherited?: yes Percentages: refer to the font size of the element itself
Media groups: visual

See Also:
Constant Field Values

LIST_STYLE_IMAGE

public static final java.lang.String LIST_STYLE_IMAGE
LIST_STYLE_IMAGE

CSS: 'list-style-image', javaScript: 'listStyleImage'
Values: <uri> | none | inherit
Initial value: none
Applies to: elements with 'display: list-item'
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

LIST_STYLE_POSITION

public static final java.lang.String LIST_STYLE_POSITION
LIST_STYLE_POSITION

CSS: 'list-style-position', javaScript: 'listStylePosition'
Values: inside | outside | inherit
Initial value: outside
Applies to: elements with 'display: list-item'
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

LIST_STYLE_TYPE

public static final java.lang.String LIST_STYLE_TYPE
LIST_STYLE_TYPE

CSS: 'list-style-type', javaScript: 'listStyleType'
Values: disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none | inherit
Initial value: disc
Applies to: elements with 'display: list-item'
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

LIST_STYLE

public static final java.lang.String LIST_STYLE
LIST_STYLE

CSS: 'list-style', javaScript: 'listStyle'
Values: [ 'list-style-type' || 'list-style-position' || 'list-style-image' ] | inherit
Initial value: see individual properties
Applies to: elements with 'display: list-item'
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

MARGIN_RIGHT

public static final java.lang.String MARGIN_RIGHT
MARGIN_RIGHT

CSS: 'margin-right', javaScript: 'marginRight'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

MARGIN_LEFT

public static final java.lang.String MARGIN_LEFT
MARGIN_LEFT

CSS: 'margin-left', javaScript: 'marginLeft'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

MARGIN_TOP

public static final java.lang.String MARGIN_TOP
MARGIN_TOP

CSS: 'margin-top', javaScript: 'marginTop'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

MARGIN_BOTTOM

public static final java.lang.String MARGIN_BOTTOM
MARGIN_BOTTOM

CSS: 'margin-bottom', javaScript: 'marginBottom'
Values: <margin-width> | inherit
Initial value: 0
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

MARGIN

public static final java.lang.String MARGIN
MARGIN

CSS: 'margin', javaScript: 'margin'
Values: <margin-width>{1,4} | inherit
Initial value: see individual properties
Applies to: all elements except elements with table display types other than table-caption, table and inline-table
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

MAX_HEIGHT

public static final java.lang.String MAX_HEIGHT
MAX_HEIGHT

CSS: 'max-height', javaScript: 'maxHeight'
Values: <length> | <percentage> | none | inherit
Initial value: none
Applies to: all elements but non-replaced inline elements, table columns, and column groups
Inherited?: no Percentages: see prose
Media groups: visual

See Also:
Constant Field Values

MAX_WIDTH

public static final java.lang.String MAX_WIDTH
MAX_WIDTH

CSS: 'max-width', javaScript: 'maxWidth'
Values: <length> | <percentage> | none | inherit
Initial value: none
Applies to: all elements but non-replaced inline elements, table rows, and row groups
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

MIN_HEIGHT

public static final java.lang.String MIN_HEIGHT
MIN_HEIGHT

CSS: 'min-height', javaScript: 'minHeight'
Values: <length> | <percentage> | inherit
Initial value: 0
Applies to: all elements but non-replaced inline elements, table columns, and column groups
Inherited?: no Percentages: see prose
Media groups: visual

See Also:
Constant Field Values

MIN_WIDTH

public static final java.lang.String MIN_WIDTH
MIN_WIDTH

CSS: 'min-width', javaScript: 'minWidth'
Values: <length> | <percentage> | inherit
Initial value: 0
Applies to: all elements but non-replaced inline elements, table rows, and row groups
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

ORPHANS

public static final java.lang.String ORPHANS
ORPHANS

CSS: 'orphans', javaScript: 'orphans'
Values: <integer> | inherit
Initial value: 2
Applies to: block-level elements
Inherited?: yes
Media groups: visual, paged

See Also:
Constant Field Values

OUTLINE

public static final java.lang.String OUTLINE
OUTLINE

Supported: Not supported by IE6 & 7.

CSS: 'outline', javaScript: 'outline'
Values: [ 'outline-color' || 'outline-style' || 'outline-width' ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no
Media groups: visual, interactive

See Also:
Constant Field Values

OUTLINE_COLOR

public static final java.lang.String OUTLINE_COLOR
OUTLINE_COLOR

CSS: 'outline-color', javaScript: 'outlineColor'
Values: <color> | invert | inherit
Initial value: invert
Applies to: all
Inherited?: no
Media groups: visual, interactive

See Also:
Constant Field Values

OUTLINE_STYLE

public static final java.lang.String OUTLINE_STYLE
OUTLINE_STYLE

CSS: 'outline-style', javaScript: 'outlineStyle'
Values: <border-style> | inherit
Initial value: none
Applies to: all
Inherited?: no
Media groups: visual, interactive

See Also:
Constant Field Values

OUTLINE_WIDTH

public static final java.lang.String OUTLINE_WIDTH
OUTLINE_WIDTH

CSS: 'outline-width', javaScript: 'outlineWidth'
Values: <border-width> | inherit
Initial value: medium
Applies to: all
Inherited?: no
Media groups: visual, interactive

See Also:
Constant Field Values

OVERFLOW

public static final java.lang.String OVERFLOW
OVERFLOW

CSS: 'overflow', javaScript: 'overflow'
Values: visible | hidden | scroll | auto | inherit
Initial value: visible
Applies to: non-replaced block-level elements, table cells, and inline-block elements
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

PADDING_TOP

public static final java.lang.String PADDING_TOP
PADDING_TOP

CSS: 'padding-top', javaScript: 'paddingTop'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

PADDING_RIGHT

public static final java.lang.String PADDING_RIGHT
PADDING_RIGHT

CSS: 'padding-right', javaScript: 'paddingRight'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

PADDING_BOTTOM

public static final java.lang.String PADDING_BOTTOM
PADDING_BOTTOM

CSS: 'padding-bottom', javaScript: 'paddingBottom'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

PADDING_LEFT

public static final java.lang.String PADDING_LEFT
PADDING_LEFT

CSS: 'padding-left', javaScript: 'paddingLeft'
Values: <padding-width> | inherit
Initial value: 0
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

PADDING

public static final java.lang.String PADDING
PADDING

CSS: 'padding', javaScript: 'padding'
Values: <padding-width>{1,4} | inherit
Initial value: see individual properties
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

PAGE_BREAK_AFTER

public static final java.lang.String PAGE_BREAK_AFTER
PAGE_BREAK_AFTER

CSS: 'page-break-after', javaScript: 'pageBreakAfter'
Values: auto | always | avoid | left | right | inherit
Initial value: auto
Applies to: block-level elements
Inherited?: no
Media groups: visual, paged

See Also:
Constant Field Values

PAGE_BREAK_BEFORE

public static final java.lang.String PAGE_BREAK_BEFORE
PAGE_BREAK_BEFORE

CSS: 'page-break-before', javaScript: 'pageBreakBefore'
Values: auto | always | avoid | left | right | inherit
Initial value: auto
Applies to: block-level elements
Inherited?: no
Media groups: visual, paged

See Also:
Constant Field Values

PAGE_BREAK_INSIDE

public static final java.lang.String PAGE_BREAK_INSIDE
PAGE_BREAK_INSIDE

CSS: 'page-break-inside', javaScript: 'pageBreakInside'
Values: avoid | auto | inherit
Initial value: auto
Applies to: block-level elements
Inherited?: yes
Media groups: visual, paged

See Also:
Constant Field Values

PAUSE_AFTER

public static final java.lang.String PAUSE_AFTER
PAUSE_AFTER

CSS: 'pause-after', javaScript: 'pauseAfter'
Values: <time> | <percentage> | inherit
Initial value: 0
Applies to: all
Inherited?: no Percentages: see prose
Media groups: aural

See Also:
Constant Field Values

PAUSE_BEFORE

public static final java.lang.String PAUSE_BEFORE
PAUSE_BEFORE

CSS: 'pause-before', javaScript: 'pauseBefore'
Values: <time> | <percentage> | inherit
Initial value: 0
Applies to: all
Inherited?: no Percentages: see prose
Media groups: aural

See Also:
Constant Field Values

PAUSE

public static final java.lang.String PAUSE
PAUSE

CSS: 'pause', javaScript: 'pause'
Values: [ [<time> | <percentage>]{1,2} ] | inherit
Initial value: see individual properties
Applies to: all
Inherited?: no Percentages: see descriptions of 'pause-before' and 'pause-after'
Media groups: aural

See Also:
Constant Field Values

PITCH_RANGE

public static final java.lang.String PITCH_RANGE
PITCH_RANGE

CSS: 'pitch-range', javaScript: 'pitchRange'
Values: <number> | inherit
Initial value: 50
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

PITCH

public static final java.lang.String PITCH
PITCH

CSS: 'pitch', javaScript: 'pitch'
Values: <frequency> | x-low | low | medium | high | x-high | inherit
Initial value: medium
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

PLAY_DURING

public static final java.lang.String PLAY_DURING
PLAY_DURING

CSS: 'play-during', javaScript: 'playDuring'
Values: <uri> [ mix || repeat ]? | auto | none | inherit
Initial value: auto
Applies to: all
Inherited?: no
Media groups: aural

See Also:
Constant Field Values

POSITION

public static final java.lang.String POSITION
POSITION

CSS: 'position', javaScript: 'position'
Values: static | relative | absolute | fixed | inherit
Initial value: static
Applies to: all
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

QUOTES

public static final java.lang.String QUOTES
QUOTES

CSS: 'quotes', javaScript: 'quotes'
Values: [<string> <string>]+ | none | inherit
Initial value: depends on user agent
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

RICHNESS

public static final java.lang.String RICHNESS
RICHNESS

CSS: 'richness', javaScript: 'richness'
Values: <number> | inherit
Initial value: 50
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

RIGHT

public static final java.lang.String RIGHT
RIGHT

CSS: 'right', javaScript: 'right'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

SPEAK_HEADER

public static final java.lang.String SPEAK_HEADER
SPEAK_HEADER

CSS: 'speak-header', javaScript: 'speakHeader'
Values: once | always | inherit
Initial value: once
Applies to: elements that have table header information
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

SPEAK_NUMERAL

public static final java.lang.String SPEAK_NUMERAL
SPEAK_NUMERAL

CSS: 'speak-numeral', javaScript: 'speakNumeral'
Values: digits | continuous | inherit
Initial value: continuous
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

SPEAK_PUNCTUATION

public static final java.lang.String SPEAK_PUNCTUATION
SPEAK_PUNCTUATION

CSS: 'speak-punctuation', javaScript: 'speakPunctuation'
Values: code | none | inherit
Initial value: none
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

SPEAK

public static final java.lang.String SPEAK
SPEAK

CSS: 'speak', javaScript: 'speak'
Values: normal | none | spell-out | inherit
Initial value: normal
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

SPEECH_RATE

public static final java.lang.String SPEECH_RATE
SPEECH_RATE

CSS: 'speech-rate', javaScript: 'speechRate'
Values: <number> | x-slow | slow | medium | fast | x-fast | faster | slower | inherit
Initial value: medium
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

STRESS

public static final java.lang.String STRESS
STRESS

CSS: 'stress', javaScript: 'stress'
Values: <number> | inherit
Initial value: 50
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

TABLE_LAYOUT

public static final java.lang.String TABLE_LAYOUT
TABLE_LAYOUT

CSS: 'table-layout', javaScript: 'tableLayout'
Values: auto | fixed | inherit
Initial value: auto
Applies to: 'table' and 'inline-table' elements
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

TEXT_ALIGN

public static final java.lang.String TEXT_ALIGN
TEXT_ALIGN

CSS: 'text-align', javaScript: 'textAlign'
Values: left | right | center | justify | inherit
Initial value: a nameless value that acts as 'left' if 'direction' is 'ltr', 'right' if 'direction' is 'rtl'
Applies to: block-level elements, table cells and inline blocks
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

TEXT_DECORATION

public static final java.lang.String TEXT_DECORATION
TEXT_DECORATION

CSS: 'text-decoration', javaScript: 'textDecoration'
Values: none | [ underline || overline || line-through || blink ] | inherit
Initial value: none
Applies to: all
Inherited?: no (see prose)
Media groups: visual

See Also:
Constant Field Values

TEXT_INDENT

public static final java.lang.String TEXT_INDENT
TEXT_INDENT

CSS: 'text-indent', javaScript: 'textIndent'
Values: <length> | <percentage> | inherit
Initial value: 0
Applies to: block-level elements, table cells and inline blocks
Inherited?: yes Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

TEXT_TRANSFORM

public static final java.lang.String TEXT_TRANSFORM
TEXT_TRANSFORM

CSS: 'text-transform', javaScript: 'textTransform'
Values: capitalize | uppercase | lowercase | none | inherit
Initial value: none
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

TOP

public static final java.lang.String TOP
TOP

CSS: 'top', javaScript: 'top'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: positioned elements
Inherited?: no Percentages: refer to height of containing block
Media groups: visual

See Also:
Constant Field Values

UNICODE_BIDI

public static final java.lang.String UNICODE_BIDI
UNICODE_BIDI

CSS: 'unicode-bidi', javaScript: 'unicodeBidi'
Values: normal | embed | bidi-override | inherit
Initial value: normal
Applies to: all elements, but see prose
Inherited?: no
Media groups: visual

See Also:
Constant Field Values

VERTICAL_ALIGN

public static final java.lang.String VERTICAL_ALIGN
VERTICAL_ALIGN

CSS: 'vertical-align', javaScript: 'verticalAlign'
Values: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit
Initial value: baseline
Applies to: inline-level and 'table-cell' elements
Inherited?: no Percentages: refer to the 'line-height' of the element itself
Media groups: visual

See Also:
Constant Field Values

VISIBILITY

public static final java.lang.String VISIBILITY
VISIBILITY

CSS: 'visibility', javaScript: 'visibility'
Values: visible | hidden | collapse | inherit
Initial value: visible
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

VOICE_FAMILY

public static final java.lang.String VOICE_FAMILY
VOICE_FAMILY

CSS: 'voice-family', javaScript: 'voiceFamily'
Values: [[<specific-voice> | <generic-voice> ],]* [<specific-voice> | <generic-voice> ] | inherit
Initial value: depends on user agent
Applies to: all
Inherited?: yes
Media groups: aural

See Also:
Constant Field Values

VOLUME

public static final java.lang.String VOLUME
VOLUME

CSS: 'volume', javaScript: 'volume'
Values: <number> | <percentage> | silent | x-soft | soft | medium | loud | x-loud | inherit
Initial value: medium
Applies to: all
Inherited?: yes Percentages: refer to inherited value
Media groups: aural

See Also:
Constant Field Values

WHITE_SPACE

public static final java.lang.String WHITE_SPACE
WHITE_SPACE

CSS: 'white-space', javaScript: 'whiteSpace'
Values: normal | pre | nowrap | pre-wrap | pre-line | inherit
Initial value: normal
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

WIDOWS

public static final java.lang.String WIDOWS
WIDOWS

CSS: 'widows', javaScript: 'widows'
Values: <integer> | inherit
Initial value: 2
Applies to: block-level elements
Inherited?: yes
Media groups: visual, paged

See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
WIDTH

CSS: 'width', javaScript: 'width'
Values: <length> | <percentage> | auto | inherit
Initial value: auto
Applies to: all elements but non-replaced inline elements, table rows, and row groups
Inherited?: no Percentages: refer to width of containing block
Media groups: visual

See Also:
Constant Field Values

WORD_SPACING

public static final java.lang.String WORD_SPACING
WORD_SPACING

CSS: 'word-spacing', javaScript: 'wordSpacing'
Values: normal | <length> | inherit
Initial value: normal
Applies to: all
Inherited?: yes
Media groups: visual

See Also:
Constant Field Values

Z_INDEX

public static final java.lang.String Z_INDEX
Z_INDEX

CSS: 'z-index', javaScript: 'zIndex'
Values: auto | <integer> | inherit
Initial value: auto
Applies to: positioned elements
Inherited?: no
Media groups: visual

See Also:
Constant Field Values
Constructor Detail

CSS.A

public CSS.A()


Copyright © 2007-2009 Hilbrand Bouwkamp. All Rights Reserved.