As with most shorthand properties, all the properties listed need not be specified,
but any omitted properties will revert to their default values. In the case of
outline-style, omitting a value will cause no outline to show at all (unless it??™s
redefined subsequently) because the default value for outline-style is none.
Compatibility
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
Full Full Full Full Full Full None None None None
Internet Explorer for Windows (up to and including version 7) and Firefox 1.0
provide no support for outline.
Chapter 8
Layout Properties
Layout properties allow authors to control the visibility, position, and behavior of
the generated boxes for document elements. CSS layout is a complex topic and
further information can be found in CSS Layout and Formatting (p. 139).
Layout Properties
The Ultimate CSS Reference 264
display
display: { block | inline | inline-block |
inline-table | list-item | run-in | table |
table-caption | table-cell | table-column |
table-column-group | table-footer-group |
table-header-group | table-row | table-row-group |
none | inherit } ;
SPEC
version initial inherited
CSS1, 2, 2.
Pages:
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403