mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-08 06:29:23 +00:00
Fix XHTML well-formedness and validity.
This commit is contained in:
parent
ce60dcf034
commit
7f88e00a8e
2 changed files with 6 additions and 2 deletions
|
@ -1667,12 +1667,12 @@ check these features to do so at runtime.</p>
|
|||
<p>The return value is an array of strings, terminated by NULL,
|
||||
identifying the feature-test macros Expat was compiled with. Common
|
||||
features which may be found in this list include
|
||||
<code>"XML_DTD"</code> and <code>"XML_UNICODE"</code>.
|
||||
<code>"XML_DTD"</code> and <code>"XML_UNICODE"</code>.</p>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p><a href="http://validator.w3.org/check/referer"><img
|
||||
src="valid-xhtml10.png" alt="Valid XHTML 1.0!"
|
||||
border="0" height="31" width="88" /></a></p>
|
||||
height="31" width="88" class="noborder" /></a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,6 +2,10 @@ body {
|
|||
background-color: white
|
||||
}
|
||||
|
||||
.noborder {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.eg {
|
||||
padding-left: 1em;
|
||||
padding-top: .5em;
|
||||
|
|
Loading…
Add table
Reference in a new issue