<?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>13159</bug_id>
          
          <creation_ts>2007-03-22 10:13:13 -0700</creation_ts>
          <short_desc>Form Feed should be collapsed rather than turned into zero-width</short_desc>
          <delta_ts>2013-09-01 03:00:54 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>523.x (Safari 3)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>REOPENED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>https://bugzilla.mozilla.org/attachment.cgi?id=257902</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jungshik Shin">jshin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>giecrilj</cc>
    
    <cc>mitz</cc>
    
    <cc>playmobil</cc>
    
    <cc>robert</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>17668</commentid>
    <comment_count>0</comment_count>
    <who name="Jungshik Shin">jshin</who>
    <bug_when>2007-03-22 10:13:13 -0700</bug_when>
    <thetext>Currently, &apos;Form Feed&apos; (U+000C) is turned to zero-width glyph. However, they should be collapsed like space. See

http://www.w3.org/TR/html401/struct/text.html#didx-white_space-1

Gecko currently renders them as whitespace *without* collapsing them. 

https://bugzilla.mozilla.org/show_bug.cgi?id=373268</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17676</commentid>
    <comment_count>1</comment_count>
    <who name="Jungshik Shin">jshin</who>
    <bug_when>2007-03-22 11:58:12 -0700</bug_when>
    <thetext>Related to this bug is bug 13136.

In the page given at the URL, there should be just a single space between &apos;XXX&apos; and &apos;XXX&apos;. Currently, there&apos;s no space at all because all control characters are turned to a zero-width glyph.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>66964</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-01-11 15:19:43 -0800</bug_when>
    <thetext>It looks like Mozilla closed their bug as &quot;invalid&quot; citing the CSS spec saying that these should be rendered as spaces but not collapsed.

To best understand this bug, we&apos;ll need a test case which demonstrates how we behave differently from Gecko or IE.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>544739</commentid>
    <comment_count>3</comment_count>
    <who name="Christopher Yeleighton">giecrilj</who>
    <bug_when>2012-01-29 08:41:16 -0800</bug_when>
    <thetext>Also reported as Bug KDE 292103.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>845860</commentid>
    <comment_count>4</comment_count>
    <who name="Robert Hogan">robert</who>
    <bug_when>2013-03-02 13:10:15 -0800</bug_when>
    <thetext>jshin, is there anything to do here still?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>912228</commentid>
    <comment_count>5</comment_count>
    <who name="Robert Hogan">robert</who>
    <bug_when>2013-07-27 02:14:46 -0700</bug_when>
    <thetext>http://www.w3.org/TR/css3-text/#white-space-rules
http://www.w3.org/TR/CSS21/text.html#white-space-prop

Neither of the specs for whitespace processing treat form feeds as in scope. So IE and Opera are wrong and there&apos;s nothing to do here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>923312</commentid>
    <comment_count>6</comment_count>
    <who name="Christopher Yeleighton">giecrilj</who>
    <bug_when>2013-08-31 10:47:59 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; http://www.w3.org/TR/css3-text/#white-space-rules
&gt; http://www.w3.org/TR/CSS21/text.html#white-space-prop
&gt; 
&gt; Neither of the specs for whitespace processing treat form feeds as in scope. So IE and Opera are wrong and there&apos;s nothing to do here.

Quoting &lt;URL: http://www.w3.org/TR/CSS21/text.html#white-space-prop &gt;:

UAs must recognize line feeds (U+000A) as newline characters. UAs may additionally treat other forced break characters as newline characters per UAX14. 

Please reopen.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>923438</commentid>
    <comment_count>7</comment_count>
    <who name="Robert Hogan">robert</who>
    <bug_when>2013-09-01 03:00:54 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #5)
&gt; &gt; http://www.w3.org/TR/css3-text/#white-space-rules
&gt; &gt; http://www.w3.org/TR/CSS21/text.html#white-space-prop
&gt; &gt; 
&gt; &gt; Neither of the specs for whitespace processing treat form feeds as in scope. So IE and Opera are wrong and there&apos;s nothing to do here.
&gt; 
&gt; Quoting &lt;URL: http://www.w3.org/TR/CSS21/text.html#white-space-prop &gt;:
&gt; 
&gt; UAs must recognize line feeds (U+000A) as newline characters. UAs may additionally treat other forced break characters as newline characters per UAX14. 
&gt; 
&gt; Please reopen.

Please raise this with www-style so we can resolve this properly.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>