Re: subscribe [email protected]
Stanimir Stamenkov <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
Sun, 24 Aug 2008 21:25:57 +0300, /Vladislav Ivanistsev/: > Subject: Re: subscribe [email protected] Please, state more meaningful subject next time. Thanks. > It is great, that one can add display property to the math tag. But > according to the HTML 4 specification, p element must not contain any > block elements inside. Thus it would be great, if Amaya would clear p > tags around <math display="block"></math>. Whether a document is valid according to some schema has nothing to do with the CSS visual formatting model. It is perfectly legal to have: <p>Some text <span style="display: block;">more text</span> yet more text.</p> -- Stanimir