Update Frames authored by Nicolas Pope's avatar Nicolas Pope
...@@ -51,10 +51,10 @@ Data is synchronised and organised into discrete frames that are represented by ...@@ -51,10 +51,10 @@ Data is synchronised and organised into discrete frames that are represented by
#### 2.2 General Modification Rules #### 2.2 General Modification Rules
* **2.2.1** A `Frame` can be modified only prior to flushing (aka. transmission). * **2.2.1** A `Frame` can be modified only prior to flushing (aka. transmission).
* **2.2.2** Modifications after dispatch are not flushed. * **2.2.2** Modifications after dispatch are not flushed [REMOVE].
* **2.2.3** A `Frame` can only be flushed once. * **2.2.3** A `Frame` can only be flushed once.
* **2.2.4** Modifications prior to flushing are local to the frame only. * **2.2.4** Modifications prior to flushing are local to the frame only.
* **2.2.5** It must be possible to clear the change status to manually discard. * **2.2.5** It must be possible to clear the change status to unchanged.
#### 2.3 Modification Types #### 2.3 Modification Types
* **2.3.1** Modifications are one of three types (`local`, `foreign`, `completed`) * **2.3.1** Modifications are one of three types (`local`, `foreign`, `completed`)
... ...
......