Skip to content

Commit c769595

Browse files
committed
[css-conditional-3][editorial] Export term as *CSS* feature queries to avoid possible naming clashes.
1 parent 798d04a commit c769595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-conditional-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ rule whose condition tests whether the user agent supports CSS
232232
''property:value'' pairs. Authors can use it to write style sheets that use
233233
new features when available but degrade gracefully when those features
234234
are not supported.
235-
These queries are called <dfn export>feature queries</dfn> or (colloquially) <dfn export>supports queries</dfn>.
235+
These queries are called <dfn export>CSS feature queries</dfn> or (colloquially) <dfn export>supports queries</dfn>.
236236

237237
Note: CSS has existing mechanisms for graceful
238238
degradation, such as ignoring unsupported properties or values, but

css-contain-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Size Container Features</h3>
545545
a feature name, a comparator, and a value.
546546
[[mediaqueries-5]]
547547
The boolean syntax and logic combining [=size features=] into a <<size-query>>
548-
is the same as for [=feature queries=].
548+
is the same as for [=CSS feature queries=].
549549
(See ''@supports''. [[!CSS-CONDITIONAL-3]])
550550

551551
If the [=query container=] does not have a [=principal box=],

0 commit comments

Comments
 (0)