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

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>13708</bug_id>
          
          <creation_ts>2011-08-09 07:23:33 +0000</creation_ts>
          <short_desc>[html5] White space where HTML4 ignored it</short_desc>
          <delta_ts>2011-08-16 08:59:23 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://www.w3.org/mid/201108082059.48324.bert@w3.org</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="HTML WG bugbot">mike+html-wg-mailbot</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>annevk</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>54437</commentid>
    <comment_count>0</comment_count>
    <who name="HTML WG bugbot">mike+html-wg-mailbot</who>
    <bug_when>2011-08-09 07:23:33 +0000</bug_when>
    <thetext>public-html-comments posting from: Bert Bos &lt;bert@w3.org&gt;
http://www.w3.org/mid/201108082059.48324.bert@w3.org</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54443</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-09 07:27:13 +0000</bug_when>
    <thetext>[[

A personal comment on http://www.w3.org/TR/2011/WD-html5-20110525/

In several places, HTML4 (or rather SGML) automatically ignores white 
space in the source, so that you can lay out the source more freely. 
E.g., this document has not a single white space character: 

&lt;!doctype html public &apos;-//W3C//DTD HTML 4.01//EN&apos;&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Test&lt;/title&gt;

   &lt;body&gt;

    &lt;table&gt;
    &lt;tr&gt;
      &lt;td&gt;one&lt;/td&gt;
      &lt;td&gt;two&lt;/td&gt;
    &lt;/table&gt;

HTML5, on the other hand, sees lots of spaces and line feeds in this 
document. People will want to lay out the document like this anyway, and 
the result is that the white space has to be removed at some other stage 
in the processing. 

In anticipation of HTML5, CSS already added some rules to ignore spaces 
that are likely to be not significant, but as CSS has no access to the 
mark-up, those rules are necessarily wrong in some cases. (E.g., CSS 
will now ignore certain spaces even if they had been marked-up as 
character entities: clearly not the author&apos;s intention.)

If the document is processed by some other system than CSS, that system, 
too, will need to deal with white space that may not have been 
significant. 

It would be better if HTML5 remained backwards compatible with HTML4 in 
this case, ignoring non-significant white space in all places where 
HTML4 ignores it, too.
]]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55211</commentid>
    <comment_count>2</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-08-16 08:59:23 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: &lt;http://dev.w3.org/html5/decision-policy/decision-policy.html&gt;.

Status: Rejected
Change Description: no spec change
Rationale: HTML4 was not compatible with implementations. HTML5 is. And CSS aligns with implementations too. There is no problem here as far as I can tell.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>