Empty events are skipped in default value calculation. So consider the case where a field containing @DEFAULT-FROM-PREVIOUS-EVENT action tag is defined in the following events:
- Event 1: filled
- Event 2: empty
- Event 3: empty
When accessing event 3, the default value is there - but it shouldn't, since the previous event is empty.