Bug 89179 - Rendering LI having Shadow DOM seems weird
Summary: Rendering LI having Shadow DOM seems weird
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on:
Blocks: 72352
  Show dependency treegraph
 
Reported: 2012-06-15 00:07 PDT by Shinya Kawanaka
Modified: 2012-07-24 21:14 PDT (History)
3 users (show)

See Also:


Attachments
Repro (3.34 KB, text/html)
2012-06-15 00:07 PDT, Shinya Kawanaka
no flags Details
Patch (5.18 KB, patch)
2012-07-24 19:23 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-06-15 00:07:22 PDT
Created attachment 147751 [details]
Repro

'hoge' and 'fuga' are numbered 3 and 4 respectively, however it seems wrong rendering.
Comment 1 Hajime Morrita 2012-07-20 02:17:13 PDT
Here is simpler repro http://jsfiddle.net/bGJkj/
Since the parser doesn't allow nested <li>, the repro need to build the tree through scripting.
Comment 2 Hajime Morrita 2012-07-24 19:23:49 PDT
Created attachment 154223 [details]
Patch
Comment 3 Hajime Morrita 2012-07-24 19:24:41 PDT
Dimitri, could you take a look? This is a trivial fix.
Comment 4 WebKit Review Bot 2012-07-24 21:14:04 PDT
Comment on attachment 154223 [details]
Patch

Clearing flags on attachment: 154223

Committed r123570: <http://trac.webkit.org/changeset/123570>
Comment 5 WebKit Review Bot 2012-07-24 21:14:08 PDT
All reviewed patches have been landed.  Closing bug.