[Webkit-unassigned] [Bug 91509] New: Formatting tags nested greater than 3 deep fail to close

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 09:34:00 PDT 2012


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

           Summary: Formatting tags nested greater than 3 deep fail to
                    close
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://dl.dropbox.com/u/175535/bugs/webkit/nested-for
                    matting.html
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james at wheare.org


Works fine with 3

<u>*<u>*<u>*</u></u></u> This is not underlined

Breaks with 4

<u>*<u>*<u>*<u>*</u></u></u></u> This *is* underlined </u></u></u></u></u></u></u></u></u> This is still underlined.

DOM structure ends up like this:

<u>*<u>*<u>*<u>*</u></u></u> This *is* underlined  This is still underlined.</u>

A closing </pre> tag clears the formatting.

This affects all formatting specific tags I tried, e.g. bold, italic, font, big, small, etc. Check URL https://dl.dropbox.com/u/175535/bugs/webkit/nested-formatting.html for test cases

This *does not* affect formatting applied via span style or class atrributes.

<a> tags are also unaffected.

Whether or not this is invalid, this

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list