Packagedom.style.css
Interfacepublic interface CSS2Properties

Introduced in:  

INCOMPLETE The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration.

The attributes of this interface correspond to all the properties specified in CSS2. Getting an attribute of this interface is equivalent to calling the getPropertyValue method of the CSSStyleDeclaration interface. Setting an attribute of this interface is equivalent to calling the setProperty method of the CSSStyleDeclaration interface.

Note: When the margin property is set, for example, the marginTop, marginRight, marginBottom and marginLeft properties are actually being set.

See also

MDC - DOM CSS Properties
MDC - CSS Reference
W3C - DOM Level 2 Style: CSS2Properties


Public Properties
 PropertyDefined By
  DOM 2 Style azimuth : DOMString
[read-only] In combination with elevation, azimuth enables different audio sources to be positioned spatially for aural presentation.
CSS2Properties
  DOM 2 Style background : DOMString
[read-only] The background property is a shorthand property for setting the individual background property values in a single place in the style sheet.
CSS2Properties
  DOM 2 Style backgroundAttachment : DOMString
[read-only] If a background-image is specified, background-attachment determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.
CSS2Properties
  DOM 2 Style backgroundColor : DOMString
[read-only] background-color sets the background color of an element, either through a color value or the keyword transparent.
CSS2Properties
  DOM 2 Style backgroundImage : DOMString
[read-only] The background-image property sets the background image for an element.
CSS2Properties
  DOM 2 Style backgroundPosition : DOMString
[read-only] background-position sets the initial position of any background image that has been set.
CSS2Properties
  DOM 2 Style backgroundRepeat : DOMString
[read-only] background-repeat specifies whether the image is repeated (tiled), and how.
CSS2Properties
  DOM 2 Style border : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderBottom : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderBottomColor : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderBottomStyle : DOMString
[read-only]
CSS2Properties
   borderBottomWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderCollapse : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderColor : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderLeft : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderLeftColor : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderLeftStyle : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderLeftWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderRight : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderRightColor : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderRightStyle : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderRightWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderSpacing : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderStyle : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderTop : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderTopColor : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderTopStyle : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderTopWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style borderWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style bottom : DOMString
[read-only]
CSS2Properties
  DOM 2 Style captionSide : DOMString
[read-only]
CSS2Properties
  DOM 2 Style clear : DOMString
[read-only]
CSS2Properties
  DOM 2 Style clip : DOMString
[read-only]
CSS2Properties
  DOM 2 Style color : DOMString
[read-only]
CSS2Properties
  DOM 2 Style content : DOMString
[read-only]
CSS2Properties
  DOM 2 Style counterIncrement : DOMString
[read-only]
CSS2Properties
  DOM 2 Style counterReset : DOMString
[read-only]
CSS2Properties
  DOM 2 Style cssFloat : DOMString
[read-only]
CSS2Properties
  DOM 2 Style cue : DOMString
[read-only]
CSS2Properties
  DOM 2 Style cueAfter : DOMString
[read-only]
CSS2Properties
  DOM 2 Style cueBefore : DOMString
[read-only]
CSS2Properties
  DOM 2 Style cursor : DOMString
[read-only]
CSS2Properties
  DOM 2 Style direction : DOMString
[read-only]
CSS2Properties
  DOM 2 Style display : DOMString
[read-only]
CSS2Properties
  DOM 2 Style elevation : DOMString
[read-only]
CSS2Properties
  DOM 2 Style emptyCells : DOMString
[read-only]
CSS2Properties
  DOM 2 Style font : DOMString
[read-only]
CSS2Properties
  DOM 2 Style fontFamily : DOMString
[read-only]
CSS2Properties
  DOM 2 Style fontSize : DOMString
[read-only]
CSS2Properties
  DOM 2 Style fontSizeAdjust : DOMString
[read-only]
CSS2Properties
  DOM 2 Style fontStretch : DOMString
[read-only]
CSS2Properties
  DOM 2 Style fontStyle : DOMString
[read-only]
CSS2Properties
  DOM 2 Style fontVariant : DOMString
[read-only]
CSS2Properties
  DOM 2 Style fontWeight : DOMString
[read-only]
CSS2Properties
  DOM 2 Style height : DOMString
[read-only]
CSS2Properties
  DOM 2 Style left : DOMString
[read-only]
CSS2Properties
  DOM 2 Style letterSpacing : DOMString
[read-only]
CSS2Properties
  DOM 2 Style lineHeight : DOMString
[read-only]
CSS2Properties
  DOM 2 Style listStyle : DOMString
