ms-wrap-through
Property of css/exclusionscss/exclusions
Syntax
var result = element.ms-wrap-through;
element.ms-wrap-through = value;
Notes
Remarks
You can use the -ms-wrap-through property to control the effect of exclusions—for instance, to cause one content block to wrap around an exclusion element and another to intersect the same exclusion element. The wrapping context of a box is a collection of exclusion areas contributed by its associated exclusion boxes. When Windows Internet Explorer lays out a webpage, a box wraps its inline flow content in the area that corresponds to the subtraction of its wrapping context from its own content area. For more information about exclusion elements’ impact on content flow, see the Definitions section of the CSS3 Exclusions specification.
Syntax
-ms-wrap-through: wrap | none
Standards information
- CSS Exclusions and Shapes Module Level 3, Section 3.3.1
See also
Related articles
Exclusions
ms-wrap-through
Related pages
- CSSStyleDeclarationCSSStyleDeclaration
- Internet Explorer 10 Guide for Developers: CSS ExclusionsInternet Explorer 10 Guide for Developers: CSS Exclusions
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]