So, to make this really explicit: div’s default display is block, but x-div’s default display is inline.
Is there anything else that I missed? Looking at use cases <http://wiki.whatwg.org/wiki/Component_Model_Use_Cases>, most of them would like to be block, or at maybe inline-block. One philosophical question: Are we optimizing for UAs that support HTML5, but not the Component Model, handling pages that use the component model? Or UAs that support HTML4 handling pages that use the component model? I guess we are _not_ optimizing for old content, which could in theory use tags that start with x- but not set CSS display. Dominic On Fri, Sep 30, 2011 at 6:45 AM, Edward O'Connor <[email protected]> wrote: >>> If you're talking about bz's second e-mail, then consider cases such as: >>> >>> <p>Foo >>> <div> Bar </div> >>> >>> ...vs: >>> >>> <p>Foo >>> <x-div> Bar </x-div> >> >> Can you be a bit more specific and explain the problem you're trying >> to highlight with this example? > > http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1162 > > > Ted > >
