is display: run-in supported?

by David Storey

HTML

<h1>
A Header that
</h1>
<p>
should be on the same line as this paragraph
</p>

CSS

h1 {
	display: run-in;
	font-size: 1em;
}