16140N/A<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN" [
16140N/A<!--ArborText, Inc., 1988-1999, v.4002-->
16140N/A<!--ARC : LSARC 2001/201 GNOME 2.X on Solaris-->
16140N/A<!ENTITY envr-tt "ENVIRONMENT VARIABLES">
16140N/A<!ENTITY cmd "csslint-0.6">
16140N/A<!ENTITY % commonents SYSTEM "smancommon.ent">
16140N/A%commonents;
16140N/A<!ENTITY % booktitles SYSTEM "booktitles.ent">
16140N/A%booktitles;
16140N/A<!ENTITY suncopy "Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.">
16140N/A]>
16140N/A<?Pub UDT _bookmark _target>
16140N/A<?Pub Inc>
16140N/A<refentry id="csslint-06-1">
16140N/A<!-- %Z%%M% %I% %E% SMI; -->
16140N/A<refmeta><refentrytitle>&cmd;</refentrytitle><manvolnum>1</manvolnum>
16140N/A<refmiscinfo class="date">13 Mar 2009</refmiscinfo>
16140N/A<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
16140N/A<refmiscinfo class="software">&release;</refmiscinfo>
16140N/A<refmiscinfo class="arch">generic</refmiscinfo>
16140N/A<refmiscinfo class="copyright">&suncopy;</refmiscinfo>
16140N/A</refmeta>
16140N/A<refnamediv id="csslint-06-1-name">
16140N/A<indexterm><primary>&cmd;</primary></indexterm>
16140N/A<indexterm><primary>
16140N/Acommand line CSS tool
16140N/A</primary></indexterm>
16140N/A<refname>&cmd;</refname>
16140N/A<refpurpose>
16140N/Acommand line CSS tool
16140N/A</refpurpose></refnamediv>
16140N/A<refsynopsisdiv id="csslint-06-1-synp"><title>&synp-tt;</title>
16140N/A<cmdsynopsis><command>&cmd;</command>
16140N/A<arg choice="opt"><option>-help</option></arg>
16140N/A<arg choice="opt"><option>-version</option></arg>
16140N/A</cmdsynopsis>
16140N/A
16140N/A<cmdsynopsis><command>&cmd;</command>
16140N/A<arg choice="opt"><option>-dump-location</option></arg>
16140N/A<arg rep="repeat"><option role="nodash"><replaceable>file</replaceable></option></arg>
16140N/A</cmdsynopsis>
16140N/A
16140N/A<cmdsynopsis><command>&cmd;</command>
16140N/A<arg choice="opt"><option>-evaluate</option></arg>
16140N/A<arg choice="opt"><option>-author-sheet <replaceable>path</replaceable></option></arg>
16140N/A<arg choice="opt"><option>-ua-sheet <replaceable>path</replaceable></option></arg>
16140N/A<arg choice="opt"><option>-user-sheet <replaceable>path</replaceable></option></arg>
16140N/A<arg choice="opt"><option>-xml <replaceable>path</replaceable></option></arg>
16140N/A<arg choice="opt"><option>-xpath <replaceable>expression</replaceable></option></arg>
16140N/A<arg rep="repeat"><option role="nodash"><replaceable>file</replaceable></option></arg>
16140N/A</cmdsynopsis>
16140N/A</refsynopsisdiv>
16140N/A<refsect1 id="csslint-06-1-desc"><title>&desc-tt;</title>
16140N/A<para>
16140N/A<command>&cmd</command> parses one or more CSS (Cascading Style Sheet) files,
16140N/Aspecified on the command line. It displays various types of output depending
16140N/Aon the options specified. It is useful for detecting errors in the CSS code
16140N/Aand in the CSS parser itself.
16140N/A</para>
16140N/A<para>
16140N/AExcept when the <option>-dump-location</option> option is used,
16140N/A<command>&cmd;</command> parses a CSS file and builds a CSS object model.
16140N/A</para>
16140N/A</refsect1>
16140N/A<refsect1 id="csslint-06-1-opts"><title>&opts-tt;</title>
16140N/A<para>The following options are supported:</para>
16140N/A<variablelist termlength="medium">
16140N/A
16140N/A<varlistentry><term><option>-author-sheet <replaceable>path</replaceable></option></term>
16140N/A<listitem><para>
16140N/ASpecify the <replaceable>path</replaceable> to an author sheet. This option
16140N/Ais only useful with the <option>-evaluate</option> option.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>-dump-location</option></term>
16140N/A<listitem><para>
16140N/ADumps parsing location information for selectors and property declarations.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>e</option>, <option>-evaluate</option></term>
16140N/A<listitem><para>
16140N/ADisplay the CSS properties associated to the XML nodes referred to by an
16140N/Axpath expression. The xpath expression must be specified using the
16140N/A<option>-xpath</option> option and at least one type of stylesheet by using
16140N/Athe <option>-author-sheet</option>, <option>-ua-sheet</option>, and
16140N/A<option>-user-sheet</option> options. An XML file can be specified with the
16140N/A<option>-xml</option> option.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>-help</option></term>
16140N/A<listitem><para>
16140N/ADisplay usage information.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>-ua-sheet <replaceable>path</replaceable></option></term>
16140N/A<listitem><para>
16140N/ASpecify the <replaceable>path</replaceable> to an ua sheet. This option
16140N/Ais only useful with the <option>-evaluate</option> option.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>-user-sheet <replaceable>path</replaceable></option></term>
16140N/A<listitem><para>
16140N/ASpecify the <replaceable>path</replaceable> to an user sheet. This option
16140N/Ais only useful with the <option>-evaluate</option> option.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>v</option>, <option>-version</option></term>
16140N/A<listitem><para>
16140N/ADisplay version information.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>-xml <replaceable>path</replaceable></option></term>
16140N/A<listitem><para>
16140N/ASpecify the <replaceable>path</replaceable> to an XML file. This option
16140N/Ais only useful with the <option>-evaluate</option> option.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A<varlistentry><term><option>-xpath <replaceable>expression</replaceable></option></term>
16140N/A<listitem><para>
16140N/ASpecify the xpath <replaceable>expression</replaceable> to a. This option
16140N/Ais only useful with the <option>-evaluate</option> option.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A
16140N/A</variablelist>
16140N/A</refsect1>
16140N/A
16140N/A<refsect1 id="csslint-06-1-oper"><title>OPERANDS</title>
16140N/A<para>The following operands are supported:</para>
16140N/A<variablelist termlength="medium">
16140N/A<varlistentry><term><option role="nodash"><replaceable>file</replaceable></option></term>
16140N/A<listitem><para>
16140N/AThe name of one or more CSS files to be parsed.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A</variablelist></refsect1>
16140N/A
16140N/A<refsect1 id="csslint-06-1-file"><title>&file-tt;</title>
16140N/A<para>The following files are used by this application:</para>
16140N/A<variablelist termlength="medium">
16140N/A<varlistentry><term><filename>/usr/bin/&cmd;</filename> </term><listitem>
16140N/A<para>
16140N/AExecutable for CSS Lint.
16140N/A</para>
16140N/A</listitem></varlistentry>
16140N/A<refsect1 id="csslint-06-1-attr"><title>&attr-tt;</title>
16140N/A<para>See <olink targetdocent="REFMAN2" localinfo="attributes-5"><citerefentry>
16140N/A<refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry></olink>
16140N/Afor descriptions of the following attributes:</para>
16140N/A<informaltable frame="all">
16140N/A<tgroup cols="2" colsep="1" rowsep="1"><colspec colname="COLSPEC0" colwidth="1*">
16140N/A<colspec colname="COLSPEC1" colwidth="1*">
16140N/A<thead>
16140N/A<row><entry align="center" valign="middle">ATTRIBUTE TYPE</entry><entry align="center"
16140N/Avalign="middle">ATTRIBUTE VALUE</entry></row>
16140N/A</thead>
16140N/A<tbody>
18745N/A<row><entry><para>Availability</para></entry><entry><para>library/libcroco</para></entry>
16140N/A</row>
16140N/A<row><entry colname="COLSPEC0"><para>Interface stability</para></entry><entry
16140N/Acolname="COLSPEC1"><para>Volatile</para></entry></row>
16140N/A</tbody>
16140N/A</tgroup>
16140N/A</informaltable>
16140N/A</refsect1>
16140N/A<refsect1 id="csslint-06-1-also"><title>&also-tt;</title>
16140N/A<!--Reference to another man page-->
16140N/A<!--Reference to a Help manual-->
16140N/A<!--Reference to a book.-->
16140N/A<para>
16140N/A<citerefentry><refentrytitle>croco-0.6-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
16140N/A<citerefentry><refentrytitle>libcroco-0.6</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
16140N/A<citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
16140N/A</para>
16140N/A</refsect1>
16140N/A<refsect1 id="csslint-06-1-note"><title>&note-tt;</title>
16140N/A<para>
16140N/AOriginal manpage written by Gael CHAMOULAUD (strider)
16140N/A<strider@freespiders.org>. Updated by Brian Cameron, Sun Microsystems, Inc.,
16140N/A2009.
16140N/A</para>
16140N/A</refsect1>
16140N/A</refentry>