[Bug 10355] Kill most or all of the special IDL attributes for marquee

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ian@hixie.ch
         Resolution|                            |NEEDSINFO

--- Comment #3 from Ms2ger <Ms2ger@gmail.com> 2010-09-27 18:07:43 UTC ---
(In reply to comment #2)
> * Recent Firefox mozilla-central build: align

For reference, this is because document.createElement("marquee") is an
HTMLDivElement.

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-09-30 04:04:51 UTC ---
Gecko actually supports: _behavior _direction _doMove _fireEvent _loop
_onbounce _onfinish _onstart _scrollAmount _scrollDelay _setEventListener
_set_behavior _set_direction _set_loop _set_scrollAmount _set_scrollDelay align
behavior direction dirsign height init innerDiv loop newPosition onbounce
onfinish onstart originalHeight outerDiv runId scrollAmount scrollDelay start
startAt startNewDirection stop stopAt trueSpeed width

It's just that you have to give it time to apply the XBL binding:

   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/656


EDITOR'S RESPONSE: This is an Editor'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: Did Not Understand Request
Change Description: no spec change
Rationale: I'm happy to change this, but I don't think removing them all is the
way to go (at least Opera, Gecko, and IE have a lot in common, even if they
don't all match the spec). More data is probably needed to determine exactly
what is needed here, though.

-- 
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 Thursday, 30 September 2010 04:04:55 UTC