B.1. azimuth

azimuth sets the direction in horizontal space from which the sound comes when the content is presented aurally (e.g. in a speaking browser for the blind).

For full details on this property, see the CSS2 specification.

Inherited: Yes

See also: Section B.33elevation

B.1.1. Value

An angle (-360deg to 360deg, where 0deg is in front of the listener), or a descriptive constant (e.g. far-right behind).

Initial value: center

B.1.2. Compatibility

CSS Version: 2

Not yet supported by any browser.

B.1.3. Examples

This style rule will cause all headings to be heard from the front-left of the sound field:

h1, h2, h3, h4, h5, h6 {
  azimuth: -45deg;
}

Get HTML Utopia: Designing Without Tables Using CSS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.