开发者社区 问答 正文

css中某元素的文档流的概念,官方文档没看懂。

The flow of an element A is the set consisting of A and all in-flow elements whose nearest out-of-flow ancestor is A.这句话看了半天没懂,求解释。

展开
收起
杨冬芳 2016-06-02 16:18:03 2310 分享 版权
1 条回答
写回答
取消 提交回答
  • IT从业

    the flow of an element A is a set,
    元素 A 的流是一个集合,

    this set consisting of A itself and the others,
    集合包含元素 A 自身和其他元素

    the others are in-flow elements whose nearest out-of-flow ancestor is A
    这些其他元素是:1)流内元素,2)并且它们最近的流外祖先是元素 A

    2019-07-17 19:25:10
    赞同 展开评论
问答分类:
问答地址: