File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h
10891089-->
10901090
10911091<h4 id='named-lines'>
1092- Named Grid Lines: the <css>( <<custom-ident>>*) </css> syntax</h4>
1092+ Named Grid Lines: the <css>[ <<custom-ident>>*] </css> syntax</h4>
10931093
10941094 While <a>grid lines</a> can always be referred to by their numerical index,
10951095 <dfn export lt="named line">named lines</dfn>
Original file line number Diff line number Diff line change @@ -333,7 +333,10 @@ The 'shape-inside' Property</h4>
333333 the exclusion area(s) added
334334 by 'shape-inside' and 'shape-padding'
335335 (as well as any other exclusion areas
336- in the element's wrapping context).</p>
336+ in the element's wrapping context).
337+ In other words,
338+ overflow continues outside
339+ the rectangular bounds of the element.</p>
337340
338341 <div class='figure'>
339342 <img alt="Overflow interacting with rounded rect"
@@ -348,6 +351,9 @@ The 'shape-inside' Property</h4>
348351 </p>
349352 </div>
350353
354+ Issue: improve the illustration above,
355+ using text to show overflow instead of greeked boxes.
356+
351357 When a shape-inside has a definite size
352358 (no percentages used in the shape's definition)
353359 an auto-sized element should use the shape
You can’t perform that action at this time.
0 commit comments