-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: No Action
-
Affects Version/s: ODF 1.2 Part 1 CD 4
-
Fix Version/s: None
-
Component/s: Text
-
Labels:None
A) I assume that change regions can be nested like this:
This <text:change-start text:change-id="c1"/> is a <text:change-start text:change-id="c2"/>very<text:change-end text:change-id="c2"/>
simple <text:change-end text:change-id="c1"/> test !
Is this correct ?
B) What should happen when c1 gets
- rejected ? (I assume c2 is rejected as well ? Or is this implementation specific ?)
- accepted ? (c2 should stay "pending" IMHO)