等流式(flow)容器中——此类误用虽可能被浏览器“容错渲染”,却会导致 DOM 结构异常、无障碍访问失败及验证器报错。
✅ 权威查阅方式如下:
WHATWG HTML Living Standard:进入 HTML Semantics section,逐个查看元素定义。每个元素条目下明确标注 Content categories、Contexts in which this element can be used(即允许的父元素)和 Content model(即允许的子元素)。例如
的规范定义 明确指出其上下文为 "a table element that is not a child of a table element, or a tbody, thead, or tfoot element"。