<?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>5801</bug_id>
          
          <creation_ts>2008-06-25 12:36:23 +0000</creation_ts>
          <short_desc>Conformance rules for xmlns unintuitively different for HTML and foreign content</short_desc>
          <delta_ts>2010-10-04 14:47:21 +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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>NoReply</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Henri Sivonen">hsivonen</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>zcorpan</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>20850</commentid>
    <comment_count>0</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2008-06-25 12:36:23 +0000</bug_when>
    <thetext>Currently, an attribute that in source looks like xmlns is allowed on any foreign content element if its value matches the namespace of the element. For HTML elements, though, the attribute that in source looks like xmlns is allowed only on root or if the parent is not an HTML element.

While I understand that the cases have a different nature in DOM terms, this difference in rules is totally arbitrary from an authoring point of view, and the attributes are equally useless and talismanic in all cases.

Please allow any HTML element to have an xmlns talisman with the value &quot;http://www.w3.org/1999/xhtml&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20857</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2008-06-25 13:51:25 +0000</bug_when>
    <thetext>Or it could be changed so that xmlns is only allowed on foreign content elements if their parent is in a different namespace than the element itself.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20866</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2008-06-25 19:51:11 +0000</bug_when>
    <thetext>Bah.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20874</commentid>
    <comment_count>3</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2008-06-26 07:25:46 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; Or it could be changed so that xmlns is only allowed on foreign content
&gt; elements if their parent is in a different namespace than the element itself.

If one is writing aesthetically pure text/html from scratch, there&apos;s no point in putting any xmlns attribute anywhere.

The purpose of allowing xmlns in text/html source is to support copying and pasting XML-serialized SVG and MathML and HTML-compatible XHTML. In the copying source, it is permitted to have redundant xmlns anywhere. Allowing it in some places but not others in the paste target is pretty arbitrary--particularly when allowing it *at all* is about supporting easy pasting. 

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20880</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2008-06-26 08:10:12 +0000</bug_when>
    <thetext>Actually the reason xmlns=&quot;&quot; is allowed on SVG and MathML fragments is to enable copy/paste from XML source to text/html source, and the reason xmlns=&quot;&quot; is allowed in on HTML fragments is to enable the same document to be used in text/html and XML contexts. Being able to copy from XHTML source to text/html has not been a goal.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20884</commentid>
    <comment_count>5</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2008-06-26 08:30:49 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; Actually the reason xmlns=&quot;&quot; is allowed on SVG and MathML fragments is to
&gt; enable copy/paste from XML source to text/html source, and the reason xmlns=&quot;&quot;
&gt; is allowed in on HTML fragments is to enable the same document to be used in
&gt; text/html and XML contexts. Being able to copy from XHTML source to text/html
&gt; has not been a goal.

OK, perhaps it isn&apos;t a goal, but having different rules is still unintuitive (and adds conformance checker complexity rather pointlessly). Since doing what Simon suggesting for making rules consistent would break the SVG/MathML use case but doing what I suggested wouldn&apos;t break the use case for the HTML side, I continue to suggest what I suggested initially.

(I think using xmlns attributes *at all* is aesthetically displeasing, but we already have huge aesthetic holes in the conformance definition, such as not requiring a particular source indent style.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>21001</commentid>
    <comment_count>6</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2008-06-30 23:48:17 +0000</bug_when>
    <thetext>r1834</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32960</commentid>
    <comment_count>7</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-03-14 13:14:29 +0000</bug_when>
    <thetext>This bug predates the HTML Working Group Decision Policy.

If you are satisfied with the resolution of this bug, 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

This bug is now being moved to VERIFIED. Please respond within two weeks. If this bug is not closed, reopened or escalated within two weeks, it may be marked as NoReply and will no longer be considered a pending comment.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>