@@ -215,38 +215,38 @@ Box-edge Keywords {#keywords}
215215 in properties (such as 'transform-box' and 'background-clip' )
216216 that need to refer to various box edges:
217217
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>,<shape-box>,<geometry-box>" >content-box</dfn>
220220 <dd>
221221 Refers to the [=content box=] or [=content edge=] .
222222 (In an SVG context, treated as ''<box>/fill-box'' .)
223223
224- <dt> <dfn>padding-box</dfn>
224+ <dt> <dfn dfn-for="<box>,<visual-box>,<shape-box>,<geometry-box>" >padding-box</dfn>
225225 <dd>
226226 Refers to the [=padding box=] or [=padding edge=] .
227227 (In an SVG context, treated as ''<box>/fill-box'' .)
228228
229- <dt> <dfn>border-box</dfn>
229+ <dt> <dfn dfn-for="<box>,<visual-box>,<shape-box>,<geometry-box>" >border-box</dfn>
230230 <dd>
231231 Refers to the [=border box=] or [=border edge=] .
232232 (In an SVG context, treated as ''<box>/stroke-box'' .)
233233
234- <dt> <dfn>margin-box</dfn>
234+ <dt> <dfn dfn-for="<box>,<visual-box>,<shape-box>,<geometry-box>" >margin-box</dfn>
235235 <dd>
236236 Refers to the [=margin box=] or [=margin edge=] .
237237 (In an SVG context, treated as ''<box>/stroke-box'' .)
238238
239- <dt> <dfn>fill-box</dfn>
239+ <dt> <dfn dfn-for="<box>,<paint-box>" >fill-box</dfn>
240240 <dd>
241241 Refers to the [=object bounding box=] or its edges.
242242 (In a CSS box context, treated as ''<box>/content-box'' .)
243243
244- <dt> <dfn>stroke-box</dfn>
244+ <dt> <dfn dfn-for="<box>,<paint-box>" >stroke-box</dfn>
245245 <dd>
246246 Refers to the [=stroke bounding box=] or its edges.
247247 (In a CSS box context, treated as ''<box>/border-box'' .)
248248
249- <dt> <dfn>view-box</dfn>
249+ <dt> <dfn dfn-for="<box>,<coord-box>" >view-box</dfn>
250250 <dd>
251251 Refers to the nearest [=SVG viewport=] element’s
252252 <dfn dfn lt="SVG viewport origin box" local-lt="origin box">origin box</dfn> ,
@@ -268,9 +268,9 @@ Box-edge Keywords {#keywords}
268268 For convenience, the following value types are defined:
269269 <pre class="prod">
270270 <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
274274 </pre>
275275
276276Margins {#margins}
0 commit comments