[read-only]
CSS2Properties
  DOM 2 Style listStyleImage : DOMString
[read-only]
CSS2Properties
  DOM 2 Style listStylePosition : DOMString
[read-only]
CSS2Properties
  DOM 2 Style listStyleType : DOMString
[read-only]
CSS2Properties
  DOM 2 Style margin : DOMString
[read-only]
CSS2Properties
  DOM 2 Style marginBottom : DOMString
[read-only]
CSS2Properties
  DOM 2 Style marginLeft : DOMString
[read-only]
CSS2Properties
  DOM 2 Style marginRight : DOMString
[read-only]
CSS2Properties
  DOM 2 Style marginTop : DOMString
[read-only]
CSS2Properties
  DOM 2 Style markerOffset : DOMString
[read-only]
CSS2Properties
  DOM 2 Style marks : DOMString
[read-only]
CSS2Properties
  DOM 2 Style maxHeight : DOMString
[read-only]
CSS2Properties
  DOM 2 Style maxWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style minHeight : DOMString
[read-only]
CSS2Properties
  DOM 2 Style minWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style orphans : DOMString
[read-only]
CSS2Properties
  DOM 2 Style outline : DOMString
[read-only]
CSS2Properties
  DOM 2 Style outlineColor : DOMString
[read-only]
CSS2Properties
  DOM 2 Style outlineStyle : DOMString
[read-only]
CSS2Properties
  DOM 2 Style outlineWidth : DOMString
[read-only]
CSS2Properties
  DOM 2 Style overflow : DOMString
[read-only]
CSS2Properties
  DOM 2 Style padding : DOMString
[read-only]
CSS2Properties
  DOM 2 Style paddingBottom : DOMString
[read-only]
CSS2Properties
  DOM 2 Style paddingLeft : DOMString
[read-only]
CSS2Properties
  DOM 2 Style paddingRight : DOMString
[read-only]
CSS2Properties
  DOM 2 Style paddingTop : DOMString
[read-only]
CSS2Properties
  DOM 2 Style page : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pageBreakAfter : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pageBreakBefore : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pageBreakInside : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pause : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pauseAfter : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pauseBefore : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pitch : DOMString
[read-only]
CSS2Properties
  DOM 2 Style pitchRange : DOMString
[read-only]
CSS2Properties
  DOM 2 Style playDuring : DOMString
[read-only]
CSS2Properties
  DOM 2 Style position : DOMString
[read-only]
CSS2Properties
  DOM 2 Style quotes : DOMString
[read-only]
CSS2Properties
  DOM 2 Style richness : DOMString
[read-only]
CSS2Properties
  DOM 2 Style right : DOMString
[read-only]
CSS2Properties
  DOM 2 Style size : DOMString
[read-only]
CSS2Properties
  DOM 2 Style speak : DOMString
[read-only]
CSS2Properties
  DOM 2 Style speakHeader : DOMString
[read-only]
CSS2Properties
  DOM 2 Style speakNumeral : DOMString
[read-only]
CSS2Properties
  DOM 2 Style speakPunctuation : DOMString
[read-only]
CSS2Properties
  DOM 2 Style speechRate : DOMString
[read-only]
CSS2Properties
  DOM 2 Style stress : DOMString
[read-only]
CSS2Properties
  DOM 2 Style tableLayout : DOMString
[read-only]
CSS2Properties
  DOM 2 Style textAlign : DOMString
[read-only]
CSS2Properties
  DOM 2 Style textDecoration : DOMString
[read-only]
CSS2Properties
  DOM 2 Style textIndent : DOMString
[read-only]
CSS2Properties
  DOM 2 Style textShadow : DOMString
[read-only]
CSS2Properties
  DOM 2 Style textTransform : DOMString
[read-only]
CSS2Properties
  DOM 2 Style top : DOMString
[read-only]
CSS2Properties
  DOM 2 Style unicodeBidi : DOMString
[read-only]
CSS2Properties
  DOM 2 Style verticalAlign : DOMString
[read-only]
CSS2Properties
  DOM 2 Style visibility : DOMString
[read-only]
CSS2Properties
  DOM 2 Style voiceFamily : DOMString
[read-only]
CSS2Properties
  DOM 2 Style volume : DOMString
[read-only]
CSS2Properties
  DOM 2 Style whiteSpace : DOMString
[read-only]
CSS2Properties
  DOM 2 Style widows : DOMString
[read-only]
CSS2Properties
  DOM 2 Style width : DOMString
[read-only]
CSS2Properties
  DOM 2 Style wordSpacing : DOMString
[read-only]
CSS2Properties
  DOM 2 Style zIndex : DOMString
