8000 csswg-drafts/css-tv/Overview.src.html at 41019d2c5da3b4e697dc2b5fb9bedd736d6d194e · w3c/csswg-drafts · GitHub
Skip to content

Latest commit

 

History

History
1285 lines (1079 loc) · 36.4 KB

File metadata and controls

1285 lines (1079 loc) · 36.4 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>CSS TV Profile 1.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Sean Hayes" />
<meta name="author" content="Glenn Adams" />
<meta name="author" lang="tr" content="Tantek &Ccedil;elik" />
<meta name="author" lang="no" content="H&aring;kon Wium Lie" />
<meta name="keywords" content="CSS Cascading Style Sheets TV Television Profile" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
th { background: #005A9C; color: white; }
tr.yes { background: aqua; }
tr.no { background: transparent; }
.ins,.del { background: yellow; }
.del { text-decoration: line-through; }
img.head { width:72px; height:48px }
</style>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css" />
</head>
<body>
<div class="head">
<!--logo-->
<h1>CSS TV Profile 1.0</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
<dt>This version:</dt>
<dd><a href="https://www.w3.org/TR/[YEAR]/NOTE-css-tv-[CDATE]/">
[VERSION]</a></dd>
<dt>Latest version:</dt>
<dd><a href="https://www.w3.org/TR/css-tv">
https://www.w3.org/TR/css-tv</a></dd>
<dt>Previous version:</dt>
<dd><a href="https://www.w3.org/TR/2003/CR-css-tv-20030514">
https://www.w3.org/TR/2003/CR-css-tv-20030514</a></dd>
<dt>Authors:</dt>
<dd>Sean Hayes
(<a href="http://www.microsoft.com/">Microsoft</a>)
&lt;<a href="mailto:shayes@microsoft.com">shayes@microsoft.com</a>&gt;</dd>
<dd>Glenn Adams
(<a href="http://www.cox.com">Cox Communications, Inc.</a>)
&lt;<a href="mailto:glenn@skynav.com">glenn@skynav.com</a>&gt;</dd>
<dd><span lang="tr">Tantek &Ccedil;elik</span>
(<a href="http://www.mozilla.org//">Mozilla Foundation</a>)
&lt;<a href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>&gt;</dd>
<dd><span lang="no">H&aring;kon Wium Lie</span>
(<a href="http://www.opera.com/">Opera Software</a>)
&lt;<a href="mailto:howcome@opera.com">howcome@opera.com</a>&gt;</dd>
</dl>
<!--copyright-->
<hr title="Separator for header" />
</div>
<h2 class="no-num no-toc">Abstract</h2>
<p>This specification defines a subset of Cascading Style Sheets Level 2
and CSS3 module: Color specifications
tailored to the needs and constraints of TV devices.</p>
<!-- **************************** -->
<!-- STATUS of DOCUMENT -->
<!-- **************************** -->
<h2 class="no-num no-toc" id="status">Status of this document</h2>
<!--status-->
<p class="mtb"><em>At this time, the CSS Working Group does not
envisage further work on this specification and does not plan to
propose it as a W3C Recommendation.</em></p>
<!-- *************************** -->
<!-- TABLE OF CONTENTS -->
<!-- *************************** -->
<nav id="toc">
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
<!--toc-->
</nav>
<!-- ****************** -->
<!-- OVERVIEW -->
<!-- ****************** -->
<h2 id="section-overview">Overview</h2>
<p>This document specifies a profile of the Cascading Style Sheets level 2 (CSS2) and CSS3 module: Color specifications appropriate for TV devices such as set top boxes or integrated interactive television sets that display their output on a television screen. Conformance to this profile means that a user agent supports, at minimum, the features defined in this specification. This subject is addressed in <a href="#section-conformance">Section 2, Conformance,</a> below.
</p>
<p>As defined in [[!CSS2]]:</p>
<blockquote>
<p>CSS2 is a style sheet language that allows authors and users to attach style (e.g., fonts, spacing, and aural cues) to structured documents (e.g., HTML documents and XML applications). By separating the presentation style of documents from the content of documents, CSS2 simplifies Web authoring and site maintenance. CSS2 builds on CSS1 (see [[!CSS1]]) and, with very few exceptions, all valid
CSS1 style sheets are valid CSS2 style sheets. CSS2 supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc.</p>
</blockquote>
< 93CD /div>
<p>In summary, CSS2 specifies how developers can author style sheets for presenting documents across multiple devices and media types. While this is very important, it is also important that authors have an understanding of what features are supported on these different devices. Likewise, it is important that similar devices operate in a similar manner. Otherwise, authors will need to develop style sheets for each version of each device -- raising the cost of content development and decreasing interoperability.</p>
<p>The CSS TV Profile specifies a conformance profile for TV devices, identifying a minimum set of properties, values, selectors, and cascading rules. The resulting CSS TV Profile includes the vast majority of CSS1, portions of CSS2 and CSS3 module: Color. The CSS TV Profile is a proper superset of the CSS Mobile Profile, with the use of the 'tv' media type instead of the 'handheld' media type.</p>
<!-- ******************** -->
<!-- CONFORMANCE -->
<!-- ******************** -->
<h2 id="section-conformance">Conformance</h2>
<p>The primary role of a profile is to define a subset of features that provides a minimal guarantee of interoperability. In the case of the CSS TV Profile, this guarantee is that a conforming user agent will support the features defined in this specification following the CSS2 conformance clause ([[!CSS2]] Section 3.2), recast and summarized below:</p>
<ol>
<li>A CSS TV Profile conforming user agent (TV-UA) MUST support the <em>all</em> and <em>tv</em> CSS2 media types. A TV-UA MAY support other CSS2 media types, as well.</li>
<li>For each source document, a TV-UA MUST attempt to retrieve all associated style sheets that are appropriate for the supported media types.</li>
<li>A TV-UA MUST parse the style sheets according to this specification. In particular, the TV-UA MUST recognize all CSS TV Profile at-rules, blocks, declarations, and selectors. If a TV-UA encounters a property that applies for a supported media type, the TV-UA MUST parse the value according to the property definition. This means that the TV-UA MUST accept all valid values and MUST ignore declarations with invalid values. TV-UA MUST ignore rules that apply to unsupported media types.</li>
<li>For each element in a document tree, the TV-UA MUST assign a value for every applicable property according to the property's definition and the rules of cascading and inheritance.</li>
<li>If the source document comes with alternate style sheets (such as with the "alternate" keyword in HTML 4.0 [HTML40]), the TV-UA SHOULD allow the user to select one from among these style sheets and apply the selected one.</li>
</ol>
<p>As with CSS2, there are qualifications to this conformance clause:</p>
<ol>
<li>Values MAY be approximated when required by the TV-UA.</li>
<li>The inability of a TV-UA to implement part of this specification due to the limitations of a particular device (e.g., a TV-UA cannot render colors on a monochrome monitor or page) SHALL NOT imply non-conformance.</li>
</ol>
<p>It is recommended that authors use this conformance profile to take advantage of forward compatibility. Authors should be able to use style properties with an understanding that the cascading rules are processed correctly and that unknown properties and values are ignored. For example:</p>
<div class="code-example">
<pre>
h3 {
display: inline;
display: run-in;
}
</pre>
</div>
<p>A TV-UA that can process the 'run-in' value for the 'display' property will
accept the first display declaration and then "write over" that value with
the second display declaration. A TV-UA that cannot process the 'run-in' value
will process the first display specification and ignore the second
display specification.</p>
<!-- ******************* -->
<!-- SELECTORS -->
<!-- ******************* -->
<h2 id="section-selectors">Selectors and at-rules</h2>
<h3 id="selectors">Selectors</h3>
<p>
In CSS2, pattern matching rules determine which style rules apply to elements
in the document tree [[!CSS2]].
</p>
<p>The following table summarizes CSS TV Profile selector syntax.
In addition to these selectors, the CSS TV Profile includes the
CSS2 grouping mechanism (See [[!CSS2]] Section 5.2.1).</p>
<div class="note"><p>
<em><strong>Note.</strong>
Unsupported selectors are parsed as invalid (which would affect valid selectors in the same group),
the same as if a purely CSS1 UA were to encounter selectors new in CSS2.
Of course a TV-UA is free to implement more selectors than required by CSS TV.
</em></p>
</div>
<table border="1" width="80%">
<tr>
<th>Pattern</th>
<th>Meaning</th>
<th>Selector type</th>
<th>CSS TV</th>
</tr>
<tr class="yes">
<td>*</td>
<td>Matches any element</td>
<td>Universal selector</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E</td>
<td>Matches any E element (i.e., and element of type E)</td>
<td>Type selectors</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E F</td>
<td>Matches any F element that is a descendent of an E element</td>
<td>Descendent selectors</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E &gt; F</td>
<td>Matches any F element that is a child of an element E</td>
<td>Child selectors</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E:first-child</td>
<td>Matches element E when it is the first child of its parent</td>
<td>The :first-child pseudo-class</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E:link<br />E:visited</td>
<td>Matches element E if E is the source anchor of a hyperlink of which the target is not yet visited (:link) or already visited (:visited).</td>
<td>The link pseudo-classes</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E:active</td>
<td>Matches E during certain user actions.</td>
<td>The dynamic pseudo-classes</td>
<td>Yes</td>
</tr>
<tr class="no">
<td>E:hover</td>
<td>Matches E during certain user actions.</td>
<td>The dynamic pseudo-classes</td>
<td>No</td>
</tr>
<tr class="yes">
<td>E:focus</td>
<td>Matches E during certain user actions.</td>
<td>The dynamic pseudo-classes</td>
<td>Yes</td>
</tr>
<tr class="no">
<td>E:lang(c)</td>
<td>Matches element of type E if it is in (human) language c (the document language specifies how language is determined).</td>
<td>The :lang() pseudo-class</td>
<td>No</td>
</tr>
<tr class="no">
<td>E + F</td>
<td>Matches any F element immediately preceded by an element E.</td>
<td>Adjacent selectors</td>
<td>No</td>
</tr>
<tr class="no">
<td>E[foo]</td>
<td>Matches any E element with the "foo" attribute set (whatever the value).</td>
<td>Attribute selectors</td>
<td>No</td>
</tr>
<tr class="no">
<td>E[foo="bar"]</td>
<td>Matches any E element whose "foo" attribute value is exactly equal to "bar".</td>
<td>Attribute selectors</td>
<td>No</td>
</tr>
<tr class="no">
<td>E[foo~="bar"]</td>
<td>Matches any E element whose "foo" attribute value is a list of space-separated values, one of which is exactly equal to "bar".</td>
<td>Attribute selectors</td>
<td>No</td>
</tr>
<tr class="no">
<td>E[foo|="bar"]</td>
<td>Matches any E element whose "foo" attribute value has a hyphen-separated list of values beginning (from the left) with "bar".</td>
<td>Attribute selectors</td>
<td>No</td>
</tr>
<tr class="yes">
<td>E:first-line</td>
<td>Matches the first formatted line of an E element.</td>
<td>The :first-line pseudo-element</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E:first-letter</td>
<td>Matches the first formatted letter of an E element.</td>
<td>The :first-letter pseudo-element</td>
<td>Yes</td>
</tr>
<tr class="no">
<td>E:before</td>
<td>Matches/creates generated content before an E element.</td>
<td>The :before pseudo-element</td>
<td>No</td>
</tr>
<tr class="no">
<td>E:after</td>
<td>Matches/creates generated content after an E element.</td>
<td>The :after pseudo-element</td>
<td>No</td>
</tr>
<tr class="yes">
<td>E.bar</td>
<td>Matches any E element whose class attribute (as defined by the document language) value is a list of space-separated values, one of which is exactly equal to "bar".</td>
<td>Class selectors</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>E#bar</td>
<td>Matches any E element whose ID attribute (as defined by the document language) is equal to "bar".</td>
<td>ID selectors</td>
<td>Yes</td>
</tr>
</table>
<h3 id="at-rules">at-rules</h3>
<p>The following table summarizes CSS TV Profile at-rule syntax.</p>
<table border="1" width="80%">
<tr>
<th>at-rule</th>
<th>Function</th>
<th>CSS TV</th>
</tr>
<tr class="yes">
<td>@import</td>
<td>Imports an external style sheet.</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>@charset</td>
<td>Defines character set for the style sheet.</td>
<td>Yes</td>
</tr>
<tr class="yes">
<td>@media</td>
<td>Groups a set of style rules to apply only to one or more particular media.</td>
<td>Yes</td>
</tr>
<tr class="no">
<td>@font-face</td>
<td>Defines a named font-family, including for downloading.</td>
<td>No</td>
</tr>
<tr class="no">
<td>@page</td>
<td>Defines a (optionally named) page formatting context.</td>
<td>No</td>
</tr>
<tr class="no">
<td>@color-profile</td>
<td>Defines a named color-profile.</td>
<td>No</td>
</tr>
</table>
<!-- ******************************* -->
<!-- PROPERTIES AND VALUES -->
<!-- ******************************* -->
<h2 id="section-properties">Properties</h2>
<p>The following table summarizes CSS TV Profile properties and property values from CSS2. Refer to [[!CSS2]] for the definition of these properties and values.</p>
<table border="1" width="80%">
<thead>
<tr align="center">
<th>Name</th>
<th>CSS TV</th>
<th>CSS Values</th>
<th>Initial value</th>
</tr>
</thead>
<tbody>
<tr class="no">
<td>'azimuth'</td>
<td>No</td>
<td>&lt;angle&gt; | [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit </td>
<td>center</td>
</tr>
<tr class="yes">
<td>'background'</td>
<td>['background-color' || 'background-image' || 'background-repeat' || 'background-position'] | inherit</td>
<td>['background-color' || 'background-image' || 'background-repeat' || 'background-attachment' || 'background-position'] | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="no">
<td>'background-attachment'</td>
<td>No</td>
<td>scroll | fixed | inherit</td>
<td>scroll</td>
</tr>
<tr class="yes">
<td>'background-color'</td>
<td>Yes</td>
<td>&lt;color&gt; | transparent | inherit</td>
<td>transparent</td>
</tr>
<tr class="yes">
<td>'background-image'</td>
<td>Yes</td>
<td>&lt;uri&gt; | none | inherit</td>
<td>none</td>
</tr>
<tr class="yes">
<td>'background-position'</td>
<td>Yes</td>
<td>[ [ &lt;percentage&gt; | &lt;length&gt; ]{1,2} | [ [top | center | bottom] || [left | center | right] ] ] | inherit</td>
<td>0% 0%</td>
</tr>
<tr class="yes">
<td>'background-repeat'</td>
<td>Yes</td>
<td>repeat | repeat-x | repeat-y | no-repeat | inherit</td>
<td>repeat</td>
</tr>
<tr class="yes">
<td>'border'</td>
<td>Yes</td>
<td>[ &lt;border-width&gt; || &lt;border-style&gt; || &lt;border-color&gt; ] | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="no">
<td>'border-collapse'</td>
<td>No</td>
<td>collapse | separate | inherit</td>
<td>separate</td>
</tr>
<tr class="yes">
<td>'border-color'</td>
<td>Yes</td>
<td>&lt;color&gt;{1,4} | transparent | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="no">
<td>'border-spacing'</td>
<td>No</td>
<td>&lt;length&gt; &lt;length&gt;? | inherit</td>
<td>0</td>
</tr>
<tr class="yes">
<td>'border-style'</td>
<td>Yes</td>
<td>&lt;border-style&gt;{1,4} | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="yes">
<td>'border-top' 'border-right' 'border-bottom' 'border-left'</td>
<td>Yes</td>
<td>[ &lt;border-width&gt; || &lt;border-style&gt; || &lt;border-color&gt; ] | inherit</td>
< 1337 div id="LC486" class="react-file-line html-div" data-testid="code-cell" data-line-number="486" style="position:relative"> <td>see individual properties</td>
</tr>
<tr class="yes">
<td>'border-top-color' 'border-right-color' 'border-bottom-color' 'border-left-color'</td>
<td>Yes</td>
<td>&lt;color&gt; | transparent | inherit</td>
<td>the value of the 'color' property</td>
</tr>
<tr class="yes">
<td>'border-top-style' 'border-right-style' 'border-bottom-style' 'border-left-style'</td>
<td>Yes</td>
<td>&lt;border-style&gt; | inherit</td>
<td>none</td>
</tr>
<tr class="yes">
<td>'border-top-width' & F889 #039;border-right-width' 'border-bottom-width' 'border-left-width'</td>
<td>Yes</td>
<td>&lt;border-width&gt; | inherit</td>
<td>medium</td>
</tr>
<tr class="yes">
<td>'border-width'</td>
<td>Yes</td>
<td>&lt;border-width&gt;{1,4} | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="yes">
<td>'bottom'</td>
<td>Yes</td>
<td>&lt;length&gt; | &lt;percentage&gt; | auto | inherit</td>
<td>auto</td>
</tr>
<tr class="yes">
<td>'caption-side'</td>
<td>Yes</td>
<td>top | bottom | left | right | inherit</td>
<td>top</td>
</tr>
<tr class="yes">
<td>'clear'</td>
<td>Yes</td>
<td>none | left | right | both | inherit</td>
<td>none</td>
</tr>
<tr class="yes">
<td>'clip'</td>
<td>Yes</td>
<td>&lt;shape&gt; | auto | inherit</td>
<td>auto</td>
</tr>
<tr class="yes">
<td>'color'</td>
<td>Yes</td>
<td>&lt;color&gt; | inherit</td>
<td>depends on user agent</td>
</tr>
<tr class="no">
<td>'content'</td>
<td>No</td>
<td>[ &lt;string&gt; | &lt;uri&gt; | &lt;counter&gt; | attr(X) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit</td>
<td>empty string</td>
</tr>
<tr class="no">
<td>'counter-increment'</td>
<td>No</td>
<td>[ &lt;identifier&gt; &lt;integer&gt;? ]+ | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'counter-reset'</td>
<td>No</td>
<td>[ &lt;identifier&gt; &lt;integer&gt;? ]+ | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'cue'</td>
<td>No</td>
<td>[ 'cue-before' || 'cue-after' ] | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="no">
<td>'cue-after'</td>
<td>No</td>
<td>&lt;uri&gt; | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'cue-before'</td>
<td>No</td>
<td>&lt;uri&gt; | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'cursor'</td>
<td>No</td>
<td>[ [&lt;uri&gt; ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help ] ] | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'direction'</td>
<td>No</td>
<td>ltr | rtl | inherit</td>
<td>ltr</td>
</tr>
<tr class="yes">
<td>'display'</td>
<td>inline | block | list-item | none | inherit</td>
<td>inline | block | list-item | run-in | compact | marker | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit</td>
<td>inline</td>
</tr>
<tr class="no">
<td>'elevation'</td>
<td>No</td>
<td>&lt;angle&gt; | below | level | above | higher | lower | inherit</td>
<td>level</td>
</tr>
<tr class="no">
<td>'empty-cells'</td>
<td>No</td>
<td>show | hide | inherit</td>
<td>show</td>
</tr>
<tr class="yes">
<td>'float'</td>
<td>Yes</td>
<td>left | right | none | inherit</td>
<td>none</td>
</tr>
<tr class="yes">
<td>'font'</td>
<td>Yes</td>
<td>[ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="yes">
<td>'font-family'</td>
<td>Yes</td>
<td>[[ &lt;family-name&gt; | &lt;generic-family&gt; ],]* [ &lt;family-name&gt; | &lt;generic-family&gt; ] | inherit</td>
<td>depends on user agent</td>
</tr>
<tr class="yes">
<td>'font-size'</td>
<td>Yes</td>
<td>&lt;absolute-size&gt; | &lt;relative-size&gt; | &lt;length&gt; | &lt;percentage&gt; | inherit</td>
<td>medium</td>
</tr>
<tr class="no">
<td>'font-size-adjust'</td>
<td>No</td>
<td>&lt;number&gt; | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'font-stretch'</td>
<td>No</td>
<td>normal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | inherit</td>
<td>normal</td>
</tr>
<tr class="yes">
<td>'font-style'</td>
<td>Yes</td>
<td>normal | italic | oblique | inherit</td>
<td>normal</td>
</tr>
<tr class="yes">
<td>'font-variant'</td>
<td>Yes</td>
<td>normal | small-caps | inherit</td>
<td>normal</td>
</tr>
<tr class="yes">
<td>'font-weight'</td>
<td>Yes</td>
<td>normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit</td>
<td>normal</td>
</tr>
<tr class="yes">
<td>'height'</td>
<td>Yes</td>
<td>&lt;length&gt; | &lt;percentage&gt; | auto | inherit</td>
<td>auto</td>
</tr>
<tr class="yes">
<td>'left'</td>
<td>Yes</td>
<td>&lt;length&gt; | &lt;percentage&gt; | auto | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'letter-spacing'</td>
<td>No</td>
<td>normal | &lt;length&gt; | inherit</td>
<td>normal</td>
</tr>
<tr class="yes">
<td>'line-height'</td>
<td>Yes</td>
<td>normal | &lt;number&gt; | &lt;length&gt; | &lt;percentage&gt; | inherit</td>
<td>normal</td>
</tr>
<tr class="yes">
<td>'list-style'</td>
<td>Yes</td>
<td>[ 'list-style-type' || 'list-style-position' || 'list-style-image' ] | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="yes">
<td>'list-style-image'</td>
<td>Yes</td>
<td>&lt;uri&gt; | none | inherit</td>
<td>none</td>
</tr>
<tr class="yes">
<td>'list-style-position'</td>
<td>Yes</td>
<td>inside | outside | inherit</td>
<td>outside</td>
</tr>
<tr class="yes">
<td>'list-style-type'</td>
<td>disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | lower-latin | upper-alpha | upper-latin | none | inherit</td>
<td>disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-alpha | lower-latin | upper-alpha | upper-latin | hebrew | armenian | georgian | cjk-ideographic | hiragana | katakana | hiragana-iroha | katakana-iroha | none | inherit</td>
<td>disc</td>
</tr>
<tr class="yes">
<td>'margin'</td>
<td>Yes</td>
<td>&lt;margin-width&gt;{1,4} | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="yes">
<td>'margin-top' 'margin-right' 'margin-bottom' 'margin-left'</td>
<td>Yes</td>
<td>&lt;margin-width&gt; | inherit</td>
<td>0</td>
</tr>
<tr class="no">
<td>'marker-offset'</td>
<td>No</td>
<td>&lt;length&gt; | auto | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'marks'</td>
<td>No</td>
<td>[ crop || cross ] | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'max-height'</td>
<td>No</td>
<td>&lt;length&gt; | &lt;percentage&gt; | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'max-width'</td>
<td>No</td>
<td>&lt;length&gt; | &lt;percentage&gt; | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'min-height'</td>
<td>No</td>
<td>&lt;length&gt; | &lt;percentage&gt; | inherit</td>
<td>0</td>
</tr>
<tr class="no">
<td>'min-width'</td>
<td>No</td>
<td>&lt;length&gt; | &lt;percentage&gt; | inherit</td>
<td>depends on user agent</td>
</tr>
<tr class="no">
<td>'orphans'</td>
<td>No</td>
<td>&lt;integer&gt; | inherit</td>
<td>2</td>
</tr>
<tr class="yes">
<td>'outline'</td>
<td>Yes</td>
<td>[ 'outline-color' || 'outline-style' || 'outline-width' ] | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="yes">
<td>'outline-color'</td>
<td>Yes</td>
<td>&lt;color&gt; | invert | inherit</td>
<td>invert</td>
</tr>
<tr class="yes">
<td>'outline-style'</td>
<td>Yes</td>
<td>&lt;border-style&gt; | inherit</td>
<td>none</td>
</tr>
<tr class="yes">
<td>'outline-width'</td>
<td>Yes</td>
<td>&lt;border-width&gt; | inherit</td>
<td>medium</td>
</tr>
<tr class="no">
<td>'overflow'</td>
<td>No</td>
<td>visible | hidden | scroll | auto | inherit</td>
<td>visible</td>
</tr>
<tr class="yes">
<td>'padding'</td>
<td>Yes</td>
<td>&lt;padding-width&gt;{1,4} | inherit</td>
<td>see individual properties</td>
</tr>
<tr class="yes">
<td>'padding-top' 'padding-right' 'padding-bottom' 'padding-left'</td>
<td>Yes</td>
<td>&lt;padding-width&gt; | inherit</td>
<td>0</td>
</tr>
<tr class="no">
<td>'page'</td>
<td>No</td>
<td>&lt;identifier&gt; | auto</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'page-break-after'</td>
<td>No</td>
<td>auto | always | avoid | left | right | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'page-break-before'</td>
<td>No</td>
<td>auto | always | avoid | left | right | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'page-break-inside'</td>
<td>No</td>
<td>avoid | auto | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'pause'</td>
<td>No</td>
<td>[ [&lt;time&gt; | &lt;percentage&gt;]{1,2} ] | inherit</td>
<td>depends on user agent</td>
</tr>
<tr class="no">
<td>'pause-after'</td>
<td>No</td>
<td>&lt;time&gt; | &lt;percentage&gt; | inherit</td>
<td>depends on user agent</td>
</tr>
<tr class="no">
<td>'pause-before'</td>
<td>No</td>
<td>&lt;time&gt; | &lt;percentage&gt; | inherit</td>
<td>depends on user agent</td>
</tr>
<tr class="no">
<td>'pitch'</td>
<td>No</td>
<td>&lt;frequency&gt; | x-low | low | medium | high | x-high | inherit</td>
<td>medium</td>
</tr>
<tr class="no">
<td>'pitch-range'</td>
<td>No</td>
<td>&lt;number&gt; | inherit</td>
<td>50</td>
</tr>
<tr class="no">
<td>'play-during'</td>
<td>No</td>
<td>&lt;uri&gt; mix? repeat? | auto | none | inherit</td>
<td>auto</td>
</tr>
<tr class="yes">
<td>'position'</td>
<td>static | relative | absolute | inherit</td>
<td>static | relative | absolute | fixed | inherit</td>
<td>static</td>
</tr>
<tr class="no">
<td>'quotes'</td>
<td>No</td>
<td>[ &lt;string&gt;&lt;string&gt;]+ | none | inherit</td>
<td>depends on user agent</td>
</tr>
<tr class="no">
<td>'richness'</td>
<td>No</td>
<td>&lt;number&gt; | inherit</td>
<td>50</td>
</tr>
<tr class="yes">
<td>'right'</td>
<td>Yes</td>
<td>&lt;length&gt; | &lt;percentage&gt; | auto | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'size'</td>
<td>No</td>
<td>&lt;length&gt;{1,2} | auto | portrait | landscape | inherit</td>
<td>auto</td>
</tr>
<tr class="no">
<td>'speak'</td>
<td>No</td>
<td>normal | none | spell-out | inherit</td>
<td>normal</td>
</tr>
<tr class="no">
<td>'speak-header'</td>
<td>No</td>
<td>once | always | inherit</td>
<td>once</td>
</tr>
<tr class="no">
<td>'speak-numeral'</td>
<td>No</td>
<td>digits | continuous | inherit</td>
<td>continuous</td>
</tr>
<tr class="no">
<td>'speak-punctuation'</td>
<td>No</td>
<td>code | none | inherit</td>
<td>none</td>
</tr>
<tr class="no">
<td>'speech-rate'</td>
<td>No</td>
<td>&lt;number&gt; | x-slow | slow | medium | fast | x-fast | faster | slower | inherit</td>
<td>medium</td>
</tr>
<tr class="no">