msWrapThrough property

Gets or sets a value that specifies how content should wrap around an exclusion element.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_msWrapThrough(
  [in]  DOMString val
);

HRESULT get_msWrapThrough(
  [out] DOMString **ptr
);

Property values

Type: DOMString

String format

wrap | none

CSS information

Applies Toblock-level elements
Mediavisual
Inheritedno
Initial Valuewrap

Standards information

Remarks

You can use the IHTMLCSSStyleDeclaration2::msWrapThrough 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.

Requirements

IDL

Mshtml.idl

See also

Internet Explorer 10 Guide for Developers: CSS Exclusions

 

 

Show: