Code validation
93
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.”
Содержание DREAMWEAVER 8-EXTENDING DREAMWEAVER
Страница 1: ...Extending Dreamweaver...
Страница 8: ...8 Contents...
Страница 14: ...14 Introduction...
Страница 16: ......
Страница 54: ...54 Customizing Dreamweaver...
Страница 96: ...96 Customizing Code View...
Страница 98: ......
Страница 110: ...110 Extending Dreamweaver...
Страница 138: ......
Страница 166: ...166 Insert Bar Objects...
Страница 180: ...180 Commands...
Страница 248: ...248 Toolbars...
Страница 260: ...260 Reports...
Страница 278: ...278 Tag Libraries and Editors...
Страница 288: ...288 Property Inspectors...
Страница 378: ...378 Server Behaviors...
Страница 398: ...398 Data Sources...
Страница 432: ...432 Server Models...
Страница 456: ...456 Data Translators...
Страница 482: ......
Страница 492: ...492 The Shared Folder...