mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:57:45 +00:00
LibWeb: Don't apply presentational hints to associated pseudo elements
CSS properties generated by presentational hints in content attributes should not leak into pseudo elements.
This commit is contained in:
parent
620a34a463
commit
8bb0be7d4f
3 changed files with 26 additions and 1 deletions
|
@ -0,0 +1,13 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x47.835937 children: not-inline
|
||||
BlockContainer <body> at (10,10) content-size 780x29.835937 children: not-inline
|
||||
TableWrapper <(anonymous)> at (10,10) content-size 104x29.835937 children: not-inline
|
||||
TableBox <table> at (11,11) content-size 104x27.835937 children: not-inline
|
||||
TableRowGroupBox <tbody> at (11,11) content-size 104x27.835937 children: not-inline
|
||||
TableRowBox <tr> at (11,11) content-size 104x27.835937 children: not-inline
|
||||
TableCellBox <td> at (13,13) content-size 100x23.835937 children: not-inline
|
||||
BlockContainer <(anonymous)> at (14,14) content-size 98x21.835937 children: inline
|
||||
line 0 width: 0, height: 21.835937, bottom: 21.835937, baseline: 16.914062
|
||||
frag 0 from TextNode start: 0, length: 0, rect: [14,14 0x21.835937]
|
||||
""
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue