A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/css-regions/Region/regionOverset below:

regionOverset · WebPlatform Docs

regionOverset Summary

A region’s display state within a region chain.

Property of apis/css-regions/Regionapis/css-regions/Region

Syntax

Note: This property is read-only.

var regionState = region.regionOverset;
Return Value

Returns an object of type StringString

A region’s display state within a region chain:

Examples

Check if region needs to be deleted or appended:

if (region.regionOverset == 'empty') {
    
} else if (region.regionOverset == 'overset') {
    
}
Notes

Not to be confused with overset, which indicates whether the overall named flow features too few display regions.

Related specifications
CSS Regions Module Level 1
W3C Working Draft
See also Related articles Regions External resources

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4