Skip to content

Commit f78e299

Browse files
committed
spec/css3-region-templates: [2. 'flow-into': element vs. content] <note warning> for issue
1 parent cf3377c commit f78e299

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

spec/css3-region-templates.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ it will not get an extra div in the heading.
4646

4747
This can solve other issues of regions adding hierarchy that gets in the way:
4848

49-
5049
* Combine multiple <OL> elements in a flow and merge numbering
5150
* Remove semantic grouping elements which don't have rendering (and allow content to be laid out by parent layout, e.g. grid)
5251

@@ -58,10 +57,9 @@ And of course this is a way to solve the problem of <iframe> special behavior:
5857
<iframe style="flow-into:article; display:content"> -- iframe content is named flow
5958
<iframe style="display:content"> -- similar to "seamless" iframe, but not transparent for dom and styles.
6059

61-
6260
Effect on replaced elements is undefined, but at least should reset any non-default properties.
6361

64-
**Issue:** It may not be a good idea to reuse 'display' property, as it will create same kind of issues as 'display:none' -- it overrides the display type that would be used if 'flow-into' property was removed. A special property would be safer, maybe **'flow-content-into'** or **flow-content-type:node|content**
62+
<note warning>Issue: It may not be a good idea to reuse 'display' property, as it will create same kind of issues as 'display:none' -- it overrides the display type that would be used if 'flow-into' property was removed. A special property would be safer, maybe **'flow-content-into'** or **flow-content-type:node|content**</note>
6563
==== 3. Template from named flow ====
6664

6765
This should work without any new features:

0 commit comments

Comments
 (0)