- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Jul 2011 21:05:23 +0000
- To: public-css-commits@w3.org
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>’ is ‘<code class=css>marker</code>’ and the element does not have a list item ancestor, ‘<code class=property>position</code>’ must compute - to ‘<code class=property>relative</code>’ on the element. + to ‘<code class=property>relative</code>’ 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