csswg/css3-lists Overview.src.html,1.108,1.109

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv15187

Modified Files:
	Overview.src.html 
Log Message:
Switched markers from inline-block to inline.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- Overview.src.html	2 Jun 2011 02:39:40 -0000	1.108
+++ Overview.src.html	9 Jun 2011 23:54:39 -0000	1.109
@@ -5,10 +5,11 @@
 	<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
 	<style>
 	p { text-indent: 0 !important; margin: .5em 0; }
-	code.inline { white-space: pre-line; }
+	code.inline { white-space: nowrap; }
 	.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }
 	.alphabetic-example > span { display: inline-block; width: 50px;}
 	.alphabetic-example > span > img { width: 16px; height: 16px; }
+	pre > code { white-space: pre-wrap; }
 	</style>
 	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED">
 </head><body>
@@ -275,7 +276,7 @@
 			<td><dfn>list-style-position</dfn>
 		<tr>
 			<th>Value:
-			<td>inside | hanging | outside
+			<td>inside | outside
 		<tr>
 			<th>Initial:
 			<td>outside
@@ -301,7 +302,7 @@
 
 	<dl>
 		<dt><dfn>inside</dfn></dt>
-		<dd>The ''::marker'' pseudo-element is an inline-block element placed immediately
+		<dd>The ''::marker'' pseudo-element is a 'display:inline' element placed immediately
 		before the ''::before'' pseudo-element in the list item's principle box, after 
 		which the element's content flows. Note that if there is no inline content, 
 		this will create a line box, just as content in an inline ''::before'' pseudo-element 

Received on Thursday, 9 June 2011 23:54:47 UTC