@@ -201,7 +201,8 @@ Margins {#margins}
201
201
sets the margin for all four sides
202
202
while the margin <a>longhand properties</a> only set their respective side.
203
203
This specification defines the <a>physical</a> 'margin' <a>longhands</a> ;
204
- [[css-logical-1]] additionally defines <a>flow-relative</a> 'margin' <a>longhands</a> .
204
+ [[css-logical-1#margin-properties]] additionally
205
+ defines <a>flow-relative</a> 'margin' <a>longhands</a> .
205
206
Both sets of properties control the same set of margins:
206
207
they are just different ways of indexing each side.
207
208
@@ -383,7 +384,8 @@ Padding {#paddings}
383
384
sets the padding for all four sides
384
385
while the padding <a>longhand properties</a> only set their respective side.
385
386
This specification defines the <a>physical</a> 'padding' <a>longhands</a> ;
386
- [[css-logical-1]] additionally defines <a>flow-relative</a> 'padding' <a>longhands</a> .
387
+ [[css-logical-1#padding-properties]] additionally
388
+ defines <a>flow-relative</a> 'padding' <a>longhands</a> .
387
389
Both sets of properties control the same set of padding:
388
390
they are just different ways of indexing each side.
389
391
@@ -461,6 +463,21 @@ Padding Shorthand: the 'padding' property {#padding-shorthand}
461
463
</pre>
462
464
</div>
463
465
466
+ Borders {#borders}
467
+ =======
468
+
469
+ <dfn export lt="border">Borders</dfn> fill the <a>border area</a> ,
470
+ to visually delineate the edges of the box,
471
+ The <dfn export>border properties</dfn> specify the thickness
472
+ of the <a>border area</a> of a box,
473
+ as well as its drawing style and color.
474
+ See [[css-backgrounds-3#borders]] for the definition
475
+ of the physical variants of these properties;
476
+ [[css-logical-1#border-properties]] additionally
477
+ defines <a>flow-relative</a> border <a>longhands</a> .
478
+ Both sets of properties control the same set of borders:
479
+ they are just different ways of indexing each side.
480
+
464
481
Changes Since CSS Level 2 {#changes}
465
482
=========================
466
483
0 commit comments