On 19 Feb 2009, at 19:39, mikelietz wrote:
> On Feb 19, 2:23 pm, Sean Coates <[email protected]> wrote: > (snip) >> So, what you're saying is: >> <b>foo >> >> bar</b> >> >> Would become: >> <p><b>foo</b></p><p><b>bar</b></p> > > IMO that's closest to what somebody who typed the original was > attempting to do. Bad practice, but it makes 'sense'. It's also what de-facto every browser would do given <p><b>foo</ p><p>bar<b/></p> (however evil that is… damn you Chris Wilson for coming up with this!). Following what would be done given explicit p elements seems the right thing to do, and would be the least surprising behaviour. -- Geoffrey Sneddon <http://gsnedders.com/> --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
