0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Repair links to renamed documentation; fix typo in ref-html-modularization.txt

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1127 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2007-06-08 01:52:42 +00:00
parent 9c60eeed04
commit 8d15d1ce13
2 changed files with 5 additions and 5 deletions

View File

@ -131,8 +131,8 @@ the code. They may be upgraded to HTML files or stay as TXT scratchpads.</p>
<tr> <tr>
<td>Reference</td> <td>Reference</td>
<td><a href="ref-loose-vs-strict.txt">Loose vs.Strict</a></td> <td><a href="ref-content-models.txt">Handling Content Model Changes</a></td>
<td>Differences between HTML Strict and Transitional versions.</td> <td>Discusses how to tidy up content model changes using custom ChildDef classes.</td>
</tr> </tr>
<tr> <tr>
@ -149,8 +149,8 @@ the code. They may be upgraded to HTML files or stay as TXT scratchpads.</p>
<tr> <tr>
<td>Reference</td> <td>Reference</td>
<td><a href="ref-xhtml-1.1.txt">XHTML 1.1</a></td> <td><a href="ref-html-modularization.txt">Modularization of HTMLDefinition</a></td>
<td>What we'd have to do to support XHTML 1.1.</td> <td>Provides a high-level overview of the concepts behind HTMLModules.</td>
</tr> </tr>
<tr> <tr>

View File

@ -1,5 +1,5 @@
The Modularizatino of HTMLDefinition in HTML Purifier The Modularization of HTMLDefinition in HTML Purifier
Todo for XHTML 1.1 support <http://www.w3.org/TR/xhtml11/changes.html> Todo for XHTML 1.1 support <http://www.w3.org/TR/xhtml11/changes.html>
1. Support Ruby <http://www.w3.org/TR/2001/REC-ruby-20010531/> 1. Support Ruby <http://www.w3.org/TR/2001/REC-ruby-20010531/>