Skip to content

Commit 8b95d47

Browse files
committed
[css-conditional] Add explicit ids to preserve id stability across recent preprocessor changes.
1 parent c89f293 commit 8b95d47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-conditional/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ <h2 id="use">Placement of conditional group rules</h2>
307307

308308
<h2 id="at-media">Media-specific style sheets: the '@media' rule</h2>
309309

310-
<p>The <dfn>'@media' rule</dfn> is a conditional group rule whose
310+
<p>The <dfn id="atmedia-rule">'@media' rule</dfn> is a conditional group rule whose
311311
condition is a media query. It consists of the at-keyword
312312
'@media' followed by a (possibly empty) media query list (as
313313
defined in [[!MEDIAQ]]), followed by a group rule body. The condition
@@ -347,7 +347,7 @@ <h2 id="at-media">Media-specific style sheets: the '@media' rule</h2>
347347

348348
<h2 id="at-supports">Feature queries: the '@supports' rule</h2>
349349

350-
<p>The <dfn>'@supports' rule</dfn> is a conditional group
350+
<p>The <dfn id="atsupports-rule">'@supports' rule</dfn> is a conditional group
351351
rule whose condition tests whether the user agent supports CSS
352352
property:value pairs. Authors can use it to write style sheets that use
353353
new features when available but degrade gracefully when those features

0 commit comments

Comments
 (0)