We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99853ac commit b38e799Copy full SHA for b38e799
1 file changed
spec/css3-regions.txt
@@ -209,6 +209,8 @@ See Issue 1 below.
209
<iframe style="flow-into:flow1"> -- add iframe to flow as a replaced element
210
<iframe style="flow-content-into:flow1"> -- add content of the iframe to flow
211
</code>
212
+
213
+ISSUE: that would apply to all elements, sometimes useful, but potentially with more special cases to deal with.
214
;Option 2 : a separate property to specify what to add to flow, with the same effect:
215
<code>
216
<iframe style="flow-into:flow1; flow-source-type:element"> -- add iframe to flow as a replaced element
0 commit comments