- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Feb 2012 18:31:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout In directory hutz:/tmp/cvs-serv2379 Modified Files: Overview.src.html Log Message: Added an issue. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-layout/Overview.src.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Overview.src.html 16 Jan 2012 18:55:18 -0000 1.15 +++ Overview.src.html 15 Feb 2012 18:31:42 -0000 1.16 @@ -20,7 +20,7 @@ <dl> <dt>This version: </dt> <dd><a href="[VERSION]"> - http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a> + http://www.w3.org/TR/[YEAR]/ED-[SHORTNAME]-[CDATE]/</a> <dt>Latest version:</dt> <dd><a href="[LATEST]"> @@ -1378,6 +1378,10 @@ <var>E</var>. If there is no such template <var>T</var>, or if it does not contain a slot called <var>X</var>, the selector matches nothing. +<p class=issue>This is ambiguous if <var>E</var> is a template element +and also has a template ancestor. We could call the slot '::slot()' +and the part of an element that falls in a slot ':fragment()' + <div class=example> <p>The following example shows the difference between using the '::slot()' pseudo-element in combination with a template element and @@ -1438,7 +1442,11 @@ <li>* column properties <li>* 'content' <span class=issue>Useful? Gives the first content for the slot, more can be added by positioning other elements in the -slot.)</span> +slot. Would this allow repeating a heading above a slot if a flow +continues in a second slot (with 'running()' from GCPM) or adding +“continued on page 7” at below a slot (with 'target-counter()' from +GCPM)? (See also the <a href="#see-page">issue about “continued +on.”)</a></span> </ul> <div class=issue> @@ -1751,7 +1759,7 @@ </pre> </div> -<p class=issue>If a slot on a page is full and the content continues +<p class=issue id=see-page>If a slot on a page is full and the content continues on the next page, it may be useful to insert something like “continued on page X.” This is useful at any page break, but more important if there are multiple “flows” of content on each page.
Received on Wednesday, 15 February 2012 18:31:51 UTC