csswg/css3-lists Overview.html,1.72,1.73 Overview.src.html,1.121,1.122

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Specified that a position:marker element is considered "absolutely positioned".


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Overview.html	22 Jul 2011 20:28:59 -0000	1.72
+++ Overview.html	22 Jul 2011 21:05:21 -0000	1.73
@@ -1176,7 +1176,10 @@
    class=property>position</code>&rsquo; is &lsquo;<code
    class=css>marker</code>&rsquo; and the element does not have a list item
    ancestor, &lsquo;<code class=property>position</code>&rsquo; must compute
-   to &lsquo;<code class=property>relative</code>&rsquo; on the element.
+   to &lsquo;<code class=property>relative</code>&rsquo; on the element. An
+   element with <code class=css>position:marker</code> counts as <a
+   href="http://www.w3.org/TR/CSS21/visuren.html#absolutely-positioned">absolutely
+   positioned</a>.
 
   <p>The element's vertical position is calculated according to the <a
    href="http://www.w3.org/TR/CSS21/visuren.html#normal-flow">normal

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Overview.src.html	22 Jul 2011 20:28:59 -0000	1.121
+++ Overview.src.html	22 Jul 2011 21:05:21 -0000	1.122
@@ -725,7 +725,7 @@
 			<td>see prose, otherwise same as CSS2.1
 	</table>
 
-	<p>The ''marker'' value for 'position' depends on the element it is set on having a list item ancestor.  If the specified value of 'position' is ''marker'' and the element does not have a list item ancestor, 'position' must compute to 'relative' on the element.</p>
+	<p>The ''marker'' value for 'position' depends on the element it is set on having a list item ancestor.  If the specified value of 'position' is ''marker'' and the element does not have a list item ancestor, 'position' must compute to 'relative' on the element.  An element with <code class=css>position:marker</code> counts as <a href="http://www.w3.org/TR/CSS21/visuren.html#absolutely-positioned">absolutely positioned</a>.</p>
 
 	<p>The element's vertical position is calculated according to the <a href="http://www.w3.org/TR/CSS21/visuren.html#normal-flow">normal flow</a>. <span class='note'>In the Positioned Layout Module this will be defined more precisely in terms of placeholders.</span></p>
 

Received on Friday, 22 July 2011 21:05:25 UTC