All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3c.css.properties.Config.properties Maven / Gradle / Ivy

The newest version!
# configuration file for org.w3c.css.parser.CssFouffa
# Properties should be in the style directory

# Is the parser should run in CSS2 ?
extended-parser: true

# the CssStyle to use
#style for CSS1
css1: org.w3c.css.properties.css1.Css1Style
#style for CSS2 (and mobile profile and TV profile)
css2: org.w3c.css.properties.css2.font.Css2Style
#style for CSS2.1
css21: org.w3c.css.properties.css21.Css21Style
#style for CSS3
css3: org.w3c.css.properties.css3.Css3Style
#SVG styles
svg : org.w3c.css.properties.svg.SVGStyle
svgbasic : org.w3c.css.properties.svg.SVGBasicStyle
svgtiny : org.w3c.css.properties.svg.SVGTinyStyle
#ATSC style
atsc-tv: org.w3c.css.properties.atsc.ATSCStyle

#media
media: Media.properties

# file containing the properties files for each profile
profilesProperties: ProfilesProperties.properties

#default profile
defaultProfile: css21




© 2015 - 2024 Weber Informatics LLC | Privacy Policy