HTML and CSS Reference
In-Depth Information
GETNAMEDFLOW
This returns the flow that that particular region is associated with. The
properties available are:
overflow
A read-only boolean that tells you whether all of the content of the
named flow fits within the regions that are part of the flow or whether it
overflows.
contentNodes
A NodeList of all the content elements that belong to the flow.
getRegionsByContentNode
This returns all of the regions that a particular content element would
flow through. A very long paragraph might flow through more than one
region; with this method, you can retrieve all of the regions that that
paragraph element flows through.
regionLayoutUpdate
This event gets triggered every time an update is made to the layout of
a region. If the region's dimensions are altered, then the child content
elements that are part of that region might alter, too (for example, a few
might move to another region, or more child elements might become
part of the region).
Exclusions
Draft specification (a combination of two proposals: “Exclusions” and
“Positioned Floats”)
Demo
• Browser support: IE 10+
 
 
Search WWH ::




Custom Search