diff --git a/ebml_matroska.xml b/ebml_matroska.xml
index 3a8c7e8e8..d26f411d7 100644
--- a/ebml_matroska.xml
+++ b/ebml_matroska.xml
@@ -819,30 +819,30 @@ redundant framing information while preserving versioning and semantics between
-
+
Specifies a yaw rotation to the projection.
Value represents a clockwise rotation, in degrees, around the up vector. This rotation must be applied
-before any `ProjectionPosePitch` or `ProjectionPoseRoll` rotations.
- The value of this element **MUST** be in the -180 to 180 degree range, both included.
+before any `ProjectionPosePitch` or `ProjectionPoseRoll` rotations.
+The value of this element **MUST** be in the -180 to 180 degree range, both included.
-
+
Specifies a pitch rotation to the projection.
Value represents a counter-clockwise rotation, in degrees, around the right vector. This rotation must be applied
-after the `ProjectionPoseYaw` rotation and before the `ProjectionPoseRoll` rotation.
- The value of this element **MUST** be in the -90 to 90 degree range, both included.
+after the `ProjectionPoseYaw` rotation and before the `ProjectionPoseRoll` rotation.
+The value of this element **MUST** be in the -90 to 90 degree range, both included.
-
+
Specifies a roll rotation to the projection.
Value represents a counter-clockwise rotation, in degrees, around the forward vector. This rotation must be applied
-after the `ProjectionPoseYaw` and `ProjectionPosePitch` rotations.
- The value of this element **MUST** be in the -180 to 180 degree range, both included.
+after the `ProjectionPoseYaw` and `ProjectionPosePitch` rotations.
+The value of this element **MUST** be in the -180 to 180 degree range, both included.