CSS2
azimuth
- Property: azimuth
Possible Values: <angle> | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit
- Initial Value: center
- Applies to: all elements
- Inherited: yes
- Percentages: N/A
- Media: aural
Value Description
- <angle>: The position is described using an angle within the range -360deg to 360deg. The value 0deg means directly ahead in the center of the sound stage.
- left-side: Equivalent to 270deg. With behind 270deg.
- far-left: Equivalent to 300deg. With behind 240deg.
- left: Equivalent to 320deg. With behind 220deg.
- center-left: Equivalent to 340deg. With behind 200deg.
- center: Equivalent to 0deg. With behind 180deg.
clip
- Property: clip
- Possible Values: <shape> | auto | inherit
- Initial Value: auto
- Applies to: block-level and replaced elements
- Inherited: no
- Percentages: N/A
- Media: visual
Value Description Values include:
- auto: The clipping region has an identical size and location as the element's box/boxes.
- <shape>: Specifies the offsets from the sides of the box. Values for <shape> are rect(<top> <right> <bottom> <left>
direction
- Property: direction
- Possible Values: ltr | rtl | inherit
- Initial Value: ltr
- Applies to: all elements
- Inherited: yes
- Percentages: N/A
- Media: visual
Value Description Values include:
- ltr: A left-to-right text direction.
- rtl: A right-to-left text direction.
marks
- Property: marks
- Possible Values: [ crop || cross ] | none | inherit
- Initial Value: none
- Applies to: page context
- Inherited: N/A
- Percentages: N/A
- Media: visual and paged
Property Description: Specifies whether cross or crop marks or both should be drawn just outside the page box edge. Marks are often used in high quality printing.
page
- Property: page
- Possible Values: <identifier> | auto
- Initial Value: auto
- Applies to: block-level elements
- Inherited: yes
- Percentages: N/A
- Media: visual and paged
Property Description: Specifies a type of page where an element should be displayed.
visibility
- Property: visibility
- Possible Values: visible | hidden | collapse | inherit
- Initial Value: inherit
- Applies to: all elements
- Inherited: no
- Percentages: N/A
- Media: visual
Value Description Values include:
- visible: The box is visible
- hidden: The box is transparent but still affects layout.
- collapse: If used for row, row group, column and column group elements, it removes the entire row or column. The space can then be used by another row or column. On other elements, this value performs the same function as 'hidden'.
|