Skip to content

Commit 68f02aa

Browse files
committed
[css-sizing-3][editorial] Add some more dfn terms and links.
1 parent e56ff0b commit 68f02aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-sizing-3/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Terminology</h2>
8888
<dd>
8989
A one- or two-dimensional measurement:
9090
a <a>block size</a> and/or <a>inline size</a>;
91-
alternatively a width and/or height.
91+
alternatively a [=width=] and/or [=height=].
9292

9393
<figure>
9494
<img style="max-width: 49%;" src="images/sizing-ltr-tb.svg"
@@ -103,13 +103,13 @@ Terminology</h2>
103103
to an <a>inline size</a> or <a>block size</a> depends on the <a>writing mode</a>.</figcaption>
104104
</figure>
105105

106-
<dt><dfn>inner size</dfn>
106+
<dt><dfn lt="inner size|inner width|inner height|inner block size|inner inline size">inner size</dfn>
107107
<dd>
108-
The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">content-box</a> size of a <a>box</a>.
108+
The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">content-box</a> [=size=] of a <a>box</a>.
109109

110-
<dt><dfn>outer size</dfn>
110+
<dt><dfn lt="outer size|outer width|outer height|outer block size|outer inline size">outer size</dfn>
111111
<dd>
112-
The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">margin-box</a> size of a <a>box</a>.
112+
The <a href="https://www.w3.org/TR/css2/box.html#box-dimensions">margin-box</a> [=size=] of a <a>box</a>.
113113

114114
<dt><dfn id="definite" lt="definite|definite size">definite size</dfn>
115115
<dd>

0 commit comments

Comments
 (0)