@@ -150,10 +150,11 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
150150 href ="#CSS3-BREAK " rel =biblioentry > [CSS3-BREAK]<!--{{CSS3-BREAK}}--> </ a > ).
151151
152152
153- < p class =level4 > The ‘< code class =css > ::fragment()</ code > ’
154- pseudo-element allows to select (parts of) elements based on whether they
155- fall in a certain slot or not, and thus style content differently in
156- different slots (region-based styling).
153+ < p class =level4 > The < a href ="#region-based "> ‘< code
154+ class =css > ::flow()</ code > ’ pseudo-element</ a > allows to select
155+ (parts of) elements based on whether they fall in a certain slot or not,
156+ and thus style content differently in different slots (region-based
157+ styling).
157158 <!--=================================================================-->
158159
159160 < h2 class ="no-num no-toc " id =status > Status of this document</ h2 >
@@ -267,9 +268,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
267268 < li > < a href ="#slot-pseudo "> < span class =secno > 4. </ span > Styling slots: the
268269 ‘< code class =css > ::slot()</ code > ’ pseudo-element</ a >
269270
270- < li > < a href ="#styling-the-contents-of-slots-fragment "> < span class =secno > 5.
271- </ span > Styling the contents of slots: ‘< code
272- class =css > ::fragment()</ code > ’</ a >
271+ < li > < a href ="#region-based "> < span class =secno > 5. </ span > Styling the
272+ contents of slots: ‘< code class =css > ::flow()</ code > ’</ a >
273273
274274 < li > < a href ="#rendering-of-grid-elements "> < span class =secno > 6.
275275 </ span > Rendering of grid elements</ a >
@@ -344,8 +344,9 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
344344 < li > < a href ="#style-the-slots-pseudo-elements "> < span
345345 class =secno > 10.2.12. </ span > Style the slots (pseudo-elements)</ a >
346346
347- < li > < a href ="#region-based "> < span class =secno > 10.2.13. </ span > Style
348- the contents of slots (region-based styling)</ a >
347+ < li > < a href ="#style-the-contents-of-slots-region-based "> < span
348+ class =secno > 10.2.13. </ span > Style the contents of slots (region-based
349+ styling)</ a >
349350
350351 < li > < a href ="#orient-the-grid-with-writing-mode-vs-ori "> < span
351352 class =secno > 10.2.14. </ span > Orient the grid with writing mode vs
@@ -3041,11 +3042,10 @@ <h2 id=slot-pseudo><span class=secno>4. </span>Styling slots: the ‘<a
30413042 <!--=================================================================-->
30423043
30433044 < div class =level4 >
3044- < h2 id =styling-the-contents-of-slots-fragment > < span class =secno > 5.
3045- </ span > Styling the contents of slots: ‘< code
3046- class =css > ::fragment()</ code > ’</ h2 >
3045+ < h2 id =region-based > < span class =secno > 5. </ span > Styling the contents of
3046+ slots: ‘< a href ="#flow0 "> < code class =css > ::flow()</ code > </ a > ’</ h2 >
30473047
3048- < p > The ‘< code class =css > :fragment (a)</ code > ’ pseudo-element
3048+ < p > The ‘< code class =css > :flow (a)</ code > ’ pseudo-element
30493049 selects the part of an element that is inside slot a (similar to how
30503050 ‘< code class =css > ::first-line</ code > ’ selects the part of an
30513051 element that is on the first line).
@@ -4361,15 +4361,15 @@ <h4 id=style-the-slots-pseudo-elements><span class=secno>10.2.12.
43614361 empty source document.
43624362 <!--=================================================================-->
43634363
4364- < h4 id =region-based > < span class =secno > 10.2.13. </ span > Style the contents of
4365- slots (region-based styling)</ h4 >
4364+ < h4 id =style-the-contents-of-slots- region-based> < span class =secno > 10.2.13.
4365+ </ span > Style the contents of slots (region-based styling)</ h4 >
43664366
43674367 < p > By means of a new pseudo-element, style could be applied to only the
43684368 part of an element that is inside a certain slot (similar to how
43694369 ‘< code class =css > ::first-line</ code > ’ applies style only to
43704370 the part of an element in the first line of a paragraph):
43714371
4372- < pre > P::fragment (a) {font-size: large}</ pre >
4372+ < pre > P::flow (a) {font-size: large}</ pre >
43734373
43744374 < p > This looks like a level 4 feature.
43754375 <!--=================================================================-->
0 commit comments