Skip to content

Commit 70e03d6

Browse files
committed
spec/css3-regions: [Issue 24: Creating a named flow from external resource]
1 parent a0a2dae commit 70e03d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

spec/css3-regions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ The effect of loading the document via link and then sending content into a name
237237
Concatenating multiple external documents in one named flow is difficult or impossible, so external flow should allow only one document per named flow. If multiple flow links have same title, the first one should be used.
238238

239239
ISSUE: requires a change in HTML5
240+
;Option 6 : 'content' property
241+
CSS3 generated content already has a way to include a file:
242+
#source1 { content:url(article1.html); flow-into:flow1; }
243+
There is no requirement that HTML is supported as supported format in generated content (and there is no perecent either), but syntax would allow it.
244+
Of course this is equivalent to iether iframe or seamless iframe (depends on how it is defined), but options to control the behavior of included content are entirely in scope of CSS
240245
;Proposal : //TODO//
241246
;Status : Open
242247

0 commit comments

Comments
 (0)