- From: Brad Kemper <brad.kemper@gmail.com>
- Date: Thu, 20 Nov 2014 22:56:58 -0800
- To: Alan Stearns <stearns@adobe.com>
- Cc: www-style list <www-style@w3.org>
On Nov 20, 2014, at 9:04 PM, Alan Stearns <stearns@adobe.com> wrote: >> #id { >> flow-into: significant content; >> flow-from:significant; >> } >> >> >> .some-empty-things {flow-from:significant;} >> >> >> That way, the element matching #id could have a large amount of content >> in the natural markup, but it's height could be limited so that it flowed >> through the original container AND the additional regions. There would be >> no problem with a cycle to break. > > Yes, this should work - this example is one we discussed when we added the > content keyword. In your case, the ¡¯significant¡¯ named flow does not > actually contain the #id element itself, so there is no cycle to break. So > the cycle detection section should be technically correct, but I can call > this particular case out to make it much more clear. Cool. Thanks.
Received on Friday, 21 November 2014 06:57:25 UTC