[read-only]
CSS2Properties
Property Detail
DOM 2 Style azimuthproperty
azimuth:DOMString  [read-only]

Introduced in: DOM 2 Core 

In combination with elevation, azimuth enables different audio sources to be positioned spatially for aural presentation.

This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage.

azimuth: angle | [[ left-side | far-left | left | center-left | center | center-right | 
         right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit
angle

Audible source position is described as an angle within the range -360deg to 360deg. The value 0deg means directly ahead in the center of the sound stage (this is the default value). 90deg is to the right, 180deg is behind, and 270deg or -90deg is to the left.

Positional keywords

The default value is center.


Implementation
    public function get azimuth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.

See also


Example
         h1   { azimuth: 30deg }
         td.a { azimuth: far-right }          /*  60deg */
         #12  { azimuth: behind far-right }   /* 120deg */
         p.comment { azimuth: behind }        /* 180deg */
DOM 2 Style backgroundproperty 
background:DOMString  [read-only]

Introduced in: DOM 2 Core 

The background property is a shorthand property for setting the individual background property values in a single place in the style sheet. background can be used to set the values for one or more of: background-attachment, background-color, background-image, background-position, background-repeat.

background: [ <background-color> || <background-image> || <background-repeat> 
         || <background-attachment> || <background-position> ] | inherit;

Note: Given a valid declaration, the background property first sets the individual background properties to their initial values, then assigns the explicit values specified in the declaration. You do not have to define a value for each of the individual properties, only those you want to change from their initial defaults.


Implementation
    public function get background():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.

See also


Example
         body { 
             background: red;
         }
         
         .topbanner {
             background: url("topbanner.png") #00D repeat fixed;
         }
DOM 2 Style backgroundAttachmentproperty 
backgroundAttachment:DOMString  [read-only]

Introduced in: DOM 2 Core 

If a background-image is specified, background-attachment determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.

background-attachment:  scroll | fixed | inherit
scroll

If scroll is specified, the background image will scroll within the viewport along with the block the image is contained within.

inherit

If fixed is specified, the background image will not scroll with its containing element, instead remaining stationary within the viewport.

The default value is scroll.


Implementation
    public function get backgroundAttachment():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.

See also


Example
         body {
             background-image: url("images/cartooncat.png");
             background-attachment: fixed;
         }
DOM 2 Style backgroundColorproperty 
backgroundColor:DOMString  [read-only]

Introduced in: DOM 2 Core 

background-color sets the background color of an element, either through a color value or the keyword transparent.

background-color: color | transparent | inherit
color

The color can be specified as a hexidecimal RGB value, a regular RGB value, or by using one of the pre-defined color keywords.

transparent

The default value for background-color is transparent meaning the element has no color of its own, instead showing the color of the element behind it.

The default value is transparent.


Implementation
    public function get backgroundColor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.

See also


Example
         .exampleone {
             background-color: teal;
             color: white;
         }
         
         .exampletwo {
             background-color: rgb(153,102,153);
             color: rgb(255,255,204);
         }
         
         .examplethree {
             background-color: #666699;
             color: #FFFFFF;
         }
DOM 2 Style backgroundImageproperty 
backgroundImage:DOMString  [read-only]

Introduced in: DOM 2 Core 

The background-image property sets the background image for an element.

background-image: uri | none | inherit

Note: Developers should ensure that they specify a background-color to be used if an image is not available. Background images are rendered on top of the background color.

uri

The location of the image resource to be used as a background image.

none

Used to specify that an element is to have no background image.

The default value is none.


Implementation
    public function get backgroundImage():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.

See also


Example
         body { background-image: url("images/darkpattern.png"); }
         
         p { background-image: none; }
DOM 2 Style backgroundPositionproperty 
backgroundPosition:DOMString  [read-only]

Introduced in: DOM 2 Core 

background-position sets the initial position of any background image that has been set.

background-position: [ <percentage> | <length> | left | center | right  ] 
         [ <percentage> | <length> | top  | center | bottom ] ? ;
background-position: [ top | center | bottom ];
background-position: inherit;
<percentage>

With a value pair of '0% 0%', the upper left corner of the image is aligned with the upper left corner of the box's padding edge. A value pair of '100% 100%' places the lower right corner of the image in the lower right corner of padding area. With a value pair of '14% 84%', the point 14% across and 84% down the image is to be placed at the point 14% across and 84% down the padding area.

<length>

With a value pair of '2cm 1cm', the upper left corner of the image is placed 2cm to the right and 1cm below the upper left corner of the padding area.

top left and left top

Same as '0% 0%'.

top, top center, and center top

Same as '50% 0%'.

right top and top right

Same as '100% 0%'.

left, left center, and center left

Same as '0% 50%'.

center and center center

Same as '50% 50%'.

right, right center, and center right

Same as '100% 50%'.

bottom left and left bottom

Same as '0% 100%'.

bottom, bottom center, and center bottom

Same as '50% 100%'.

bottom right and right bottom

Same as '100% 100%'.

If only one value is specified, then it sets the horizontal position, with the vertical position at 50%. Otherwise, the first value specifies the horizontal position. Combinations are allowed of keyword, length, or percentage values, but if keywords are mixed with other values, 'left' and 'right' may only be used as the first value, and 'top' and 'bottom' may only be used as the second value. Negative positions are allowed.

The default value is 0% 0%.


Implementation
    public function get backgroundPosition():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.

See also


Example
         .exampleone {
             background-image: url("logo.png");
             background-position: top center;
         }
         
         .exampletwo {
             background-image: url("logo.png");
             background-position: 25% 75%;
         }
         
         .examplethree {
             background-image: url("logo.png");
             background-position: 2cm bottom;
         }
         
         .examplefour {
             background-image: url("logo.png");
             background-position: center 10%;
         }
         
         .examplefive {
             background-image: url("logo.png");
             background-position: 2cm 50%;
         }
DOM 2 Style backgroundRepeatproperty 
backgroundRepeat:DOMString  [read-only]

Introduced in: DOM 2 Core 

background-repeat specifies whether the image is repeated (tiled), and how.

background-repeat: repeat | repeat-x | repeat-y | no-repeat | inherit
repeat

The image is repeated both horizontally and vertically.

repeat-x

The image is repeated horizontally only.

repeat-y

The image is repeated vertically only.

no-repeat

The image is not repeated: only one copy of the image is drawn.

The default value is repeat.


Implementation
    public function get backgroundRepeat():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.

See also


Example
         .exampleone {
             background-image: url("logo.png");
             background-repeat: repeat-x;
         }
         
         .exampletwo {
             background-image: url("logo.png");
             background-repeat: no-repeat;
         }
DOM 2 Style borderproperty 
border:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get border():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderBottomproperty 
borderBottom:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderBottom():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderBottomColorproperty 
borderBottomColor:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderBottomColor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderBottomStyleproperty 
borderBottomStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderBottomStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
borderBottomWidthproperty 
borderBottomWidth:DOMString  [read-only]


Implementation
    public function get borderBottomWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderCollapseproperty 
borderCollapse:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderCollapse():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderColorproperty 
borderColor:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderColor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderLeftproperty 
borderLeft:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderLeft():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderLeftColorproperty 
borderLeftColor:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderLeftColor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderLeftStyleproperty 
borderLeftStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderLeftStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderLeftWidthproperty 
borderLeftWidth:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderLeftWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderRightproperty 
borderRight:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderRight():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderRightColorproperty 
borderRightColor:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderRightColor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderRightStyleproperty 
borderRightStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderRightStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderRightWidthproperty 
borderRightWidth:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderRightWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderSpacingproperty 
borderSpacing:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderSpacing():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderStyleproperty 
borderStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderTopproperty 
borderTop:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderTop():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderTopColorproperty 
borderTopColor:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderTopColor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderTopStyleproperty 
borderTopStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderTopStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderTopWidthproperty 
borderTopWidth:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderTopWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style borderWidthproperty 
borderWidth:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get borderWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style bottomproperty 
bottom:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get bottom():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style captionSideproperty 
captionSide:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get captionSide():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style clearproperty 
clear:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get clear():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style clipproperty 
clip:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get clip():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style colorproperty 
color:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get color():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style contentproperty 
content:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get content():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style counterIncrementproperty 
counterIncrement:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get counterIncrement():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style counterResetproperty 
counterReset:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get counterReset():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style cssFloatproperty 
cssFloat:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get cssFloat():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style cueproperty 
cue:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get cue():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style cueAfterproperty 
cueAfter:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get cueAfter():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style cueBeforeproperty 
cueBefore:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get cueBefore():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style cursorproperty 
cursor:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get cursor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style directionproperty 
direction:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get direction():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style displayproperty 
display:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get display():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style elevationproperty 
elevation:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get elevation():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style emptyCellsproperty 
emptyCells:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get emptyCells():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontproperty 
font:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get font():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontFamilyproperty 
fontFamily:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get fontFamily():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontSizeproperty 
fontSize:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get fontSize():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontSizeAdjustproperty 
fontSizeAdjust:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get fontSizeAdjust():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontStretchproperty 
fontStretch:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get fontStretch():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontStyleproperty 
fontStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get fontStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontVariantproperty 
fontVariant:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get fontVariant():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style fontWeightproperty 
fontWeight:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get fontWeight():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style heightproperty 
height:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get height():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style leftproperty 
left:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get left():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style letterSpacingproperty 
letterSpacing:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get letterSpacing():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style lineHeightproperty 
lineHeight:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get lineHeight():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style listStyleproperty 
listStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get listStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style listStyleImageproperty 
listStyleImage:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get listStyleImage():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style listStylePositionproperty 
listStylePosition:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get listStylePosition():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style listStyleTypeproperty 
listStyleType:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get listStyleType():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style marginproperty 
margin:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get margin():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style marginBottomproperty 
marginBottom:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get marginBottom():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style marginLeftproperty 
marginLeft:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get marginLeft():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style marginRightproperty 
marginRight:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get marginRight():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style marginTopproperty 
marginTop:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get marginTop():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style markerOffsetproperty 
markerOffset:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get markerOffset():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style marksproperty 
marks:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get marks():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style maxHeightproperty 
maxHeight:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get maxHeight():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style maxWidthproperty 
maxWidth:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get maxWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style minHeightproperty 
minHeight:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get minHeight():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style minWidthproperty 
minWidth:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get minWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style orphansproperty 
orphans:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get orphans():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style outlineproperty 
outline:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get outline():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style outlineColorproperty 
outlineColor:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get outlineColor():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style outlineStyleproperty 
outlineStyle:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get outlineStyle():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style outlineWidthproperty 
outlineWidth:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get outlineWidth():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style overflowproperty 
overflow:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get overflow():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style paddingproperty 
padding:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get padding():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style paddingBottomproperty 
paddingBottom:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get paddingBottom():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style paddingLeftproperty 
paddingLeft:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get paddingLeft():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style paddingRightproperty 
paddingRight:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get paddingRight():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style paddingTopproperty 
paddingTop:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get paddingTop():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pageproperty 
page:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get page():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pageBreakAfterproperty 
pageBreakAfter:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pageBreakAfter():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pageBreakBeforeproperty 
pageBreakBefore:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pageBreakBefore():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pageBreakInsideproperty 
pageBreakInside:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pageBreakInside():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pauseproperty 
pause:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pause():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pauseAfterproperty 
pauseAfter:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pauseAfter():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pauseBeforeproperty 
pauseBefore:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pauseBefore():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pitchproperty 
pitch:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pitch():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style pitchRangeproperty 
pitchRange:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get pitchRange():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style playDuringproperty 
playDuring:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get playDuring():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style positionproperty 
position:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get position():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style quotesproperty 
quotes:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get quotes():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style richnessproperty 
richness:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get richness():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style rightproperty 
right:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get right():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style sizeproperty 
size:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get size():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style speakproperty 
speak:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get speak():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style speakHeaderproperty 
speakHeader:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get speakHeader():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style speakNumeralproperty 
speakNumeral:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get speakNumeral():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style speakPunctuationproperty 
speakPunctuation:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get speakPunctuation():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style speechRateproperty 
speechRate:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get speechRate():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style stressproperty 
stress:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get stress():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style tableLayoutproperty 
tableLayout:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get tableLayout():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style textAlignproperty 
textAlign:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get textAlign():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style textDecorationproperty 
textDecoration:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get textDecoration():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style textIndentproperty 
textIndent:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get textIndent():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style textShadowproperty 
textShadow:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get textShadow():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style textTransformproperty 
textTransform:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get textTransform():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style topproperty 
top:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get top():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style unicodeBidiproperty 
unicodeBidi:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get unicodeBidi():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style verticalAlignproperty 
verticalAlign:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get verticalAlign():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style visibilityproperty 
visibility:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get visibility():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style voiceFamilyproperty 
voiceFamily:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get voiceFamily():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style volumeproperty 
volume:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get volume():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style whiteSpaceproperty 
whiteSpace:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get whiteSpace():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style widowsproperty 
widows:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get widows():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style widthproperty 
width:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get width():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style wordSpacingproperty 
wordSpacing:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get wordSpacing():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
DOM 2 Style zIndexproperty 
zIndex:DOMString  [read-only]

Introduced in: DOM 2 Core 


Implementation
    public function get zIndex():DOMString

Throws
DOMException — SYNTAX_ERR: Raised if the new value has a syntax error and is unparsable.
 
DOMException — NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.