Skip to content

Commit 0f1ce2b

Browse files
committed
[css-box-3] dfn and export the term 'edge'.
1 parent 9907943 commit 0f1ce2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-box-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ The CSS Box Model {#box-model}
123123

124124
The perimeter of each of the four areas
125125
(content, padding, border, and margin)
126-
is called an edge,
127-
and each edge can be broken down into
126+
is called an <dfn export lt="box edge" local-lt="edge">edge</dfn>,
127+
and each [=edge=] can be broken down into
128128
a top, right, bottom, and left side.
129-
Thus each <a>box</a> has four edges
129+
Thus each <a>box</a> has four [=edges=]
130130
each composed of four sides:
131131

132132
<dl export>

0 commit comments

Comments
 (0)