File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,9 +229,12 @@ is applied.
229229
230230The <dfn at-rule id="at-ruledef-supports">@supports</dfn> rule is a conditional group
231231rule whose condition tests whether the user agent supports CSS
232- property:value pairs. Authors can use it to write style sheets that use
232+ '' property:value'' pairs. Authors can use it to write style sheets that use
233233new features when available but degrade gracefully when those features
234- are not supported. CSS has existing mechanisms for graceful
234+ are not supported.
235+ These queries are called <dfn export>feature queries</dfn> or (colloquially) <dfn export>supports queries</dfn> .
236+
237+ Note: CSS has existing mechanisms for graceful
235238degradation, such as ignoring unsupported properties or values, but
236239these are not always sufficient when large groups of styles need to be
237240tied to the support for certain features, as is the case for use of new
You can’t perform that action at this time.
0 commit comments