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;
}

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.27.232