Search completed in 1.03 seconds.
3 results for "property-name":
var() - CSS: Cascading Style Sheets
WebCSSvar
var( <custom-property-name> , <declaration-value>?
... values <custom-property-name> a custom property’s name represented by an identifier that starts with two dashes.
Adding Properties to XBL-defined Elements - Archive of obsolete content
ArchiveMozillaXULTutorialAdding Properties to XBL-defined Elements
the general syntax is as follows: <binding id="element-name"> <content> -- content goes here -- </content> <implementation> <field name="field-name-1"/> <field name="field-name-2"/> <field name="field-name-3"/> <property name="property-name-1"/> <property name="property-name-2"/> <property name="property-name-3"/> .
TransitionEvent() - Web APIs
WebAPITransitionEventTransitionEvent
propertyname optional is a domstring containing the value of the property-name css property associated with the transition.