<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>142150</bug_id>
          
          <creation_ts>2015-03-01 10:32:54 -0800</creation_ts>
          <short_desc>html5 &lt;li&gt; tag after xslt-transformation</short_desc>
          <delta_ts>2015-03-02 13:06:18 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>312.x</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Stefan Vogel">backebackekuchen16</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1073165</commentid>
    <comment_count>0</comment_count>
    <who name="Stefan Vogel">backebackekuchen16</who>
    <bug_when>2015-03-01 10:32:54 -0800</bug_when>
    <thetext>(My computer: Raspberry pi with Raspbian-OS and epiphany-browser)

html5 &lt;li&gt; tag works correct in the upper right corner &quot;Download ZIP-file&quot; in 

       http://opastefanvogel.github.io/FORTY-FORTH/

but not in

       http://opastefanvogel.github.io/FORTY-FORTH/R01_Anfang.xml

I like xslt an I will use the original Theme with xslt. Please help, but it is only an minor bug. Midori-browser does not work with xslt. Thank you.

Stefan Vogel</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1073420</commentid>
    <comment_count>1</comment_count>
    <who name="Stefan Vogel">backebackekuchen16</who>
    <bug_when>2015-03-02 12:44:21 -0800</bug_when>
    <thetext>Sorry, that was not carefully by me. I have used

&lt;body style=&quot;white-space: pre-wrap;&quot;&gt;
  &lt;header&gt;
    &lt;ul&gt;
      &lt;li&gt;...&lt;/li&gt;
      &lt;li&gt;...&lt;/li&gt;
      &lt;li&gt;...&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/header&gt;
  &lt;section&gt;
    &lt;/section&gt;
  &lt;/body&gt;
       
but I only need

&lt;body&gt;
  &lt;header&gt;
    &lt;ul&gt;
      &lt;li&gt;...&lt;/li&gt;
      &lt;li&gt;...&lt;/li&gt;
      &lt;li&gt;...&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/header&gt;
  &lt;section style=&quot;white-space: pre-wrap;&quot;&gt;
    &lt;/section&gt;
  &lt;/body&gt;
       
Now it works, I will change that. Sorry.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1073426</commentid>
    <comment_count>2</comment_count>
    <who name="Stefan Vogel">backebackekuchen16</who>
    <bug_when>2015-03-02 13:06:18 -0800</bug_when>
    <thetext>Here again an old buggy version with &lt;body style=&quot;white-space: pre-wrap&quot;&gt;

http://opastefanvogel.github.io/FORTY-FORTH/bug_id_142510.html

but I use &lt;section style=&quot;white-space: pre-wrap&quot;&gt; now.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>