- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Jan 2011 01:36:15 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists In directory hutz:/tmp/cvs-serv29280 Modified Files: Overview.src.html Log Message: Formatting cleanup in preparation for active work. Might as well get the diff-killing out of the way now, rather than distributing it throughout the history. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Overview.src.html 5 Oct 2010 16:44:11 -0000 1.15 +++ Overview.src.html 29 Jan 2011 01:36:13 -0000 1.16 @@ -1,24 +1,22 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html> - <head> - <title>CSS Lists and Counters Module Level 3</title> - <link rel="stylesheet" type="text/css" href="../default.css"> - <style type="text/css"> - td, th { padding: 0 0.5em; } - .numbering td, .numbering th { vertical-align: top; } - .mapping th { text-align: right; } - .mapping td { text-align: center; } - .roman-example { padding: 0.75em; background: white; color: black; margin: 0.25em 0; display: block; } [...989 lines suppressed...] + + <li>It is no longer possible to make end markers.</li> + + <li>The 'marker-offset' property is obsoleted.</li> + + <li>The ''marker display type is obsoleted.</li> + + <li>Markers are now aligned relative to the line box edge, rather than the border edge.</li> + + <li>Markers now have margins.</li> + + <li>The introduction of many new list style types as well as explicit algorithms for all list style types.</li> + + <li>Error handling rules for unknown list style types were changed to be consistent with the normal + parsing error handling rules.</li> + + <li>The list-item predefined counter identifier has been introduced.</li> </ol> <h2 class="no-num" id="references">References</h2>
Received on Saturday, 29 January 2011 01:36:17 UTC