<?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>12679</bug_id>
          
          <creation_ts>2011-05-18 09:06:56 +0000</creation_ts>
          <short_desc>In http://krijnhoetmer.nl/irc-logs/whatwg/20080707#l-26 you argued that most HTML attributes don&apos;t use hyphen, so for consistency cross-origin should be crossorigin</short_desc>
          <delta_ts>2011-08-04 05:12:33 +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>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#attr-img-cross-origin</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>jackalmage</cc>
    
    <cc>julian.reschke</cc>
    
    <cc>kbr</cc>
    
    <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>48584</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-05-18 09:06:56 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/complete/embedded-content-1.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#attr-img-cross-origin

Comment:
In http://krijnhoetmer.nl/irc-logs/whatwg/20080707#l-26 you argued that most
HTML attributes don&apos;t use hyphen, so for consistency cross-origin should be
crossorigin

Posted from: 88.131.66.80 by simonp@opera.com
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.5.8; U; en) Presto/2.8.131 Version/11.10</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48706</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-05-23 20:59:31 +0000</bug_when>
    <thetext>With cross-origin, there are three attributes with hyphens, if we ignore data-*. If we include data-*, there&apos;s an infinite number of attributes with hyphens, so most of them do have them...

I think this is a bit bigger of a problem for element names than attribute names. But I&apos;ll change it if I&apos;m alone in thinking it reads better with the hyphen... what do people think?

   &lt;img src=&quot;...&quot; alt=&quot;...&quot; cross-origin=&quot;...&quot; title=&quot;...&quot; class=&quot;...&quot;&gt;

   &lt;img src=&quot;...&quot; alt=&quot;...&quot; crossorigin=&quot;...&quot; title=&quot;...&quot; class=&quot;...&quot;&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48712</commentid>
    <comment_count>2</comment_count>
    <who name="Tab Atkins Jr.">jackalmage</who>
    <bug_when>2011-05-23 21:19:26 +0000</bug_when>
    <thetext>The two old attributes that use hyphens (http-equiv and accept-charset) are a weird legacy.  The two classes of new attributes that use hyphens (data-* and aria-*) represent an open class of attributes, and the hyphen serves a useful purpose of representing that the preceding string is a common prefix (already established by CSS as a common pattern).  Many other attributes that could potentially read better with hyphens, like formnovalidate (form-no-validate?) are hyphenless.

For consistency, let&apos;s drop the hyphen.  I don&apos;t want to have to remember any more exceptions to the no-hyphen rule than I&apos;m already forced to.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48713</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-05-23 21:29: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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48714</commentid>
    <comment_count>4</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-05-23 21:29:27 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6147.
Check-in comment: Change cross-origin=&apos;&apos; to crossorigin=&apos;&apos; since people don&apos;t seem to like hyphens. Poor hyphens.
http://html5.org/tools/web-apps-tracker?from=6146&amp;to=6147</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53305</commentid>
    <comment_count>5</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:12:33 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>