Skip to content

Commit 8626a61

Browse files
author
Florian Rivoal
committed
Fix typo in the markup
1 parent 57bd3d8 commit 8626a61

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-mediaqueries/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,11 +1133,11 @@ <h3 id=resolution0><span class=secno>6.1. </span>Resolution</h3>
11331133
<dl>
11341134
<dt>dpi
11351135

1136-
<dd>dots per CSS &lsquo;<code class=property>inch</code>&rsquo;
1136+
<dd>dots per CSS &lsquo;<code class=css>inch</code>&rsquo;
11371137

11381138
<dt>dpcm
11391139

1140-
<dd>dots per CSS &lsquo;<code class=property>centimeter</code>&rsquo;
1140+
<dd>dots per CSS &lsquo;<code class=css>centimeter</code>&rsquo;
11411141
</dl>
11421142

11431143
<p>In this specification, these units are only used in the &lsquo;<code

css3-mediaqueries/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,10 +997,10 @@ <h3>Resolution</h3>
997997

998998
<dl>
999999
<dt>dpi</dt>
1000-
<dd>dots per CSS 'inch'</dd>
1000+
<dd>dots per CSS ''inch''</dd>
10011001

10021002
<dt>dpcm</dt>
1003-
<dd>dots per CSS 'centimeter'</dd>
1003+
<dd>dots per CSS ''centimeter''</dd>
10041004
</dl>
10051005

10061006
<p>In this specification, these units are only used in the

0 commit comments

Comments
 (0)