[Webkit-unassigned] [Bug 45866] execCommand insertorderedlist creates a list inside p (violates content-model).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 12:06:59 PST 2011


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





--- Comment #13 from Raffaele <alberthilbert at gmail.com>  2011-01-14 12:06:59 PST ---
I'm thinking of adding a new public virtual method to the HTMLElement class:

virtual bool isPhrasingContent() const    { return false; }

and reimplementing it within HTMLElement subclasses as appropriate.
I guess such a method can be useful even beyond the necessities of my patch.
Can I follow this "path"?

Raffaele

-- 
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