- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Feb 2012 01:05:53 +0000
- To: public-css-commits@w3.org
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
+ (‘<code class=css>position: a</code>’), by coordinates
+ (‘<code class=css>position: 2 3</code>’) 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 ‘<a href="#slot"><code
class=css>::slot()</code></a>’ 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 ‘<a href="#slot"><code class=css>::slot()</code></a>’
+ pseudo-element refers to a name that already exists in the element's grid
+ element, than any ‘<a href="#position"><code
+ class=property>position</code></a>’ property on that pseudo-element
+ is ignored.
+
+ <p>If a ‘<a href="#slot"><code class=css>::slot()</code></a>’
+ 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 ‘<code class=property>z-index</code>’?</span>
+
<p>The selector ‘<code
class=css><var>E</var>::slot(<var>X</var>)</code>’ 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