[Bug 12679] In http://krijnhoetmer.nl/irc-logs/whatwg/20080707#l-26 you argued that most HTML attributes don't use hyphen, so for consistency cross-origin should be crossorigin

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12679

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-05-23 20:59:31 UTC ---
With cross-origin, there are three attributes with hyphens, if we ignore
data-*. If we include data-*, there'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'll change it if I'm alone in thinking it reads better with the
hyphen... what do people think?

   <img src="..." alt="..." cross-origin="..." title="..." class="...">

   <img src="..." alt="..." crossorigin="..." title="..." class="...">

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 23 May 2011 20:59:33 UTC