contentStyleType property

[This documentation is preliminary and is subject to change.]

[contentStyleType may be altered or unavailable in subsequent versions of the operating system or product.]

Gets the default style sheet language of the current document.

Scalable Vector Graphics: Document Structure, Section 5.11.2Internet Explorer 9

Syntax

HRESULT value = object.put_contentStyleType(BSTR v);HRESULT value = object.get_contentStyleType(BSTR* p);

Property values

Type: BSTR

The default style sheet language of this document.

Standards information

Remarks

Do not set the contentStyleType property. If you try to set this property, it causes an error.

Because CSS is the only common language for inline styling, and because CSS is the default language if you do not specify the contentStyleType property, all browsers do not support this property well. As a result, the contentStyleType property and its corresponding attribute are deprecated. You should not use this property in new content. Future versions of the SVG specification might remove this property.

 

 

Build date: 1/26/2012