CSS Exclusions

Tags
css
Created
Apr 11, 2016 7:45 AM

// 类似 float 布局

// 平面排版中有可能遇到这样的需求,web 中几乎不会遇到

// 边缘元素的排除可以用 float + shape-outside 模拟

https://msdn.microsoft.com/zh-cn/library/hh772045(v=vs.85).aspx

https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/dev-guides/hh673558(v=vs.85)

使用 css grid 定位排除项

-ms-wrap-flow 属性的计算值是 auto 时,该元素不能成为排除项元素,除非其 float 属性的计算值不为 none。在这种情况下,根据 clear 属性,元素将其边框贡献给包含块的环绕上下文及其周围的内容流。有关排除项元素对内容流的影响的更多信息,请参阅 CSS3 排除项规范的 定义部分。

SuperMade with Super