MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 93

Extending dreamweaver
Table of Contents

Advertisement

Contents
The
and
property
value
Container
None.
Example
<css-support>
. . .
</css-support>
<property>
Description
Defines a supported CSS property for the browser profile.
Attributes
name, names, supportlevel, message
name="property_name"
names="property_name
names for which you are specifying support.
The
attribute is a kind of shorthand. For example, the following
names
a shorthand method of defining the
<property names="foo,bar">
<value type="named" name="top"/>
<value type="named" name="bottom"/>
</property>
<property name="foo">
<value type="named" name="top"/>
<value type="named" name="bottom"/>
</property>
<property name="bar">
<value type="named" name="top"/>
<value type="named" name="bottom"/>
</property>
supportlevel="error", "warning", "info",
support for the property. If not specified,
support level other than "
the default message, "CSS property name
tags.
The name of the property for which you are specifying support.
,
property_name, ..."
attribute that follows it:
name
"supported"
" and omit the message attribute, Dreamweaver uses
supported
property_name
A comma-separated list of property
names
or
Specifies the level of
"supported"
is assumed. If you specify a
is not supported."
Code validation
attribute is
93

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Dreamweaver 8

Table of Contents