diff --git a/extensions/2.0/Khronos/KHR_interactivity/Specification.adoc b/extensions/2.0/Khronos/KHR_interactivity/Specification.adoc index 30b56d8502..d08d0186b0 100644 --- a/extensions/2.0/Khronos/KHR_interactivity/Specification.adoc +++ b/extensions/2.0/Khronos/KHR_interactivity/Specification.adoc @@ -742,7 +742,7 @@ Math.max(a, b) | `floatN value` | latexmath:[\min(\max(a, \min(b, c)), \max(b, c))] |=== -This node relies on `math/min` and `math/max` nodes defined above. +This node is defined in terms of `math/min` and `math/max` nodes defined above. [NOTE] .Authoring Note @@ -761,6 +761,8 @@ This operation correctly handles a case when stem:[b] is greater than stem:[c]. | `floatN value` | latexmath:[\min(\max(a, 0), 1)] |=== +This node is defined in terms of `math/min` and `math/max` nodes defined above. + ===== Interpolate [cols="1h,1,2"] @@ -1969,6 +1971,8 @@ This is implementable in ECMAScript via the following expression: | `int value` | latexmath:[\min(\max(a, \min(b, c)), \max(b, c))] |=== +This node is defined in terms of `math/min` and `math/max` nodes defined above. + [NOTE] .Authoring Note ====