2418 lines
66 KiB
XML
2418 lines
66 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
|
<!--
|
|
W3C rules retrieved from:
|
|
http://www.w3.org/TR/html401/struct/global.html
|
|
-->
|
|
|
|
|
|
<rules xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="Policy.xsd">
|
|
|
|
<directives>
|
|
<!-- cacheTimeSpan 这个指令表示启用高速缓存的时间,如果不提供这个属性将关闭缓存机制-->
|
|
<directive name="cacheTimeSpan" value="1.5h"/>
|
|
<directive name="omitXmlDeclaration" value="true"/>
|
|
<directive name="omitDoctypeDeclaration" value="true"/>
|
|
<directive name="maxInputSize" value="200000"/>
|
|
<directive name="useXHTML" value="true"/>
|
|
<directive name="formatOutput" value="true"/>
|
|
|
|
<!--
|
|
remember, this won't work for relative URIs - AntiSamy doesn't
|
|
know anything about the URL or your web structure
|
|
-->
|
|
<directive name="embedStyleSheets" value="false"/>
|
|
<directive name="connectionTimeout" value="5000"/>
|
|
<directive name="maxStyleSheetImports" value="3"/>
|
|
|
|
</directives>
|
|
|
|
<common-regexps>
|
|
|
|
<!--
|
|
From W3C:
|
|
This attribute assigns a class name or set of class names to an
|
|
element. Any number of elements may be assigned the same class
|
|
name or names. Multiple class names must be separated by white
|
|
space characters.
|
|
-->
|
|
|
|
<regexp name="colorNameOrCode" value="(#[0-9a-fA-F]{6}|[a-zA-Z]{1,20})"/>
|
|
<regexp name="number" value="[0-9]+"/>
|
|
<regexp name="anything" value=".*"/>
|
|
<regexp name="numberOrPercent" value="(\d)+(%{0,1})"/>
|
|
<regexp name="paragraph" value="([\p{L}\p{N},'\.\s\-_\(\)]|&[0-9]{2};)*"/>
|
|
<regexp name="htmlId" value="[a-zA-Z0-9-_]+"/>
|
|
<regexp name="htmlTitle" value="[\p{L}\p{N}\s-_',:\[\]!\./\\\(\)]*"/> <!-- force non-empty with a '+' at the end instead of '*' -->
|
|
<regexp name="htmlClass" value="[a-zA-Z0-9\s,-_]+"/>
|
|
|
|
<regexp name="onsiteURL" value="([\p{L}\p{N}\\/\.\?=\#&;\-_~]+|\#(\w)+)"/>
|
|
<regexp name="offsiteURL" value="(\s)*((ht|f)tp(s?)://|mailto:)[\p{L}\p{N}]+[~\p{L}\p{N}\p{Zs}\-_\.@#$%&;:,\?=/\+!]*(\s)*"/>
|
|
|
|
<regexp name="boolean" value="(true|false)"/>
|
|
<regexp name="singlePrintable" value="[a-zA-Z0-9]{1}"/> <!-- \w allows the '_' character -->
|
|
|
|
<!-- This is for elements (ex: elemName { ... }) -->
|
|
<regexp name="cssElementSelector" value="[a-zA-Z0-9-_]+|\*"/>
|
|
|
|
<!-- This is to list out any element names that are *not* valid -->
|
|
<regexp name="cssElementExclusion" value=""/>
|
|
|
|
<!-- This if for classes (ex: .className { ... }) -->
|
|
<regexp name="cssClassSelector" value="\.[a-zA-Z0-9-_]+"/>
|
|
|
|
<!-- This is to list out any class names that are *not* valid -->
|
|
<regexp name="cssClassExclusion" value=""/>
|
|
|
|
<!-- This is for ID selectors (ex: #myId { ... } -->
|
|
<regexp name="cssIDSelector" value="#[a-zA-Z0-9-_]+"/>
|
|
|
|
<!-- This is to list out any IDs that are *not* valid - FIXME: What should the default be to avoid div hijacking? *? -->
|
|
<regexp name="cssIDExclusion" value=""/>
|
|
|
|
<!-- This is for pseudo-element selector (ex. foo:pseudo-element { ... } -->
|
|
<regexp name="cssPseudoElementSelector" value=":[a-zA-Z0-9\-_]+"/>
|
|
|
|
<!-- This is to list out any psuedo-element names that are *not* valid -->
|
|
<regexp name="cssPsuedoElementExclusion" value=""/>
|
|
|
|
<!-- This is for attribute selectors (ex. foo[attr=value] { ... } -->
|
|
<regexp name="cssAttributeSelector" value="\[[a-zA-Z0-9\-_]+((=|~=|\|=){1}[a-zA-Z0-9\-_]+){1}\]"/>
|
|
|
|
<!-- This is to list out any attribute names that are *not* valid -->
|
|
<regexp name="cssAttributeExclusion" value=""/>
|
|
|
|
<!-- This is for resources referenced from CSS (such as background images and other imported stylesheets) -->
|
|
<regexp name="cssOnsiteUri" value="url\(([\p{L}\p{N}\\/\.\?=\#&;\-_~]+|\#(\w)+)\)"/>
|
|
<regexp name="cssOffsiteUri" value="url\((\s)*((ht|f)tp(s?)://)[\p{L}\p{N}]+[~\p{L}\p{N}\p{Zs}\-_\.@#$%&;:,\?=/\+!]*(\s)*\)"/>
|
|
|
|
<!-- This is for comments within CSS (ex. /* comment */) -->
|
|
<regexp name="cssCommentText" value="[\p{L}\p{N}-_,\/\\\.\s\(\)!\?\=\$#%\^&:"']+"/>
|
|
|
|
<regexp name="integer" value="(-|\+)?[0-9]+"/>
|
|
<regexp name="number" value="(-|\+)?([0-9]+(.[0-9]+)?)"/>
|
|
<regexp name="angle" value="(-|\+)?([0-9]+(.[0-9]+)?)(deg|grads|rad)"/>
|
|
<regexp name="time" value="([0-9]+(.[0-9]+)?)(ms|s)"/>
|
|
<regexp name="frequency" value="([0-9]+(.[0-9]+)?)(hz|khz)"/>
|
|
<regexp name="length" value="((-|\+)?0|(-|\+)?([0-9]+(.[0-9]+)?)(em|ex|px|in|cm|mm|pt|pc))"/>
|
|
<regexp name="percentage" value="(-|\+)?([0-9]+(.[0-9]+)?)%"/>
|
|
<regexp name="cssColor" value="(aqua|black|blue|fuchsia|gray|grey|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow)|(^#[0-9a-fA-F]{3,3}$)|(^#[0-9a-fA-F]{6,6}$)|rgba?\\(\\s*([1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\s*,\\s*([1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\s*,\\s*([1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])(\\s*,\\s*[1])?\\s*\\)"/>
|
|
<regexp name="absolute-size" value="(xx-small|x-small|small|medium|large|x-large|xx-large)"/>
|
|
<regexp name="relative-size" value="(larger|smaller)"/>
|
|
</common-regexps>
|
|
|
|
<common-attributes>
|
|
|
|
<attribute name="id" description="The 'id' of any HTML attribute should not contain anything besides letters and numbers">
|
|
<regexp-list>
|
|
<regexp value="[a-zA-Z0-9_\-\:]+"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="class" description="The 'class' of any HTML attribute is usually a single word, but it can also be a list of class names separated by spaces">
|
|
<regexp-list>
|
|
<regexp name="htmlClass"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="lang" description="The 'lang' attribute tells the browser what language the element's attribute values and content are written in">
|
|
<regexp-list>
|
|
<regexp value="[a-zA-Z]{2,20}"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
<attribute name="title" description="The 'title' attribute provides text that shows up in a 'tooltip' when a user hovers their mouse over the element">
|
|
<regexp-list>
|
|
<regexp name="htmlTitle"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="alt" description="The 'alt' attribute provides alternative text to users when its visual representation is not available">
|
|
<regexp-list>
|
|
<regexp name="paragraph"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="style" description="The 'style' attribute provides the ability for users to change many attributes of the tag's contents using a strict syntax"/>
|
|
|
|
<attribute name="media">
|
|
<literal-list>
|
|
<literal value="screen"/>
|
|
<literal value="tty"/>
|
|
<literal value="tv"/>
|
|
<literal value="projection"/>
|
|
<literal value="handheld"/>
|
|
<literal value="print"/>
|
|
<literal value="braille"/>
|
|
<literal value="aural"/>
|
|
<literal value="all"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="href">
|
|
<regexp-list>
|
|
<regexp name="onsiteURL"/>
|
|
<regexp name="offsiteURL"/>
|
|
</regexp-list>
|
|
<literal-list>
|
|
<literal value="javascript:history.go(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:location.reload()"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="name">
|
|
<regexp-list>
|
|
<regexp value="[a-zA-Z0-9-_\$]+"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
|
|
<attribute name="shape" description="The 'shape' attribute defines the shape of the selectable area">
|
|
<literal-list>
|
|
<literal value="default"/>
|
|
<literal value="rect"/>
|
|
<literal value="circle"/>
|
|
<literal value="poly"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="border">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="cellpadding">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="cellspacing">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="colspan">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="rowspan">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="background">
|
|
<regexp-list>
|
|
<regexp name="onsiteURL"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="bgcolor">
|
|
<regexp-list>
|
|
<regexp name="colorNameOrCode"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="abbrev">
|
|
<regexp-list>
|
|
<regexp name="paragraph"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="headers" description="The 'headers' attribute is a space-separated list of cell IDs">
|
|
<regexp-list>
|
|
<regexp value="[a-zA-Z0-9\s*]*"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="charoff">
|
|
<regexp-list>
|
|
<regexp value="numberOrPercent"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="char">
|
|
<regexp-list>
|
|
<regexp value=".*{0,1}"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
|
|
<attribute name="axis" description="The 'headers' attribute is a comma-separated list of related header cells">
|
|
<regexp-list>
|
|
<regexp value="[a-zA-Z0-9\s*,]*"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="nowrap" description="The 'nowrap' attribute tells the browser not to wrap text that goes over one line">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="width">
|
|
<regexp-list>
|
|
<regexp name="numberOrPercent"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="height">
|
|
<regexp-list>
|
|
<regexp name="numberOrPercent"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="align" description="The 'align' attribute of an HTML element is a direction word, like 'left', 'right' or 'center'">
|
|
<literal-list>
|
|
<literal value="center"/>
|
|
<literal value="middle"/>
|
|
<literal value="left"/>
|
|
<literal value="right"/>
|
|
<literal value="justify"/>
|
|
<literal value="char"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="valign" description="The 'valign' attribute of an HTML attribute is a direction word, like 'baseline','bottom','middle' or 'top'">
|
|
<literal-list>
|
|
<literal value="baseline"/>
|
|
<literal value="bottom"/>
|
|
<literal value="middle"/>
|
|
<literal value="top"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="onFocus" description="The 'onFocus' event is executed when the control associated with the tag gains focus">
|
|
<literal-list>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="onBlur" description="The 'onBlur' event is executed when the control associated with the tag loses focus">
|
|
<literal-list>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="onClick" description="The 'onClick' event is executed when the control associated with the tag is clicked">
|
|
<literal-list>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="onDblClick" description="The 'onDblClick' event is executed when the control associated with the tag is clicked twice immediately">
|
|
<literal-list>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="onMouseDown" description="The 'onMouseDown' event is executed when the control associated with the tag is clicked but not yet released">
|
|
<literal-list>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="onMouseUp" description="The 'onMouseUp' event is executed when the control associated with the tag is clicked after the button is released">
|
|
<literal-list>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="onMouseOver" description="The 'onMouseOver' event is executed when the user's mouse hovers over the control associated with the tag">
|
|
<literal-list>
|
|
<literal value="javascript:void(0)"/>
|
|
<literal value="javascript:history.go(-1)"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="scope" description="The 'scope' attribute defines what's covered by the header cells">
|
|
<literal-list>
|
|
<literal value="row"/>
|
|
<literal value="col"/>
|
|
<literal value="rowgroup"/>
|
|
<literal value="colgroup"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="disabled">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="readonly">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="accesskey">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="size">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
|
|
<attribute name="autocomplete">
|
|
<literal-list>
|
|
<literal value="on"/>
|
|
<literal value="off"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="rows">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="cols">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
</common-attributes>
|
|
|
|
|
|
<global-tag-attributes>
|
|
<!-- Not valid in base, head, html, meta, param, script, style, and title elements. -->
|
|
<attribute name="id"/>
|
|
<attribute name="style"/>
|
|
<attribute name="title"/>
|
|
<attribute name="class"/>
|
|
<!-- Not valid in base, br, frame, frameset, hr, iframe, param, and script elements. -->
|
|
<attribute name="lang"/>
|
|
</global-tag-attributes>
|
|
|
|
|
|
|
|
<tag-rules>
|
|
|
|
<tag name="html" action="Validate"/>
|
|
|
|
<tag name="body" action="Validate">
|
|
<attribute name="bgcolor"/>
|
|
</tag>
|
|
|
|
<tag name="meta" action="Filter"/>
|
|
|
|
<tag name="head" action="Validate"/>
|
|
|
|
<tag name="title" action="Truncate"/>
|
|
|
|
<tag name="script" action="Remove"/>
|
|
<tag name="noscript" action="Validate"/>
|
|
|
|
<tag name="iframe" action="Remove"/>
|
|
<tag name="frameset" action="Remove"/>
|
|
<tag name="frame" action="Remove"/>
|
|
|
|
<tag name="label" action="Remove">
|
|
<attribute name="for">
|
|
<regexp-list>
|
|
<regexp name="htmlId"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag name="form" action="Validate">
|
|
|
|
<attribute name="action">
|
|
<regexp-list>
|
|
<regexp name="onsiteURL"/>
|
|
<regexp name="offsiteURL"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="name"/>
|
|
|
|
<attribute name="autocomplete"/>
|
|
|
|
<attribute name="method">
|
|
<literal-list>
|
|
<literal value="post"/>
|
|
<literal value="get"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
<tag name="button" action="Validate">
|
|
<attribute name="name"/>
|
|
<attribute name="value">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="disabled"/>
|
|
<attribute name="accesskey"/>
|
|
<attribute name="type">
|
|
<literal-list>
|
|
<literal value="submit"/>
|
|
<literal value="reset"/>
|
|
<literal value="button"/>
|
|
</literal-list>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag name="input" action="Validate">
|
|
|
|
<attribute name="name"/>
|
|
|
|
<attribute name="size"/>
|
|
|
|
<attribute name="maxlength">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="autocomplete"/>
|
|
|
|
<attribute name="checked">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="alt"/>
|
|
|
|
<attribute name="src">
|
|
<regexp-list>
|
|
<regexp name="onsiteURL"/>
|
|
<regexp name="offsiteURL"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="usemap">
|
|
<regexp-list>
|
|
<regexp name="onsiteURL"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="type">
|
|
<literal-list>
|
|
<literal value="hidden"/>
|
|
<literal value="text"/>
|
|
<literal value="password"/>
|
|
<literal value="radio"/>
|
|
<literal value="checkbox"/>
|
|
<literal value="submit"/>
|
|
<literal value="button"/>
|
|
<literal value="image"/>
|
|
<literal value="file"/>
|
|
<literal value="reset"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="value">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="disabled"/>
|
|
<attribute name="readonly"/>
|
|
<attribute name="accesskey"/>
|
|
|
|
<attribute name="border"/>
|
|
|
|
</tag>
|
|
|
|
<tag name="select" action="Validate">
|
|
|
|
<attribute name="name"/>
|
|
<attribute name="disabled"/>
|
|
|
|
<attribute name="multiple">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="size"/>
|
|
|
|
</tag>
|
|
|
|
<tag name="option" action="Validate">
|
|
|
|
<attribute name="disabled"/>
|
|
|
|
<attribute name="value">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="label">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="selected">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag name="textarea" action="Validate">
|
|
<attribute name="rows"/>
|
|
<attribute name="cols"/>
|
|
<attribute name="name"/>
|
|
<attribute name="disabled"/>
|
|
<attribute name="readonly"/>
|
|
<attribute name="accesskey"/>
|
|
</tag>
|
|
|
|
<tag name="h1" action="Validate"/>
|
|
<tag name="h2" action="Validate"/>
|
|
<tag name="h3" action="Validate"/>
|
|
<tag name="h4" action="Validate"/>
|
|
<tag name="h5" action="Validate"/>
|
|
<tag name="h6" action="Validate"/>
|
|
|
|
<tag name="p" action="Validate">
|
|
<attribute name="align"/>
|
|
</tag>
|
|
|
|
<tag name="i" action="Validate"/>
|
|
<tag name="b" action="Validate"/>
|
|
<tag name="u" action="Validate"/>
|
|
<tag name="strong" action="Validate"/>
|
|
|
|
<tag name="em" action="Validate"/>
|
|
<tag name="small" action="Validate"/>
|
|
<tag name="big" action="Validate"/>
|
|
<tag name="pre" action="Validate"/>
|
|
<tag name="code" action="Validate"/>
|
|
<tag name="cite" action="Validate"/>
|
|
<tag name="samp" action="Validate"/>
|
|
<tag name="sub" action="Validate"/>
|
|
<tag name="sup" action="Validate"/>
|
|
<tag name="strike" action="Validate"/>
|
|
<tag name="center" action="Validate"/>
|
|
<tag name="blockquote" action="Validate"/>
|
|
|
|
<tag name="hr" action="Validate"/>
|
|
<tag name="br" action="Validate"/>
|
|
|
|
|
|
|
|
<tag name="font" action="Validate">
|
|
<attribute name="color">
|
|
<regexp-list>
|
|
<regexp name="colorNameOrCode"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="face">
|
|
<regexp-list>
|
|
<regexp value="[\w;, ]+"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="size">
|
|
<regexp-list>
|
|
<regexp value="(\+|-){0,1}(\d)+"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag name="a" action="Validate">
|
|
<attribute name="href"/>
|
|
<attribute name="onFocus"/>
|
|
<attribute name="onBlur"/>
|
|
<attribute name="nohref">
|
|
<regexp-list>
|
|
<regexp name="anything"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
<attribute name="rel">
|
|
<literal-list>
|
|
<literal value="nofollow"/>
|
|
</literal-list>
|
|
</attribute>
|
|
<attribute name="name"/>
|
|
|
|
</tag>
|
|
|
|
<tag name="map" action="Validate"/>
|
|
<tag name="style" action="Validate">
|
|
<attribute name="type">
|
|
<literal-list>
|
|
<literal value="text/css"/>
|
|
</literal-list>
|
|
</attribute>
|
|
<attribute name="media"/>
|
|
</tag>
|
|
|
|
<tag name="span" action="Validate"/>
|
|
|
|
<tag name="div" action="Validate">
|
|
<attribute name="align"/>
|
|
</tag>
|
|
<tag name="img" action="Validate">
|
|
<attribute name="src" onInvalid="RemoveTag">
|
|
<regexp-list>
|
|
<regexp name="onsiteURL"/>
|
|
<regexp name="offsiteURL"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
<attribute name="name"/>
|
|
<attribute name="alt"/>
|
|
<attribute name="height"/>
|
|
<attribute name="width"/>
|
|
<attribute name="border"/>
|
|
<attribute name="align"/>
|
|
|
|
<attribute name="hspace">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
|
|
<attribute name="vspace">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
</tag>
|
|
<tag name="link" action="Validate">
|
|
<attribute name="media"/>
|
|
|
|
<attribute name="type" onInvalid="RemoveTag">
|
|
<literal-list>
|
|
<literal value="text/css"/>
|
|
<literal value="application/rss+xml"/>
|
|
<literal value="image/x-icon"/>
|
|
</literal-list>
|
|
</attribute>
|
|
|
|
<attribute name="rel">
|
|
<literal-list>
|
|
<literal value="stylesheet"/>
|
|
<literal value="shortcut icon"/>
|
|
<literal value="search"/>
|
|
<literal value="copyright"/>
|
|
<literal value="top"/>
|
|
<literal value="alternate"/>
|
|
</literal-list>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag name="ul" action="Validate"/>
|
|
<tag name="ol" action="Validate"/>
|
|
<tag name="li" action="Validate"/>
|
|
<tag name="dd" action="Truncate"/>
|
|
<tag name="dl" action="Truncate"/>
|
|
<tag name="dt" action="Truncate"/>
|
|
<tag name="thead" action="Validate">
|
|
<attribute name="align"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="valign"/>
|
|
</tag>
|
|
|
|
<tag name="tbody" action="Validate">
|
|
<attribute name="align"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="valign"/>
|
|
</tag>
|
|
|
|
<tag name="tfoot" action="Validate">
|
|
<attribute name="align"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="valign"/>
|
|
</tag>
|
|
|
|
<tag name="table" action="Validate">
|
|
<attribute name="height"/>
|
|
<attribute name="width"/>
|
|
<attribute name="border"/>
|
|
<attribute name="bgcolor"/>
|
|
<attribute name="cellpadding"/>
|
|
<attribute name="cellspacing"/>
|
|
<attribute name="background"/>
|
|
<attribute name="align"/>
|
|
<attribute name="noresize">
|
|
<literal-list>
|
|
<literal value="noresize"/>
|
|
<literal value=""/>
|
|
</literal-list>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag name="td" action="Validate">
|
|
<attribute name="background"/>
|
|
<attribute name="bgcolor"/>
|
|
<attribute name="abbrev"/>
|
|
<attribute name="axis"/>
|
|
<attribute name="headers"/>
|
|
<attribute name="scope"/>
|
|
<attribute name="nowrap"/>
|
|
<attribute name="height"/>
|
|
<attribute name="width"/>
|
|
<attribute name="align"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="valign"/>
|
|
<attribute name="colspan"/>
|
|
<attribute name="rowspan"/>
|
|
</tag>
|
|
|
|
<tag name="th" action="Validate">
|
|
<attribute name="abbrev"/>
|
|
<attribute name="axis"/>
|
|
<attribute name="headers"/>
|
|
<attribute name="scope"/>
|
|
<attribute name="nowrap"/>
|
|
<attribute name="bgcolor"/>
|
|
<attribute name="height"/>
|
|
<attribute name="width"/>
|
|
<attribute name="align"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="valign"/>
|
|
<attribute name="colspan"/>
|
|
<attribute name="rowspan"/>
|
|
</tag>
|
|
|
|
<tag name="tr" action="Validate">
|
|
<attribute name="height"/>
|
|
<attribute name="width"/>
|
|
<attribute name="align"/>
|
|
<attribute name="valign"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="background"/>
|
|
</tag>
|
|
|
|
<tag name="colgroup" action="Validate">
|
|
|
|
<attribute name="span">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
<attribute name="width"/>
|
|
<attribute name="align"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="valign"/>
|
|
</tag>
|
|
|
|
<tag name="col" action="Validate">
|
|
<attribute name="align"/>
|
|
<attribute name="char"/>
|
|
<attribute name="charoff"/>
|
|
<attribute name="valign"/>
|
|
<attribute name="span">
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</attribute>
|
|
<attribute name="width"/>
|
|
</tag>
|
|
|
|
<tag name="fieldset" action="Validate"/>
|
|
<tag name="legend" action="Validate"/>
|
|
|
|
</tag-rules>
|
|
|
|
|
|
<css-rules>
|
|
<property name="azimuth" description="This property is most likely to be implemented by mixing the same signal into different channels at differing volumes.">
|
|
<literal-list>
|
|
<literal value="left-side"/>
|
|
<literal value="far-left"/>
|
|
<literal value="left"/>
|
|
<literal value="center-left"/>
|
|
<literal value="center"/>
|
|
<literal value="center-right"/>
|
|
<literal value="right"/>
|
|
<literal value="far-right"/>
|
|
<literal value="right-side"/>
|
|
<literal value="behind"/>
|
|
<literal value="leftwards"/>
|
|
<literal value="rightwards"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="angle"/>
|
|
</regexp-list>
|
|
</property>
|
|
|
|
<property name="background" description="The 'background' property is a shorthand property for setting the individual background properties (i.e., 'background-color', 'background-image', 'background-repeat', 'background-attachment' and 'background-position') at the same place in the style sheet.">
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="background-color"/>
|
|
<shorthand name="background-image"/>
|
|
<shorthand name="background-repeat"/>
|
|
<shorthand name="background-attachment"/>
|
|
<shorthand name="background-position"/>
|
|
</shorthand-list>
|
|
</property>
|
|
|
|
<property name="background-attachment" description="If a background image is specified, this property specifies whether it is fixed with regard to the viewport ('fixed') or scrolls along with the document ('scroll').">
|
|
<literal-list>
|
|
<literal value="scroll"/>
|
|
<literal value="fixed"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
|
|
<property name="background-color" description="This property sets the background color of an element, either a <color> value or the keyword 'transparent', to make the underlying colors shine through.">
|
|
<literal-list>
|
|
<literal value="transparent"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
|
|
<property name="background-image" description="This property sets the background image of an element.">
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssOffsiteUri"/>
|
|
<regexp name="cssOnsiteUri"/>
|
|
</regexp-list>
|
|
</property>
|
|
|
|
<property name="background-position" description="If a background image has been specified, this property specifies its initial position.">
|
|
<literal-list>
|
|
<literal value="top"/>
|
|
<literal value="center"/>
|
|
<literal value="bottom"/>
|
|
<literal value="left"/>
|
|
<literal value="center"/>
|
|
<literal value="right"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="percentage"/>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
|
|
<property name="background-repeat" description="If a background image is specified, this property specifies whether the image is repeated (tiled), and how.">
|
|
<literal-list>
|
|
<literal value="repeat"/>
|
|
<literal value="repeat-x"/>
|
|
<literal value="repeat-y"/>
|
|
<literal value="no-repeat"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="border-collapse" default="collapse" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="collapse"/>
|
|
<literal value="separate"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="border-color" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="transparent"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="border-top-color" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="border-right-color" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="border-bottom-color" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="border-left-color" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="bottom" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="caption-side" default="top" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="top"/>
|
|
<literal value="bottom"/>
|
|
<literal value="left"/>
|
|
<literal value="right"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="clear" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="left"/>
|
|
<literal value="right"/>
|
|
<literal value="both"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="color" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="cue-after" default="none" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssOffsiteUri"/>
|
|
<regexp name="cssOnsiteUri"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="cue-before" default="none" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssOffsiteUri"/>
|
|
<regexp name="cssOnsiteUri"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="direction" default="ltr" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="ltr"/>
|
|
<literal value="rtl"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="display" default="inline" description="">
|
|
<category-list>
|
|
<category value="all"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inline"/>
|
|
<literal value="block"/>
|
|
<literal value="list-item"/>
|
|
<literal value="run-in"/>
|
|
<literal value="compact"/>
|
|
<literal value="marker"/>
|
|
<literal value="table"/>
|
|
<literal value="inline-table"/>
|
|
<literal value="table-row-group"/>
|
|
<literal value="table-header-group"/>
|
|
<literal value="table-footer-group"/>
|
|
<literal value="table-row"/>
|
|
<literal value="table-column-group"/>
|
|
<literal value="table-column"/>
|
|
<literal value="table-cell"/>
|
|
<literal value="table-caption"/>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="elevation" default="level" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="below"/>
|
|
<literal value="level"/>
|
|
<literal value="above"/>
|
|
<literal value="higher"/>
|
|
<literal value="lower"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="angle"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="empty-cells" default="show" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="show"/>
|
|
<literal value="hide"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="float" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="left"/>
|
|
<literal value="right"/>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="font-size" default="medium" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="absolute-size"/>
|
|
<regexp name="relative-size"/>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="font-size-adjust" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="font-stretch" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="wider"/>
|
|
<literal value="narrower"/>
|
|
<literal value="ultra-condensed"/>
|
|
<literal value="extra-condensed"/>
|
|
<literal value="condensed"/>
|
|
<literal value="semi-condensed"/>
|
|
<literal value="semi-expanded"/>
|
|
<literal value="expanded"/>
|
|
<literal value="extra-expanded"/>
|
|
<literal value="ultra-expanded"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="font-style" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="italic"/>
|
|
<literal value="oblique"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="font-variant" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="small-caps"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="font-weight" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="bold"/>
|
|
<literal value="bolder"/>
|
|
<literal value="lighter"/>
|
|
<literal value="100"/>
|
|
<literal value="200"/>
|
|
<literal value="300"/>
|
|
<literal value="400"/>
|
|
<literal value="500"/>
|
|
<literal value="600"/>
|
|
<literal value="700"/>
|
|
<literal value="800"/>
|
|
<literal value="900"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="height" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="left" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="letter-spacing" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="line-height" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="list-style-image" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssOffsiteUri"/>
|
|
<regexp name="cssOnsiteUri"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="list-style-position" default="outside" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inside"/>
|
|
<literal value="outside"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="list-style-type" default="disc" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="disc"/>
|
|
<literal value="circle"/>
|
|
<literal value="square"/>
|
|
<literal value="decimal"/>
|
|
<literal value="decimal-leading-zero"/>
|
|
<literal value="lower-roman"/>
|
|
<literal value="upper-roman"/>
|
|
<literal value="lower-greek"/>
|
|
<literal value="lower-alpha"/>
|
|
<literal value="lower-latin"/>
|
|
<literal value="upper-alpha"/>
|
|
<literal value="upper-latin"/>
|
|
<literal value="hebrew"/>
|
|
<literal value="armenian"/>
|
|
<literal value="georgian"/>
|
|
<literal value="cjk-ideographic"/>
|
|
<literal value="hiragana"/>
|
|
<literal value="katakana"/>
|
|
<literal value="hiragana-iroha"/>
|
|
<literal value="katakana-iroha"/>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="marker-offset" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="max-height" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="max-width" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="min-height" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="min-width" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="orphans" default="2" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="integer"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="outline-color" default="invert" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="interactive"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="invert"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="overflow" default="visible" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="visible"/>
|
|
<literal value="hidden"/>
|
|
<literal value="scroll"/>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="page-break-after" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="always"/>
|
|
<literal value="avoid"/>
|
|
<literal value="left"/>
|
|
<literal value="right"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="page-break-before" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="always"/>
|
|
<literal value="avoid"/>
|
|
<literal value="left"/>
|
|
<literal value="right"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="page-break-inside" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="avoid"/>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="pause-after" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="time"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="pause-before" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="time"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="pitch" default="medium" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="x-low"/>
|
|
<literal value="low"/>
|
|
<literal value="medium"/>
|
|
<literal value="high"/>
|
|
<literal value="x-high"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="frequency"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="pitch-range" default="50" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="position" default="static" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="static"/>
|
|
<!--
|
|
<literal value="relative"/>
|
|
<literal value="absolute"/>
|
|
<literal value="fixed"/>
|
|
-->
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="richness" default="50" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="right" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="size" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="portrait"/>
|
|
<literal value="landscape"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="speak" default="normal" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="none"/>
|
|
<literal value="spell-out"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="speak-header" default="once" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="once"/>
|
|
<literal value="always"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="speak-numeral" default="continuous" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="digits"/>
|
|
<literal value="continuous"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="speak-punctuation" default="none" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="code"/>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="speech-rate" default="medium" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="x-slow"/>
|
|
<literal value="slow"/>
|
|
<literal value="medium"/>
|
|
<literal value="fast"/>
|
|
<literal value="x-fast"/>
|
|
<literal value="faster"/>
|
|
<literal value="slower"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="stress" default="50" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="table-layout" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="fixed"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="text-indent" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="text-transform" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="capitalize"/>
|
|
<literal value="uppercase"/>
|
|
<literal value="lowercase"/>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="top" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="unicode-bidi" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="embed"/>
|
|
<literal value="bidi-override"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="vertical-align" default="baseline" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="baseline"/>
|
|
<literal value="sub"/>
|
|
<literal value="super"/>
|
|
<literal value="top"/>
|
|
<literal value="text-top"/>
|
|
<literal value="middle"/>
|
|
<literal value="bottom"/>
|
|
<literal value="text-bottom"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="percentage"/>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="visibility" default="inherit" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="visible"/>
|
|
<literal value="hidden"/>
|
|
<literal value="collapse"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="volume" default="medium" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="silent"/>
|
|
<literal value="x-soft"/>
|
|
<literal value="soft"/>
|
|
<literal value="medium"/>
|
|
<literal value="loud"/>
|
|
<literal value="x-loud"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="number"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="white-space" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="pre"/>
|
|
<literal value="nowrap"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="widows" default="2" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="integer"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="width" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="word-spacing" default="normal" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="normal"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="z-index" default="auto" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="integer"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="border-style" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
<literal value="none"/>
|
|
<literal value="hidden"/>
|
|
<literal value="dotted"/>
|
|
<literal value="dashed"/>
|
|
<literal value="solid"/>
|
|
<literal value="double"/>
|
|
<literal value="groove"/>
|
|
<literal value="ridge"/>
|
|
<literal value="inset"/>
|
|
<literal value="outset"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="border-top-style" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="border-right-style" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-bottom-style" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-left-style" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-top-width" default="medium" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-width"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-right-width" default="medium" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-width"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-bottom-width" default="medium" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-width"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-left-width" default="medium" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-width"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-width" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
<literal value="thin"/>
|
|
<literal value="medium"/>
|
|
<literal value="thick"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="margin" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
<literal value="auto"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="margin-top" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="margin"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="margin-right" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="margin"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="margin-bottom" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="margin"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="margin-left" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="margin"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="outline-style" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="interactive"/>
|
|
</category-list>
|
|
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="outline-width" default="medium" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="interactive"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-width"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="padding" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="padding-top" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="padding"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="padding-right" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="padding"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="padding-bottom" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="padding"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="padding-left" default="0" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="padding"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-width"/>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-top" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-top-width"/>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-right" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-top-width"/>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-bottom" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-top-width"/>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="border-left" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
</regexp-list>
|
|
<shorthand-list>
|
|
<shorthand name="border-top-width"/>
|
|
<shorthand name="border-style"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="cue" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="cue-before"/>
|
|
<shorthand name="cue-after"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="list-style" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="list-style-type"/>
|
|
<shorthand name="list-style-position"/>
|
|
<shorthand name="list-style-image"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="marks" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="crop"/>
|
|
<literal value="cross"/>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="outline" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="interactive"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="outline-color"/>
|
|
<shorthand name="outline-style"/>
|
|
<shorthand name="outline-width"/>
|
|
</shorthand-list>
|
|
</property>
|
|
<property name="pause" description="">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="time"/>
|
|
<regexp name="percentage"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="text-decoration" default="none" description="">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="underline"/>
|
|
<literal value="overline"/>
|
|
<literal value="line-through"/>
|
|
<literal value="blink"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
|
|
<property name="border-spacing" default="0" description="The lengths specify the distance that separates adjacent cell borders. If one length is specified, it gives both the horizontal and vertical spacing. If two are specified, the first gives the horizontal spacing and the second the vertical spacing. Lengths may not be negative.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="counter-increment" default="none" description="The 'counter-increment' property accepts one or more names of counters (identifiers), each one optionally followed by an integer.">
|
|
<category-list>
|
|
<category value="all"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssElementSelector"/>
|
|
<regexp name="cssClassSelector"/>
|
|
<regexp name="cssIDSelector"/>
|
|
|
|
<regexp name="cssAttributeSelector"/>
|
|
<regexp name="integer"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="clip" default="auto" description="The 'clip' property applies to elements that have a 'overflow' property with a value other than 'visible'.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="cursor" default="auto" description="This property specifies the type of cursor to be displayed for the pointing device.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="interactive"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
<literal value="crosshair"/>
|
|
<literal value="default"/>
|
|
<literal value="pointer"/>
|
|
<literal value="move"/>
|
|
<literal value="e-resize"/>
|
|
<literal value="ne-resize"/>
|
|
<literal value="nw-resize"/>
|
|
<literal value="n-resize"/>
|
|
<literal value="se-resize"/>
|
|
<literal value="sw-resize"/>
|
|
<literal value="s-resize"/>
|
|
<literal value="w-resize| text"/>
|
|
<literal value="wait"/>
|
|
<literal value="help"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssOffsiteUri"/>
|
|
<regexp name="cssOnsiteUri"/>
|
|
</regexp-list>
|
|
</property>
|
|
|
|
<property name="text-shadow" default="none" description="This property accepts a comma-separated list of shadow effects to be applied to the text of the element.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="none"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssColor"/>
|
|
<regexp name="length"/>
|
|
</regexp-list>
|
|
</property>
|
|
|
|
<property name="font" description="The 'font' property is, except as described below, a shorthand property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family', at the same place in the style sheet.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="/"/>
|
|
<literal value="caption"/>
|
|
<literal value="icon"/>
|
|
<literal value="menu"/>
|
|
<literal value="message-box"/>
|
|
<literal value="small-caption"/>
|
|
<literal value="status-bar"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<shorthand-list>
|
|
<shorthand name="font-style"/>
|
|
<shorthand name="font-variant"/>
|
|
<shorthand name="font-weight"/>
|
|
<shorthand name="font-size"/>
|
|
<shorthand name="line-height"/>
|
|
<shorthand name="font-family"/>
|
|
</shorthand-list>
|
|
</property>
|
|
|
|
<property name="font-family" description="This property specifies a prioritized list of font family names and/or generic family names.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
|
|
<literal-list>
|
|
<literal value="serif"/>
|
|
<literal value="arial"/>
|
|
<literal value="lucida console"/>
|
|
<literal value="sans-serif"/>
|
|
<literal value="cursive"/>
|
|
<literal value="verdana"/>
|
|
<literal value="fantasy"/>
|
|
<literal value="monospace"/>
|
|
</literal-list>
|
|
|
|
|
|
<regexp-list>
|
|
<regexp value="[\w,\-'" ]+"/>
|
|
</regexp-list>
|
|
|
|
</property>
|
|
<property name="page" description="The 'page' property can be used to specify a particular type of page where an element should be displayed.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
<category value="paged"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="auto"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssElementSelector"/>
|
|
<regexp name="cssClassSelector"/>
|
|
<regexp name="cssIDSelector"/>
|
|
|
|
<regexp name="cssAttributeSelector"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="play-during" default="auto" description="Similar to the 'cue-before' and 'cue-after' properties, this property specifies a sound to be played as a background while an element's content is spoken.">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
<literal-list>
|
|
<literal value="mix"/>
|
|
<literal value="repeat"/>
|
|
<literal value="none"/>
|
|
<literal value="auto"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
<regexp-list>
|
|
<regexp name="cssOffsiteUri"/>
|
|
<regexp name="cssOnsiteUri"/>
|
|
</regexp-list>
|
|
</property>
|
|
<property name="text-align" description="This property describes how inline content of a block is aligned.">
|
|
<category-list>
|
|
<category value="visual"/>
|
|
</category-list>
|
|
|
|
<literal-list>
|
|
<literal value="left"/>
|
|
<literal value="right"/>
|
|
<literal value="center"/>
|
|
<literal value="justify"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
<property name="voice-family" description="The value is a comma-separated, prioritized list of voice family names (compare with 'font-family').">
|
|
<category-list>
|
|
<category value="aural"/>
|
|
</category-list>
|
|
|
|
<literal-list>
|
|
<literal value="male"/>
|
|
<literal value="female"/>
|
|
<literal value="child"/>
|
|
<literal value="inherit"/>
|
|
</literal-list>
|
|
</property>
|
|
</css-rules>
|
|
|
|
</rules>
|