diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-15 12:57:43 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-15 17:56:00 +0200 |
commit | ce3260c6bf9ef918ac3d13818a56d62e51f89163 (patch) | |
tree | cd6117b81c71d9a6df3801dddb090d780941bcd7 /Demos | |
parent | 9825f7792b412f8067797fa19fd9e83a18d26682 (diff) | |
download | serenity-ce3260c6bf9ef918ac3d13818a56d62e51f89163.zip |
LibWeb: Layout nodes without own style can't be absolutely positioned
The only layout nodes that don't have their own style are LayoutText
(they inherit the style from their parent element since text cannot
be styled by CSS.)
However, it never makes sense for text nodes to have absolute position
so don't claim it.
Diffstat (limited to 'Demos')
0 files changed, 0 insertions, 0 deletions