diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs index 9d0c25b721c..04506148f35 100644 --- a/css-view-transitions-2/Overview.bs +++ b/css-view-transitions-2/Overview.bs @@ -442,20 +442,29 @@ Note: this needs to be cached in the boolean because the result needs to be read via the URL address bar or clicking a bookmark, as well as any form of user or script initiated {{NavigationType/reload}}. +This at-rule conforms with the forward-compatible parsing requirement of CSS; +conformant parsers that don't understand these rules will ignore them without error. +Any descriptors that are not recognized or implemented by a given user agent, +or whose value does not match the grammars given here or in a future version of this specification, +must be ignored in their entirety; +they do not make the ''@view-transition'' rule invalid. + ### Accessing the ''@view-transition'' rule using CSSOM ### {#cssom} The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.