[Webkit-unassigned] [Bug 58837] Fieldset disabled attribute does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 00:54:09 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58837





--- Comment #17 from Naoki Takano <takano.naoki at gmail.com>  2011-04-28 00:54:08 PST ---
I'm looking into NodeRareData.

So can I add another property into nodelist?

(In reply to comment #16)
> Darin or Adele,
> 
> Do you have any comments?
> 
> I want to choose RareData method tkent suggested.
> 
> Thanks,
> 
> (In reply to comment #15)
> > (In reply to comment #14)
> > > Easiest way is to cache the fieldset information into the whole node. But this causes resource problem ;-(
> > 
> > Adding a new data member to Node is not acceptable.  But we have RareData mechanism.  We can associate an HTMLFieldSet reference to a Node only if the Node has an HTMLFieldSet ancestor.
> > 
> > Another idea is to add a <fieldset> counter to Document.  If the counter is 0, we don't need to search ancestors for a fieldset.
> > 
> > 
> > Darin, Adele,
> > do you have any other ideas?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list