The ‘binding’ property
A property to attach a binding to a particular element.
| Value: | none | [ <uri> ]* <uri> |
| Initial: | none |
| Applies To: | all elements (but not pseudo-elements) |
| Inherited: | no |
| Percentages: | n/a |
| Media: | all |
| Computed Value: | specified value, with URIs resolved to absolute URIs |
- none
- No bindings are to be attached through CSS.
- <uri>
- The specified binding is attached. More than one binding can be specified, resulting in the bindings being attached in the specified order. The relevant language specification(s) define how multiple bindings interact. When the bindings interact through linear inheritance, the last binding specified must inherit from the previous one, and so forth, up to the first binding. Continue reading ‘The ‘binding’ property’ »