@@ -20,7 +20,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE: 3 August 2004]</h2>
2020< dl >
2121 < dt > This version: </ dt >
2222 < dd > < a href ="[VERSION] ">
23- http://www.w3.org/TR/[YEAR]/WD -[SHORTNAME]-[CDATE]/</ a >
23+ http://www.w3.org/TR/[YEAR]/ED -[SHORTNAME]-[CDATE]/</ a >
2424 < dt > Latest version:</ dt >
2525 < dd > < a
2626 href ="[LATEST] ">
@@ -1378,6 +1378,10 @@ <h2 id=slot-pseudo>The ''::slot()'' pseudo-element</h2>
13781378< var > E</ var > . If there is no such template < var > T</ var > , or if it does
13791379not contain a slot called < var > X</ var > , the selector matches nothing.
13801380
1381+ < p class =issue > This is ambiguous if < var > E</ var > is a template element
1382+ and also has a template ancestor. We could call the slot '::slot()'
1383+ and the part of an element that falls in a slot ':fragment()'
1384+
13811385< div class =example >
13821386< p > The following example shows the difference between using the
13831387'::slot()' pseudo-element in combination with a template element and
@@ -1438,7 +1442,11 @@ <h2 id=slot-pseudo>The ''::slot()'' pseudo-element</h2>
14381442< li > * column properties
14391443< li > * 'content' < span class =issue > Useful? Gives the first content for
14401444the slot, more can be added by positioning other elements in the
1441- slot.)</ span >
1445+ slot. Would this allow repeating a heading above a slot if a flow
1446+ continues in a second slot (with 'running()' from GCPM) or adding
1447+ “continued on page 7” at below a slot (with 'target-counter()' from
1448+ GCPM)? (See also the < a href ="#see-page "> issue about “continued
1449+ on.”)</ a > </ span >
14421450</ ul >
14431451
14441452< div class =issue >
@@ -1751,7 +1759,7 @@ <h2 id=paged>Page-based templates and other templates in paged media</h2>
17511759</ pre >
17521760</ div >
17531761
1754- < p class =issue > If a slot on a page is full and the content continues
1762+ < p class =issue id = see-page > If a slot on a page is full and the content continues
17551763on the next page, it may be useful to insert something like
17561764“continued on page X.” This is useful at any page break, but more
17571765important if there are multiple “flows” of content on each page.
0 commit comments