diff --git a/css-values-5/Overview.bs b/css-values-5/Overview.bs index 67ab41bc86a..499b51716ec 100644 --- a/css-values-5/Overview.bs +++ b/css-values-5/Overview.bs @@ -81,11 +81,11 @@ Value Definition Syntax
<> = if( [ <> : < >? ; ]* < > : < >? ;? ) - < > = <> ]>> | else + < > = <> ]>> | else < > = supports( [ <> | < > : < > ] ) | media( < > ) | @@ -3192,7 +3192,7 @@ Safely Handling Overly-Long Substitution Appendix B: Boolean Logic In order to accommodate future extensions of CSS, - < > productions generally interpret their < > grammar branch as unknown, + < > productions generally interpret their < > grammar branch as unknown, and their boolean logic is resolved using 3-value Kleene logic. In some cases (such as ''@supports''), < > is instead defined as false; @@ -3220,7 +3220,7 @@ Appendix B: Boolean Logic false if all of them are false, and unknown otherwise (i.e. at least one unknown, but no true). - If a “top-level” < > is unknown, + If a “top-level” < > is unknown, and the containing context doesn't otherwise define how to handle unknown conditions, it evaluates to false. @@ -3276,7 +3276,7 @@ Changes * Changed ''*progress()'' functions to use commas for argument separation, for consistency with ''*mix()'' and ''clamp()''. (Issue 10489) - * Defined new < > multipler for the [=value definition syntax=]. + * Defined new < > multipler for the [=value definition syntax=]. (Issue 10457) * Imported definition of [=arbitrary substitution function=] from [[css-variables-1]]. (Issue 10679) @@ -3307,7 +3307,7 @@ Additions Since Level 4 * Added the ''random()'' and ''random-item()'' functions. * Added the ''sibling-count()'' and ''sibling-index()'' functions. * Added the ''calc-size()'' function, and the related 'interpolate-size' property. - * Added the < > syntax notation to the [=value definition syntax=]. + * Added the < > syntax notation to the [=value definition syntax=].