@@ -211,42 +211,42 @@ The CSS Box Model {#box-model}
211
211
Box-edge Keywords {#keywords}
212
212
-----------------
213
213
214
- The following CSS keywords are defined for use
214
+ The following <dfn noexport><box></dfn> CSS keywords are defined for use
215
215
in properties (such as 'transform-box' and 'background-clip' )
216
216
that need to refer to various box edges:
217
217
218
- <dl dfn-for="<box> , <shape-box> , <geometry-box> " dfn- type=value>
219
- <dt> <dfn>content-box</dfn>
218
+ <dl dfn-type=value>
219
+ <dt> <dfn dfn-for="<box>,<visual-box>,<layout-box>,<shape-box>,<geometry-box>,<paint-box>,<coord-box>" >content-box</dfn>
220
220
<dd>
221
221
Refers to the [=content box=] or [=content edge=] .
222
222
(In an SVG context, treated as ''<box>/fill-box'' .)
223
223
224
- <dt> <dfn>padding-box</dfn>
224
+ <dt> <dfn dfn-for="<box>,<visual-box>,<layout-box>,<shape-box>,<geometry-box>,<paint-box>,<coord-box>" >padding-box</dfn>
225
225
<dd>
226
226
Refers to the [=padding box=] or [=padding edge=] .
227
227
(In an SVG context, treated as ''<box>/fill-box'' .)
228
228
229
- <dt> <dfn>border-box</dfn>
229
+ <dt> <dfn dfn-for="<box>,<visual-box>,<layout-box>,<shape-box>,<geometry-box>,<paint-box>,<coord-box>" >border-box</dfn>
230
230
<dd>
231
231
Refers to the [=border box=] or [=border edge=] .
232
232
(In an SVG context, treated as ''<box>/stroke-box'' .)
233
233
234
- <dt> <dfn>margin-box</dfn>
234
+ <dt> <dfn dfn-for="<box>,<layout-box>,<shape-box>,<geometry-box>" >margin-box</dfn>
235
235
<dd>
236
236
Refers to the [=margin box=] or [=margin edge=] .
237
237
(In an SVG context, treated as ''<box>/stroke-box'' .)
238
238
239
- <dt> <dfn>fill-box</dfn>
239
+ <dt> <dfn dfn-for="<box>,<geometry-box>,<paint-box>,<coord-box>" >fill-box</dfn>
240
240
<dd>
241
241
Refers to the [=object bounding box=] or its edges.
242
242
(In a CSS box context, treated as ''<box>/content-box'' .)
243
243
244
- <dt> <dfn>stroke-box</dfn>
244
+ <dt> <dfn dfn-for="<box>,<geometry-box>,<paint-box>,<coord-box>" >stroke-box</dfn>
245
245
<dd>
246
246
Refers to the [=stroke bounding box=] or its edges.
247
247
(In a CSS box context, treated as ''<box>/border-box'' .)
248
248
249
- <dt> <dfn>view-box</dfn>
249
+ <dt> <dfn dfn-for="<box>,<geometry-box>,<coord-box>" >view-box</dfn>
250
250
<dd>
251
251
Refers to the nearest [=SVG viewport=] element’s
252
252
<dfn dfn lt="SVG viewport origin box" local-lt="origin box">origin box</dfn> ,
@@ -268,9 +268,9 @@ Box-edge Keywords {#keywords}
268
268
For convenience, the following value types are defined:
269
269
<pre class="prod">
270
270
<dfn><<visual-box>></dfn> = content-box | padding-box | border-box
271
- <dfn><<layout-box>></dfn> = content -box | padding-box | border-box | margin-box
272
- <dfn><<paint-box>></dfn> = content -box | padding-box | border-box | fill-box | stroke-box
273
- <dfn><<coord-box>></dfn> = content -box | padding-box | border-box | fill-box | stroke-box | view-box
271
+ <dfn><<layout-box>></dfn> = <<visual -box>> | margin-box
272
+ <dfn><<paint-box>></dfn> = <<visual -box>> | fill-box | stroke-box
273
+ <dfn><<coord-box>></dfn> = <<paint -box>> | view-box
274
274
</pre>
275
275
276
276
Margins {#margins}
0 commit comments