Skip to content

Commit dfc722b

Browse files
committed
Specified that a position:marker element is considered "absolutely positioned".
1 parent 42f3025 commit dfc722b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

css3-lists/Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,10 @@ <h3 id=position-marker><span class=secno>7.1. </span> The &lsquo;<code
11761176
class=property>position</code>&rsquo; is &lsquo;<code
11771177
class=css>marker</code>&rsquo; and the element does not have a list item
11781178
ancestor, &lsquo;<code class=property>position</code>&rsquo; must compute
1179-
to &lsquo;<code class=property>relative</code>&rsquo; on the element.
1179+
to &lsquo;<code class=property>relative</code>&rsquo; on the element. An
1180+
element with <code class=css>position:marker</code> counts as <a
1181+
href="http://www.w3.org/TR/CSS21/visuren.html#absolutely-positioned">absolutely
1182+
positioned</a>.
11801183

11811184
<p>The element's vertical position is calculated according to the <a
11821185
href="http://www.w3.org/TR/CSS21/visuren.html#normal-flow">normal

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ <h3 id='position-marker'>
725725
<td>see prose, otherwise same as CSS2.1
726726
</table>
727727

728-
<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>
728+
<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>
729729

730730
<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>
731731

0 commit comments

Comments
 (0)