CSS Binding Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

A property to attach a binding to a particular element. 

Syntax

binding: [value];

Possible values

  • none
  • [uri]

Initial Value

none

Applies To

All elements (but not pseudo-elements)

Inherited

No

Media

All

Example

.class {
  binding: url(triangles.xml#rightangle);
}


View All CSS Properties