[Webkit-unassigned] [Bug 142150] html5 <li> tag after xslt-transformation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 12:44:21 PST 2015


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

Stefan Vogel <backebackekuchen16 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Stefan Vogel <backebackekuchen16 at gmail.com> ---
Sorry, that was not carefully by me. I have used

<body style="white-space: pre-wrap;">
  <header>
    <ul>
      <li>...</li>
      <li>...</li>
      <li>...</li>
      </ul>
    </header>
  <section>
    </section>
  </body>

but I only need

<body>
  <header>
    <ul>
      <li>...</li>
      <li>...</li>
      <li>...</li>
      </ul>
    </header>
  <section style="white-space: pre-wrap;">
    </section>
  </body>

Now it works, I will change that. Sorry.

-- 
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/20150302/9d209659/attachment-0002.html>


More information about the webkit-unassigned mailing list