|
|
Line 211: |
Line 211: |
| </code> | | </code> |
|
| |
|
| Attributes <code>minvalue</code>, <code>maxvalue</code>, <code>step</code> object attributes may be replaced by <code>Value</code> pattern implementing the following interface:
| | See [[#Patters|patterns section]] for details. |
| | |
| <pre>
| |
| interface AccessibleValue {
| |
| readonly attribute long maxvalue;
| |
| readonly attribute long minvalue;
| |
| readonly attribute long step;
| |
| };
| |
| </pre>
| |
| | |
|
| |
|
| ===Relations=== | | ===Relations=== |