Re: [xml-dev] Never mind the browser, let's do MicroXML

From
Kurt Cagle <>
To
David Carlisle <>
Date
2010-12-18T17:16:32Z
ID
<AANLkTim4_9DhOhnbPDk60w=>
Thread
Re: [xml-dev] Never mind the browser, let's do MicroXML
it's been solved by specifying that as correct behaviour. (Not the choice I'd have made) In particular, the element is not empty.

<br/> parses as <br> and both are conforming.


<div/> is not conforming, but similarly parses as <div>

so the above parses as



 foo<div style="font-weigh:bold">bar

and bar is inside the div, so styled.

What about

foo<div style="font-weight:bold;"></div>bar