ZVON > References > CSS2 Reference

Go to Standard
Property: quotes
Inherited: yes
Value: [ <string> <string> ]+ | none | inherit
Initial: depends on user agent
Applies to: all elements
Media: visual
Percentages: N/A

Examples:



     <doc>
          <AAA lang = "en"> English quotes </AAA>
          <AAA lang = "cs"> Other quotes </AAA>
     </doc>
View
* {display: block}
AAA[lang="en"] {quotes: '"' '"'}
AAA[lang="cs"] {quotes: '>>' '<<'}
AAA:before {content: open-quote}
AAA:after {content: close-quote}



_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet