2024-03-18 06:13:01 +00:00
|
|
|
value attribute initial value: 0
|
|
|
|
|
max attribute initial value: 1
|
|
|
|
|
value attribute after setting value attribute to -1: 0
|
|
|
|
|
max attribute after setting max attribute to -1: 1
|
2024-08-19 07:11:01 +01:00
|
|
|
max attribute after setting max attribute to 0: 1
|
2024-03-18 06:13:01 +00:00
|
|
|
value attribute after setting value attribute to 50: 1
|
|
|
|
|
value attribute after setting max attribute to 100: 50
|
|
|
|
|
max attribute after setting max attribute to 100: 100
|
|
|
|
|
value attribute after setting max attribute to 101: 100
|
2024-03-18 06:13:01 +00:00
|
|
|
value attribute after setting value attribute to -1: 0
|
|
|
|
|
value attribute after setting max attribute to 0: 0
|
2024-11-29 12:25:22 +00:00
|
|
|
max attribute after setting max attribute to 0: 100
|