User Guide

108 Chapter 5: Customizing Code View
<css-support>
Description
This tag is the root node for a set of property and value tags that are supported by a
particular browser.
Attributes
None.
Contents
The property and value tags.
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" The name of the property for which you are specifying support.
names="property_name, property_name, ..." A comma-separated list of property names
for which you are specifying support.
The
names attribute is a kind of shorthand. For example, the following names attribute is a
shorthand method of defining the
name attribute that follows it:
<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", or "supported" Specifies the level of
support for the property. If not specified, "supported" is assumed. If you specify a support
level other than "
supported" and omit the message attribute, Dreamweaver uses the default
message, “CSS property name
property_name is not supported.