Skip to content

Commit b60ddb7

Browse files
committed
spec/css3-regions: [Issue 24: List of region style properties]
1 parent fbc49fd commit b60ddb7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

spec/css3-regions.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,17 @@ Note that with this approach, it is not possible to concatenate content from mul
221221

222222
ISSUE: what will OM for programmatic flow source control look like?
223223
;Option 4 : <link> element
224+
<code>
224225
<link rel="namedflow" type="text/html-sandboxed" title="flow1" href="article1.html" />
225-
226+
</code>
226227
The effect of loading the document via link and then sending content into a named flow should be identical to loading in an iframe and sending iframe content into a named flow with name specified in 'title', including all security restrictions and sandboxing (if "type=text/html-sandboxed").
227228

228229
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.
229230

230231
ISSUE: requires a change in HTML5
231232
;Proposal : //TODO//
232233
;Status : Open
234+
233235
===== Issues Resolved by Editors =====
234236

235237
==== Issue 21: When does a flow get created? ====

0 commit comments

Comments
 (0)