Skip to content

Commit 651b23d

Browse files
committed
[css-values] Add x unit, make it the canonical unit.
1 parent b446438 commit 651b23d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-values/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,7 @@ Resolution Units: the <<resolution>> type and ''&lt;resolution&gt;/dpi'', ''&lt;
14081408
<dd>Dots per centimeter.
14091409

14101410
<dt><dfn id="dppx">dppx</dfn>
1411+
<dt><dfn id="x">x</dfn>
14111412
<dd>Dots per ''px'' unit.
14121413
</dl>
14131414

@@ -1417,7 +1418,7 @@ Resolution Units: the <<resolution>> type and ''&lt;resolution&gt;/dpi'', ''&lt;
14171418
or the 'image-resolution' property defined in [[CSS3-IMAGES]].
14181419

14191420
All <<resolution>> units are <a>compatible</a>,
1420-
and ''&lt;resolution&gt;/dppx'' is their <a>canonical unit</a>.
1421+
and ''&lt;resolution&gt;/x'' is their <a>canonical unit</a>.
14211422

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

0 commit comments

Comments
 (0)