[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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #2 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-05-23 21:19:26 UTC ---
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's drop the hyphen.  I don't want to have to remember any
more exceptions to the no-hyphen rule than I'm already forced to.

-- 
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 21:19:28 UTC