<?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>9000</bug_id>
          
          <creation_ts>2010-02-14 13:59:25 +0000</creation_ts>
          <short_desc>datasrc, &lt;script event&gt;, &lt;script for&gt; and so on are missing</short_desc>
          <delta_ts>2010-10-04 14:32:07 +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>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#non-conforming-features</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>LC</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</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>32090</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-02-14 13:59:25 +0000</bug_when>
    <thetext>Section: http://www.whatwg.org/specs/web-apps/current-work/#non-conforming-features

Comment:
datasrc, &lt;script event&gt;, &lt;script for&gt; and so on are missing

Posted from: 220.210.139.122</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32360</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-02-18 08:02:35 +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: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter&apos;s comments.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32361</commentid>
    <comment_count>2</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-02-18 08:04:44 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r4782.
Check-in comment: List some more obsolete attributes (these, from the &apos;reserved&apos; notes in the HTML4 DTD -- yes, we&apos;re scraping the bottom of the barrel now)
http://html5.org/tools/web-apps-tracker?from=4781&amp;to=4782
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32442</commentid>
    <comment_count>3</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2010-02-19 11:07:07 +0000</bug_when>
    <thetext>after noticing wakaba&apos;s http://suika.fam.cx/~wakaba/wiki/sw/n/dataformatas and checking the HTML 4.01 DTD, I see that the HTML4 DTD did not allow the %reserved; parameter entity globally but instead referenced it only in the attlist definitions for just eight elements: span, div, object, input, select, textarea, button, and table

http://www.w3.org/TR/REC-html40/sgml/dtd.html

So I propose that the wording for the bit about datasrc, datafld, and dataformatas in the &quot;Non-conforming features&quot; section of the spec be changed to replace &quot;on any element&quot; with explicit mention of the span, div, object, input, select, textarea, button, and table elements instead.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32452</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-02-19 19:15:32 +0000</bug_when>
    <thetext>If you actually look closely at the DTD you&apos;ll see that HTML4 doesn&apos;t actually allow it on any HTML element. The %reserved entity is set to the empty string. That&apos;s why I didn&apos;t list any elements, because technically they were never allowed anywhere.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32454</commentid>
    <comment_count>5</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2010-02-19 20:11:48 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; If you actually look closely at the DTD you&apos;ll see that HTML4 doesn&apos;t actually
&gt; allow it on any HTML element. The %reserved entity is set to the empty string.
&gt; That&apos;s why I didn&apos;t list any elements, because technically they were never
&gt; allowed anywhere.

I recognize they were never allowed. That&apos;s why I wrote &quot;referenced&quot;. And the fact is that it&apos;s referenced only in the attlist definitions for just eight elements: span, div, object, input, select, textarea, button, and table. Those represent the elements for which is was explicitly &quot;reserved&quot; as intended to be valid on for future use.

To put it another way, these attributes were never specified as being potential global attributes.

Stepping back, the reason that I would really prefer that the spec explicitly list which elements these attributes were meant to be allowed on is that otherwise, conformance checkers that want to provide guidance to end users about them will need to handle error reporting for them as if they were intended to be allowed globally, which adds a significant amount of unnecessary complexity to checkers.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32462</commentid>
    <comment_count>6</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2010-02-20 00:05:38 +0000</bug_when>
    <thetext>(For which elements does IE support these attributes?)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32466</commentid>
    <comment_count>7</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2010-02-20 03:37:30 +0000</bug_when>
    <thetext>(In reply to comment #6)
&gt; (For which elements does IE support these attributes?)

http://msdn.microsoft.com/en-us/library/ms533706(VS.85).aspx
seems to indicate that is supports dataformatas on BUTTON, DIV, INPUT type=button, LABEL, LEGEND, MARQUEE, OBJECT, OPTION, SELECT, SPAN, TABLE

http://msdn.microsoft.com/en-us/library/ms533703(VS.85).aspx
datafld, A, APPLET, BUTTON, DIV, FIELDSET, FRAME, IFRAME, IMG, INPUT type=button, INPUT type=checkbox, INPUT type=hidden, INPUT type=image, INPUT type=password, INPUT type=radio, INPUT type=text, LABEL, LEGEND, MARQUEE, OBJECT, PARAM, SELECT, SPAN, TEXTAREA

http://msdn.microsoft.com/en-us/library/ms533709(VS.85).aspx
datasrc, A, APPLET, BUTTON, DIV, FRAME, IFRAME, IMG, INPUT type=button, INPUT type=checkbox, INPUT type=hidden, INPUT type=image, INPUT type=password, INPUT type=radio, INPUT type=text, LABEL, LEGEND, MARQUEE, OBJECT, OPTION, SELECT, SPAN, TABLE, TEXTAREA
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32473</commentid>
    <comment_count>8</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2010-02-20 11:44:33 +0000</bug_when>
    <thetext>Considering that HTML4 technically didn&apos;t allow these for any elements, and the spec lists &lt;multicol&gt; which HTML4 also didn&apos;t allow, maybe these attributes should be considered IE extensions instead of HTML4 reserved attributes, and thus the spec should list it for the elements IE support them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34023</commentid>
    <comment_count>9</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-03-29 03:52:51 +0000</bug_when>
    <thetext>Mike:
(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; If you actually look closely at the DTD you&apos;ll see that HTML4 doesn&apos;t actually
&gt; &gt; allow it on any HTML element. The %reserved entity is set to the empty string.
&gt; 
&gt; I recognize they were never allowed. That&apos;s why I wrote &quot;referenced&quot;.

They&apos;re technically not even referenced. What&apos;s referenced is an empty string.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34025</commentid>
    <comment_count>10</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-03-29 04:31:10 +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: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter&apos;s comments, though I doubt anyone will ever care...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34027</commentid>
    <comment_count>11</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-03-29 04:32:03 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r4877.
Check-in comment: be more specific about some obsolete IE elements
http://html5.org/tools/web-apps-tracker?from=4876&amp;to=4877
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>