Bug 13276 - Comments in tags
Summary: Comments in tags
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 19:49 PDT by Nicholas Shanks
Modified: 2008-01-07 03:06 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2007-04-03 19:49:58 PDT
I was thinking, although for acid2 Hixie decided that using -- in tags beginning <! shouldn't toggle comment mode on and off, I think it should do so in element tags. This would allow things like the following:

<object
    foo="bar"    -- this does foobar stuff --
    bish="bosh"  -- this hits people over the head --
    bash="bush"  -- this elects a democrat --
>
Comment 1 Ian 'Hixie' Hickson 2008-01-07 03:06:48 PST
This has never been allowed (not even in SGML) and it isn't really possible to add now with the legacy content we have -- and in HTML5 we're not adding it. So all in all, I'd say WONTFIX.