You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foo is inserted inside the div block box. But then, do Foo and Bar become part of the same run-in sequence? Or do they continue being different sequences, and thus are wrapped in different anonymous block boxes? That is, does being reparented recalculate run-in sequences?
The text was updated successfully, but these errors were encountered:
Yes, intuitively it seems so. But I'm asking because since the munging depends on the run-in sequences, altering them in the process seems potentially problematic. Anyways the algorithm seems stable enough so that this does not matter, probably it's OK.
Consider this code:
Foo is inserted inside the div block box. But then, do Foo and Bar become part of the same run-in sequence? Or do they continue being different sequences, and thus are wrapped in different anonymous block boxes? That is, does being reparented recalculate run-in sequences?
The text was updated successfully, but these errors were encountered: