XSL - formatting object examples
- block
 
- 
typically used for paragraph, headline, etc.; same effect (& same
properties) as  'display: block' in CSS
 
- inline-sequence
 
- 
typically used for words, sentences, etc.; same effect (& same properties)
as 'display: inline' in CSS
 
- table-row
 
- 
for table rows; same as 'display: table-row' in CSS
 
- ...and currently about 50 more