最近的祖先元素的名称,它是位置相对/绝对并提供绝对坐标

时间:2016-08-03 16:35:29

标签: html css css-position absolute

我花了一段时间研究哪个SE网站发布这个,但似乎没有比SO更合适。

我正在尝试记录有关HTML中坐标系统的内容,并且如果已经存在一个新术语,我很想发明这个术语。

关于绝对定位:

  

By default, the container is the browser window, but if a parent element either has position: relative or position: absolute set on it, then it will act as the parent for positioning coordinates for its children.

这个“定位父母”是否有一个更快速的官方(ish)名称?

1 个答案:

答案 0 :(得分:2)

您可能正在寻找的术语是"包含块"。它在section 10.1 of CSS2section 3.1 of css-position中有所描述。但是请注意,包含块的区域可能不一定与用作包含块的元素的填充框区域相同。上述规范具有所有细节。