csswg/css3-layout new.html,1.2,1.3

Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv31390

Modified Files:
	new.html 
Log Message:
Generated. Do not edit!

Index: new.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- new.html	14 Feb 2012 00:37:36 -0000	1.2
+++ new.html	14 Feb 2012 01:05:51 -0000	1.3
@@ -1663,6 +1663,12 @@
       grammar</abbr>
   </table>
 
+  <p>All content positioned into the same slot, whether positioned by name
+   (&lsquo;<code class=css>position: a</code>&rsquo;), by coordinates
+   (&lsquo;<code class=css>position: 2 3</code>&rsquo;) or implicitly by
+   flowing into the default slot, forms a single flow, with content in
+   document order.
+
   <div class=issue>
    <p>css3-grid-align allows to define a position either by saying how many
     rows/columns it spans, or by saying at which row and column it ends. Some
@@ -1750,7 +1756,8 @@
 
   <p class=issue>The &lsquo;<a href="#slot"><code
    class=css>::slot()</code></a>&rsquo; pseudo-element can also be used to
-   create slots that overlap with other slots.
+   create slots that overlap with other slots and to create alternative
+   (alias) names for slots.
 
   <div class="example issue">
    <p>For example, the following creates a slot that overlaps two other
@@ -1765,6 +1772,18 @@
 </pre>
   </div>
 
+  <p>If a &lsquo;<a href="#slot"><code class=css>::slot()</code></a>&rsquo;
+   pseudo-element refers to a name that already exists in the element's grid
+   element, than any &lsquo;<a href="#position"><code
+   class=property>position</code></a>&rsquo; property on that pseudo-element
+   is ignored.
+
+  <p>If a &lsquo;<a href="#slot"><code class=css>::slot()</code></a>&rsquo;
+   pseudo-element defines a new slot that coincides exactly with another slot
+   in the element's grid element, then it is in fact the same slot, and the
+   new name is an alias for that slot. <span class=issue>Unless it has a
+   different &lsquo;<code class=property>z-index</code>&rsquo;?</span>
+
   <p>The selector &lsquo;<code
    class=css><var>E</var>::slot(<var>X</var>)</code>&rsquo; selects the part
    of an element <var>E</var> that falls inside the slot with name

Received on Tuesday, 14 February 2012 01:05:54 UTC