-xv-interpret-as property
Specifies how to interpret the contents of the corresponding element.
Same as the interpret-as property in the CSS3 declaration.
JavaScript page for this property: XvInterpretAs. You can find other example(s) there. |
Possible values:
One of the following values:
Element's content is an address. | |||||||
Element's content is a currency value. | |||||||
Takes the value of this property from the computed style of the parent element. | |||||||
Element's content is a measurement. | |||||||
Element's content is a proper name of a person, company etc. | |||||||
Element's content is a URI such as an email address or an http URI. | |||||||
Element's content is a telephone number. |
Default: this property has no default value.
Example HTML code 1:
This example illustrates the use of the -xv-interpret-as property:
|
||||
<head> <style> .name { -xv-interpret-as: name; } .telephone { -xv-interpret-as: telephone; } .net { -xv-interpret-as: net; } </style> </head> <body> <p class="name">Oscar de la Hoya</p> <p class="telephone">(212) 907-8686</p> <p class="net">www.goldenboysite.us</p> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, b, bdo, big, blink, blockQuote, body, button, caption, center, cite, code, col, colGroup, dd, del, dfn, dir, div, dl, dt, em, fieldSet, font, form, H1, H2, H3, H4, H5, H6, html, i, input:button, input:file, input:password, input:reset, input:submit, input:text, ins, isIndex, kbd, label, legend, li, marquee, menu, ol, optGroup, option, p, plainText, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tr, tt, u, ul, var, xmp
Related pages:
-op-phonemes
-xv-voice-balance
-xv-voice-duration
-op-voice-pitch
-op-voice-pitch-range
-op-voice-rate
-op-voice-stress
-op-voice-volume
cue
cue-after
cue-before
pause
pause-after
pause-before
rest
rest-after
rest-before
speak
voice-family
-xv-voice-balance
-xv-voice-duration
-op-voice-pitch
-op-voice-pitch-range
-op-voice-rate
-op-voice-stress
-op-voice-volume
cue
cue-after
cue-before
pause
pause-after
pause-before
rest
rest-after
rest-before
speak
voice-family
External links:
User Contributed Comments