RESOLVED INVALID 102569
[CSS Regions] Setting flow-into to none does not remove element from named flow
https://bugs.webkit.org/show_bug.cgi?id=102569
Summary [CSS Regions] Setting flow-into to none does not remove element from named flow
Alan Stearns
Reported 2012-11-16 16:08:44 PST
Created attachment 174776 [details] Testfile - display should read One Two Three If you have an element in a named flow, and you add flow-into:none for a child of that element, the child stays in the named flow. If an element's flow-into property computes to none, it should not be included in a named flow.
Attachments
Testfile - display should read One Two Three (478 bytes, text/html)
2012-11-16 16:08 PST, Alan Stearns
no flags
Alan Stearns
Comment 1 2012-11-21 12:04:50 PST
Andrei Bucur pointed out that I was misinterpreting the spec. The flow-into property is not inherited, so all the children of an element moved into a named flow already have flow-into computing to 'none'. So setting this explicitly shouldn't make a difference.
Note You need to log in before you can comment on or make changes to this bug.