@@ -905,8 +905,8 @@ are encouraged to track development of these options during Tech Preview:
905905
906906#### Composition
907907
908- When an _operand_ or an _option_ value uses a _variable_ with a _declaration_
909- using an _expression_ with a `:datetime` _annotation_,
908+ When an _operand_ or an _option_ value uses a _variable_ annotated,
909+ directly or indirectly, by a `:datetime` _annotation_,
910910its resolved value contains only the implementation-defined datetime value
911911of the _operand_ of the annotated _expression_,
912912together with the resolved options values.
@@ -941,8 +941,8 @@ as is any `style` option.
941941
942942#### Composition
943943
944- When an _operand_ or an _option_ value uses a _variable_ with a _declaration_
945- using an _expression_ with a `:date` _annotation_,
944+ When an _operand_ or an _option_ value uses a _variable_ annotated,
945+ directly or indirectly, by a `:date` _annotation_,
946946its resolved value contains only the implementation-defined date/time value
947947of the _operand_ of the annotated _expression_ (with no time value),
948948together with the resolved options values.
@@ -977,8 +977,8 @@ as is any `style` option.
977977
978978#### Composition
979979
980- When an _operand_ or an _option_ value uses a _variable_ with a _declaration_
981- using an _expression_ with a `:time` _annotation_,
980+ When an _operand_ or an _option_ value uses a _variable_ annotated,
981+ directly or indirectly, by a `:time` _annotation_,
982982its resolved value contains only the implementation-defined date/time value
983983of the _operand_ of the annotated _expression_ (with no date value),
984984together with the resolved options values.
0 commit comments