plugins/org.w3c.css/bin/org/w3c/css/properties/Config.properties
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 # configuration file for org.w3c.css.parser.CssFouffa
       
     2 # Properties should be in the style directory
       
     3 
       
     4 # Is the parser should run in CSS2 ?
       
     5 extended-parser: true
       
     6 
       
     7 # the CssStyle to use
       
     8 #style for CSS1
       
     9 css1: org.w3c.css.properties.css1.Css1Style
       
    10 #style for CSS2 (and mobile profile and TV profile)
       
    11 css2: org.w3c.css.properties.css2.font.Css2Style
       
    12 #style for CSS2.1
       
    13 css21: org.w3c.css.properties.css21.Css21Style
       
    14 #style for CSS3
       
    15 css3: org.w3c.css.properties.css3.Css3Style
       
    16 #SVG styles
       
    17 svg : org.w3c.css.properties.svg.SVGStyle
       
    18 svgbasic : org.w3c.css.properties.svg.SVGBasicStyle
       
    19 svgtiny : org.w3c.css.properties.svg.SVGTinyStyle
       
    20 #ATSC style
       
    21 atsc-tv: org.w3c.css.properties.atsc.ATSCStyle
       
    22 
       
    23 #media
       
    24 media: Media.properties
       
    25 
       
    26 # file containing the properties files for each profile
       
    27 profilesProperties: ProfilesProperties.properties
       
    28 
       
    29 #default profile
       
    30 defaultProfile: css21