[whatwg] Request for feedback: supported elements for formatBlock

On Thu, May 26, 2011 at 7:50 PM, Ehsan Akhgari <ehsan at mozilla.com> wrote:
> What is IE's behavior in this case?

IE just ignores <blockquote> as an argument to formatBlock, same as if
you pass <quasit> or something.  That matches my current spec, but
doesn't match any non-IE browser.  Gecko and Presto both try to wrap
existing elements in some fashion, which means formatBlock to
<blockquote> behaves differently from formatBlock to anything else.

Received on Friday, 27 May 2011 10:52:52 UTC