有人可以解释内容属性在浏览器内部如何工作.它是否在DOM中创建了一个新节点,即使它没有显示在webInspector中.它会像真正的DOM节点那样具有相同的内存消耗影响吗?解决方法 我在 CSS 2
... . . 有人可以解释内容属性在浏览器内部如何工作.它是否在DOM中创建了一个新节点,即使它没有显示在webInspector中.它会像真正的DOM节点那样具有相同的内存消耗影响吗?.
解决方法
. 我在 CSS 2.1 spec发现了这个
.
Generated content does not alter the document tree. In particular,it is not fed back to the document language processor (e.g.,for reparsing).
.. . .. ...