Skip to content

Commit a1a9513

Browse files
committed
[css-box] Fix bikeshed error
1 parent 91a3c4d commit a1a9513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-box-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The CSS Box Model {#box-model}
135135

136136
The perimeter of each of the four areas
137137
(content, padding, border, and margin)
138-
is called an <dfn export lt="box edge | edge" for="box" local-lt="edge">edge</dfn>,
138+
is called an <dfn export lt="box edge | edge" for="box">edge</dfn>,
139139
and each [=edge=] can be broken down into
140140
a top, right, bottom, and left side.
141141
Thus each <a>box</a> has four [=edges=]

css-box-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The CSS Box Model {#box-model}
124124

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

0 commit comments

Comments
 (0)