- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 02:29:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-counter-styles In directory hutz:/tmp/cvs-serv30694 Added Files: Overview.html Overview.src.html Log Message: Initial commit. --- NEW FILE: Overview.html --- <!DOCTYPE html> <html> <head> <title>CSS Lists and Counters Module Level 3</title> <meta content="text/html; charset=utf-8" http-equiv=Content-Type> <link href="http://dev.w3.org/csswg/css-module/default.css" rel=stylesheet type="text/css"> <style> pre > code { white-space: pre-wrap; } </style> <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet type="text/css"> <body> <div class=head> <!--begin-logo--> <p><a href="http://www.w3.org/"><img alt=W3C height=48 src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo--> [...2285 lines suppressed...] generated image in the same style with the counter value changed as appropriate: <ul> <li>‘<a href="#circled-decimal"><code class=property>circled-decimal</code></a>’ <li>‘<a href="#dotted-decimal"><code class=property>dotted-decimal</code></a>’ <li>‘<a href="#double-circled-decimal"><code class=property>double-circled-decimal</code></a>’ <li>‘<a href="#filled-circled-decimal"><code class=property>filled-circled-decimal</code></a>’ <li>‘<a href="#parenthesized-decimal"><code class=property>parenthesized-decimal</code></a>’ </ul> <!-- ======================================================================= --> --- NEW FILE: Overview.src.html --- <!DOCTYPE html> <html><head> <title>CSS Lists and Counters Module Level 3</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css"> <style> pre > code { white-space: pre-wrap; } </style> <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED"> </head><body> <div class='head'> <!--logo--> <h1>Additional Predefined Counter Styles for CSS</h1> <dl> <dt>Editor:</dt> [...1667 lines suppressed...] </tbody> </table> <h3 id='extended-numbered'> Extended Non-Repeating Numbered Styles</h3> <p>Several non-repeating styles are numeric in nature, but are represented by single Unicode characters. As such, they are limited to the range of characters that Unicode saw fit to define for them. However, new symbols can be generated by the UA over a somewhat extended range.</p> <p>All of the following styles are defined over the range 1-99. The symbols for each counter value must be the unicode symbol already defined for that value in the existing @counter-style <dfn>rule</dfn>, or a generated image in the same style with the counter value changed as appropriate:</p> <ul> <li>'circled-decimal' <li>'dotted-decimal' <li>'double-circled-decimal' <li>'filled-circled-decimal' <li>'parenthesized-decimal' </ul> <!-- ======================================================================= -->
Received on Thursday, 1 December 2011 02:30:01 UTC