|
|
The <code> CSS2Properties </code> interface represents a convenience mechanism for retrieving and setting properties within a <code> CSSStyleDeclaration </code> . The attributes of this interface correspond to all the <a href="http://www.w3.org/TR/REC-CSS2/propidx.html"> properties specified in CSS2 </a> . Getting an attribute of this interface is equivalent to calling the <code> getPropertyValue </code> method of the <code> CSSStyleDeclaration </code> interface. Setting an attribute of this interface is equivalent to calling the <code> setProperty </code> method of the <code> CSSStyleDeclaration </code> interface.
A compliant implementation is not required to implement the <code> CSS2Properties </code> interface. If an implementation does implement this interface, the expectation is that language-specific methods can be used to cast from an instance of the <code> CSSStyleDeclaration </code> interface to the <code> CSS2Properties </code> interface.
If an implementation does implement this interface, it is expected to understand the specific syntax of the shorthand properties, and apply their semantics; when the <code> margin </code> property is set, for example, the <code> marginTop </code> , <code> marginRight </code> , <code> marginBottom </code> and <code> marginLeft </code> properties are actually being set by the underlying implementation.
When dealing with CSS "shorthand" properties, the shorthand properties should be decomposed into their component longhand properties as appropriate, and when querying for their value, the form returned should be the shortest form exactly equivalent to the declarations made in the ruleset. However, if there is no shorthand declaration that could be added to the ruleset without changing in any way the rules already declared in the ruleset (i.e., by adding longhand rules that were previously not declared in the ruleset), then the empty string should be returned for the shorthand property.
For example, querying for the <code> font </code> property should not return "normal normal normal 14pt/normal Arial, sans-serif", when "14pt Arial, sans-serif" suffices (the normals are initial values, and are implied by use of the longhand property).
If the values for all the longhand properties that compose a particular string are the initial values, then a string consisting of all the initial values should be returned (e.g. a <code> border-width </code> value of "medium" should be returned as such, not as "").
For some shorthand properties that take missing values from other sides, such as the <code> margin </code> , <code> padding </code> , and <code> border-[width|style|color] </code> properties, the minimum number of sides possible should be used, i.e., "0px 10px" will be returned instead of "0px 10px 0px 10px".
If the value of a shorthand property can not be decomposed into its component longhand properties, as is the case for the <code> font </code> property with a value of "menu", querying for the values of the component longhand properties should return the empty string.
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-azimuth"> azimuth property definition </a> in CSS2.
| void |
see azimuth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background"> background property definition </a> in CSS2.
| void |
see background
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-attachment"> background-attachment property definition </a> in CSS2.
| void |
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-color"> background-color property definition </a> in CSS2.
| void |
see backgroundColor
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-image"> background-image property definition </a> in CSS2.
| void |
see backgroundImage
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-position"> background-position property definition </a> in CSS2.
| void |
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-repeat"> background-repeat property definition </a> in CSS2.
| void |
see backgroundRepeat
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border"> border property definition </a> in CSS2.
| void |
see border
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/tables.html#propdef-border-collapse"> border-collapse property definition </a> in CSS2.
| void |
see borderCollapse
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-color"> border-color property definition </a> in CSS2.
| void |
see borderColor
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/tables.html#propdef-border-spacing"> border-spacing property definition </a> in CSS2.
| void |
see borderSpacing
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-style"> border-style property definition </a> in CSS2.
| void |
see borderStyle
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-top"> border-top property definition </a> in CSS2.
| void |
see borderTop
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-right"> border-right property definition </a> in CSS2.
| void |
see borderRight
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-bottom"> border-bottom property definition </a> in CSS2.
| void |
see borderBottom
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-left"> border-left property definition </a> in CSS2.
| void |
see borderLeft
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-top-color"> border-top-color property definition </a> in CSS2.
| void |
see borderTopColor
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-right-color"> border-right-color property definition </a> in CSS2.
| void |
see borderRightColor
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/#propdef-border-bottom-color"> border-bottom-color property definition </a> in CSS2.
| void |
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-left-color"> border-left-color property definition </a> in CSS2.
| void |
see borderLeftColor
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-top-style"> border-top-style property definition </a> in CSS2.
| void |
see borderTopStyle
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-right-style"> border-right-style property definition </a> in CSS2.
| void |
see borderRightStyle
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-bottom-style"> border-bottom-style property definition </a> in CSS2.
| void |
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-left-style"> border-left-style property definition </a> in CSS2.
| void |
see borderLeftStyle
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-top-width"> border-top-width property definition </a> in CSS2.
| void |
see borderTopWidth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-right-width"> border-right-width property definition </a> in CSS2.
| void |
see borderRightWidth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-bottom-width"> border-bottom-width property definition </a> in CSS2.
| void |
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-left-width"> border-left-width property definition </a> in CSS2.
| void |
see borderLeftWidth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-border-width"> border-width property definition </a> in CSS2.
| void |
see borderWidth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-bottom"> bottom property definition </a> in CSS2.
| void |
see bottom
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/tables.html#propdef-caption-side"> caption-side property definition </a> in CSS2.
| void |
see captionSide
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-clear"> clear property definition </a> in CSS2.
| void |
see clear
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visufx#propdef-clip"> clip property definition </a> in CSS2.
| void |
see clip
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/colors.html#propdef-color"> color property definition </a> in CSS2.
| void |
see color
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-content"> content property definition </a> in CSS2.
| void |
see content
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-counter-increment"> counter-increment property definition </a> in CSS2.
| void |
see counterIncrement
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-counter-reset"> counter-reset property definition </a> in CSS2.
| void |
see counterReset
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-cue"> cue property definition </a> in CSS2.
| void |
see cue
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-cue-fter"> cue-after property definition </a> in CSS2.
| void |
see cueAfter
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-cue-before"> cue-before property definition </a> in CSS2.
| void |
see cueBefore
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-cursor"> cursor property definition </a> in CSS2.
| void |
see cursor
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-direction"> direction property definition </a> in CSS2.
| void |
see direction
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-display"> display property definition </a> in CSS2.
| void |
see display
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-elevation"> elevation property definition </a> in CSS2.
| void |
see elevation
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/tables.html#propdef-empty-cells"> empty-cells property definition </a> in CSS2.
| void |
see emptyCells
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-float"> float property definition </a> in CSS2.
| void |
see cssFloat
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font"> font property definition </a> in CSS2.
| void |
see font
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-family"> font-family property definition </a> in CSS2.
| void |
see fontFamily
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-size"> font-size property definition </a> in CSS2.
| void |
see fontSize
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-size-adjust"> font-size-adjust property definition </a> in CSS2.
| void |
see fontSizeAdjust
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-stretch"> font-stretch property definition </a> in CSS2.
| void |
see fontStretch
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-style"> font-style property definition </a> in CSS2.
| void |
see fontStyle
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-variant"> font-variant property definition </a> in CSS2.
| void |
see fontVariant
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-weight"> font-weight property definition </a> in CSS2.
| void |
see fontWeight
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-height"> height property definition </a> in CSS2.
| void |
see height
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-left"> left property definition </a> in CSS2.
| void |
see left
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-letter-spacing"> letter-spacing property definition </a> in CSS2.
| void |
see letterSpacing
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-line-height"> line-height property definition </a> in CSS2.
| void |
see lineHeight
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style"> list-style property definition </a> in CSS2.
| void |
see listStyle
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style-image"> list-style-image property definition </a> in CSS2.
| void |
see listStyleImage
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style-position"> list-style-position property definition </a> in CSS2.
| void |
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style-type"> list-style-type property definition </a> in CSS2.
| void |
see listStyleType
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-margin"> margin property definition </a> in CSS2.
| void |
see margin
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-margin-top"> margin-top property definition </a> in CSS2.
| void |
see marginTop
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-margin-right"> margin-right property definition </a> in CSS2.
| void |
see marginRight
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-margin-bottom"> margin-bottom property definition </a> in CSS2.
| void |
see marginBottom
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-margin-left"> margin-left property definition </a> in CSS2.
| void |
see marginLeft
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-marker-offset"> marker-offset property definition </a> in CSS2.
| void |
see markerOffset
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-marks"> marks property definition </a> in CSS2.
| void |
see marks
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-max-height"> max-height property definition </a> in CSS2.
| void |
see maxHeight
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-max-width"> max-width property definition </a> in CSS2.
| void |
see maxWidth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-min-height"> min-height property definition </a> in CSS2.
| void |
see minHeight
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-min-width"> min-width property definition </a> in CSS2.
| void |
see minWidth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-orphans"> orphans property definition </a> in CSS2.
| void |
see orphans
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-outline"> outline property definition </a> in CSS2.
| void |
see outline
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-outline-color"> outline-color property definition </a> in CSS2.
| void |
see outlineColor
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-outline-style"> outline-style property definition </a> in CSS2.
| void |
see outlineStyle
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-outline-width"> outline-width property definition </a> in CSS2.
| void |
see outlineWidth
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visufx.html#propdef-overflow"> overflow property definition </a> in CSS2.
| void |
see overflow
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-padding"> padding property definition </a> in CSS2.
| void |
see padding
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-padding-top"> padding-top property definition </a> in CSS2.
| void |
see paddingTop
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-padding-right"> padding-right property definition </a> in CSS2.
| void |
see paddingRight
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-padding-bottom"> padding-bottom property definition </a> in CSS2.
| void |
see paddingBottom
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/box.html#propdef-padding-left"> padding-left property definition </a> in CSS2.
| void |
see paddingLeft
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-page"> page property definition </a> in CSS2.
| void |
see page
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-page-break-after"> page-break-after property definition </a> in CSS2.
| void |
see pageBreakAfter
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-page-break-before"> page-break-before property definition </a> in CSS2.
| void |
see pageBreakBefore
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-page-break-inside"> page-break-inside property definition </a> in CSS2.
| void |
see pageBreakInside
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-pause"> pause property definition </a> in CSS2.
| void |
see pause
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-pause-after"> pause-after property definition </a> in CSS2.
| void |
see pauseAfter
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-pause-before"> pause-before property definition </a> in CSS2.
| void |
see pauseBefore
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-pitch"> pitch property definition </a> in CSS2.
| void |
see pitch
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-pitch-range"> pitch-range property definition </a> in CSS2.
| void |
see pitchRange
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-play-during"> play-during property definition </a> in CSS2.
| void |
see playDuring
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-position"> position property definition </a> in CSS2.
| void |
see position
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/generate.html#propdef-quotes"> quotes property definition </a> in CSS2.
| void |
see quotes
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-richness"> richness property definition </a> in CSS2.
| void |
see richness
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-right"> right property definition </a> in CSS2.
| void |
see right
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-size"> size property definition </a> in CSS2.
| void |
see size
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-speak"> speak property definition </a> in CSS2.
| void |
see speak
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/tables.html#propdef-speak-header"> speak-header property definition </a> in CSS2.
| void |
see speakHeader
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-speak-numeral"> speak-numeral property definition </a> in CSS2.
| void |
see speakNumeral
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-speak-punctuation"> speak-punctuation property definition </a> in CSS2.
| void |
see speakPunctuation
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-speech-rate"> speech-rate property definition </a> in CSS2.
| void |
see speechRate
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-stress"> stress property definition </a> in CSS2.
| void |
see stress
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/tables.html#propdef-table-layout"> table-layout property definition </a> in CSS2.
| void |
see tableLayout
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-align"> text-align property definition </a> in CSS2.
| void |
see textAlign
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-decoration"> text-decoration property definition </a> in CSS2.
| void |
see textDecoration
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-indent"> text-indent property definition </a> in CSS2.
| void |
see textIndent
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-shadow"> text-shadow property definition </a> in CSS2.
| void |
see textShadow
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-transform"> text-transform property definition </a> in CSS2.
| void |
see textTransform
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-top"> top property definition </a> in CSS2.
| void |
see top
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-unicode-bidi"> unicode-bidi property definition </a> in CSS2.
| void |
see unicodeBidi
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-vertical-align"> vertical-align property definition </a> in CSS2.
| void |
see verticalAlign
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visufx.html#propdef-visibility"> visibility property definition </a> in CSS2.
| void |
see visibility
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-voice-family"> voice-family property definition </a> in CSS2.
| void |
see voiceFamily
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-volume"> volume property definition </a> in CSS2.
| void |
see volume
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-white-space"> white-space property definition </a> in CSS2.
| void |
see whiteSpace
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/page.html#propdef-widows"> widows property definition </a> in CSS2.
| void |
see widows
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-width"> width property definition </a> in CSS2.
| void |
see width
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/text.html#propdef-word-spacing"> word-spacing property definition </a> in CSS2.
| void |
see wordSpacing
| DOM::DOMString |
[const]
See the <a href="http://www.w3.org/TR/REC-CSS2/visufx.html#propdef-z-index"> z-index property definition </a> in CSS2.
| void |
see zIndex
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |