[Webkit-unassigned] [Bug 219335] New: [LFC] <br style="position:absolute"> shows up in line runs despite being positioned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 29 11:18:18 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219335

            Bug ID: 219335
           Summary: [LFC] <br style="position:absolute"> shows up in line
                    runs despite being positioned
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

For this content:

text
<br style="position: absolute;">
here

the layout tree is:

Initial containing block at (0,0) size 1101x1105 (0x237965980)
  HTML at (0,0) size 1101x1105 (0x237965a70)
    BODY at (8,8) size 1085x1089 (0x237965b40)
-------- --      line at (0.00,0.00) size (23.99x18.00) baseline (14.00)
-------- --        Inline level boxes:
-------- --          Root inline box at (0.00,0.00) size (23.99x18.00) baseline (14.00) ascent (14.00/14.00) descent (4.00/4.00)
-------- --          Line break box at (23.99,0.00) size (0.00x18.00) baseline (14.00) ascent (14.00/14.00) descent (4.00/4.00)
-------- --        Runs:
-------- --          text run at (0.00,0.00) size 23.99x18.00 run(0, 4)
-------- --          box run at (23.99,0.00) size 0.00x18.00
-------- --      line at (0.00,18.00) size (27.53x18.00) baseline (14.00)
-------- --        Inline level boxes:
-------- --          Root inline box at (0.00,0.00) size (27.53x18.00) baseline (14.00) ascent (14.00/14.00) descent (4.00/4.00)
-------- --        Runs:
-------- --          text run at (0.00,0.00) size 27.53x18.00 run(1, 5)
      anonymous inline box (0x23a490640) length->(5) "text\n"
      line break at (23.98,0) size 0x18 (0x236779130)
      anonymous inline box (0x23a4907d0) length->(5) "\nhere"

so the abs-pos <br> is in the line runs as "box run at (23.99,0.00)" despite being positioned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201129/73cb4862/attachment.htm>


More information about the webkit-unassigned mailing list