[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 60956] unbalanced vertical spacing in nested <ul> lists
From:       Allan Sandfeld <kde () carewolf ! com>
Date:       2006-05-19 19:39:20
Message-ID: 20060519193920.27727.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=60956         
kde carewolf com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|khtml                       |khtml parsing



------- Additional Comments From kde carewolf com  2006-05-19 21:39 -------
The difference to firefox in this case is just that firefox parses the </p> as a new <P> tag. 

So in firefox:
<ul> 
  <li> 
    <p>this is paragraph 1, it contains a list 
      <ul> 
       <li>bulet one 
       <li>bulet two 
      </ul> 
    </P> 
  <li><p>this is paragraph 2, it contains no list</p> 
 </ul> 
 becomes:
<ul> 
  <li> 
    <p>this is paragraph 1, it contains a list </p>
      <ul> 
       <li>bulet one 
       <li>bulet two 
      </ul> 
    <p></p>
  <li><p>this is paragraph 2, it contains no list</p> 
 </ul> 

I am not sure we should copy that behavior..
_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic