Skip to content

Commit 37edd89

Browse files
committed
[css-values][css-values-3] Fix bikeshed linking error (ambiguous for-less link).
This causes correct linking of the resolution units, which previously failed because these units were also defined in the css3-images draft that is still the current TR draft.
1 parent 77d711b commit 37edd89

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-values-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ Frequency Units: the <<frequency>> type and ''Hz'', ''kHz'' units</h3>
13011301
-->
13021302

13031303
<h3 id="resolution">
1304-
Resolution Units: the <<resolution>> type and ''dpi'', ''dpcm'', ''dppx'' units</h3>
1304+
Resolution Units: the <<resolution>> type and ''&lt;resolution&gt;/dpi'', ''&lt;resolution&gt;/dpcm'', ''&lt;resolution&gt;/dppx'' units</h3>
13051305

13061306
Resolution units are <a>dimensions</a> denoted by <dfn id="resolution-value">&lt;resolution></dfn>.
13071307
The resolution unit identifiers are:
@@ -1323,7 +1323,7 @@ Resolution Units: the <<resolution>> type and ''dpi'', ''dpcm'', ''dppx'' units<
13231323
or the 'image-resolution' property defined in [[CSS3-IMAGES]].
13241324

13251325
All <<resolution>> units are <a>compatible</a>,
1326-
and ''dppx'' is their <a>canonical unit</a>.
1326+
and ''&lt;resolution&gt;/dppx'' is their <a>canonical unit</a>.
13271327

13281328
<div class="example">
13291329
The following @media rule uses Media Queries [[MEDIAQ]]

css-values/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ Frequency Units: the <<frequency>> type and ''Hz'', ''kHz'' units</h3>
13601360
-->
13611361

13621362
<h3 id="resolution">
1363-
Resolution Units: the <<resolution>> type and ''dpi'', ''dpcm'', ''dppx'' units</h3>
1363+
Resolution Units: the <<resolution>> type and ''&lt;resolution&gt;/dpi'', ''&lt;resolution&gt;/dpcm'', ''&lt;resolution&gt;/dppx'' units</h3>
13641364

13651365
Resolution units are <a>dimensions</a> denoted by <dfn id="resolution-value">&lt;resolution></dfn>.
13661366
The resolution unit identifiers are:
@@ -1382,7 +1382,7 @@ Resolution Units: the <<resolution>> type and ''dpi'', ''dpcm'', ''dppx'' units<
13821382
or the 'image-resolution' property defined in [[CSS3-IMAGES]].
13831383

13841384
All <<resolution>> units are <a>compatible</a>,
1385-
and ''dppx'' is their <a>canonical unit</a>.
1385+
and ''&lt;resolution&gt;/dppx'' is their <a>canonical unit</a>.
13861386

13871387
<div class="example">
13881388
The following @media rule uses Media Queries [[MEDIAQ]]

0 commit comments

Comments
 (0)