<?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>12165</bug_id>
          
          <creation_ts>2011-02-23 20:22:03 +0000</creation_ts>
          <short_desc>The requirement on the plaintext element conflicts with its old definition and usage. It is better to avoid requiring any support than to require support that breaks legacy usage. The plaintext element should be regarded as undefined in HTML5.</short_desc>
          <delta_ts>2011-08-04 05:04:52 +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>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis</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>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ayg</cc>
    
    <cc>ian</cc>
    
    <cc>julian.reschke</cc>
    
    <cc>mike</cc>
    
    <cc>Ms2ger</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>45977</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-02-23 20:22:03 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis

Comment:
The requirement on the plaintext element conflicts with its old definition and
usage. It is better to avoid requiring any support than to require support
that breaks legacy usage. The plaintext element should be regarded as
undefined in HTML5.

Posted from: 88.114.29.18</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>45987</commentid>
    <comment_count>1</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-02-23 23:58:34 +0000</bug_when>
    <thetext>Actually, the legacy behavior of plaintext is pretty neat.  Can we make it valid?  :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46298</commentid>
    <comment_count>2</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-03-04 02:37:40 +0000</bug_when>
    <thetext>plaintext is treated differently by the HTML parser, as its conventional meaning requires.  See the PLAINTEXT state in the parser:

http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#plaintext-state

A note to authors of this fact might be worthwhile, so that they don&apos;t have to look into the parser section.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46316</commentid>
    <comment_count>3</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2011-03-04 11:07:39 +0000</bug_when>
    <thetext>A note to the authors would not be worthwhile, as they should not use plaintext.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46344</commentid>
    <comment_count>4</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-03-04 17:37:05 +0000</bug_when>
    <thetext>Okay, my bad.  It should be class=impl, sure.  But a note would still be helpful for people who run across a &lt;plaintext&gt; element and have no idea what crazy thing it&apos;s doing and look for &lt;plaintext&gt; under &quot;Obsolete features&quot; (which is the logical place to look for it) and find that the only mention seems to suggest it works the same as &lt;pre&gt;, which it clearly doesn&apos;t, so they assume it&apos;s an error in the spec and (if they&apos;re generous) file a bug report, like our good friend 88.114.29.18.  It can just be a one-sentence pointer to the parsing section.  The current spec is actively misleading, IMO.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48122</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-05-05 22:45:06 +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:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: see diff below
Rationale: The original comment seems incorrect to me; the requirements in the spec for &lt;plaintext&gt; do not contradict legacy.

I&apos;ve tried to clarify all this though.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48123</commentid>
    <comment_count>6</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-05-05 22:45:31 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6088.
Check-in comment: clarification
http://html5.org/tools/web-apps-tracker?from=6087&amp;to=6088</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52859</commentid>
    <comment_count>7</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:04:52 +0000</bug_when>
    <thetext>mass-moved component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>