.. |
AttrDef
|
Commit IPv6 fix, with majoring factoring out. Thank you Feyd!
|
2006-08-17 01:05:35 +00:00 |
AttrTransform
|
Fix typo: $attributes to $attr.
|
2006-08-18 01:27:14 +00:00 |
EntityLookup
|
Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it).
|
2006-07-23 21:07:30 +00:00 |
Lexer
|
Malformed UTF-8 and non-SGML character detection and cleaning implemented
|
2006-08-19 17:53:59 +00:00 |
Strategy
|
Change unacceptable value default behavior to drop silently.
|
2006-08-15 23:58:18 +00:00 |
URIScheme
|
Commit a very lenient mailto checker. We'll tighten it later.
|
2006-08-12 19:11:21 +00:00 |
AttrContext.php
|
Add lots of documentation.
|
2006-08-17 20:29:34 +00:00 |
AttrDef.php
|
Add lots of documentation.
|
2006-08-17 20:29:34 +00:00 |
AttrTransform.php
|
Add lots of documentation.
|
2006-08-17 20:29:34 +00:00 |
ChildDef.php
|
Add lots of documentation.
|
2006-08-17 20:29:34 +00:00 |
Config.php
|
Add lots of documentation.
|
2006-08-17 20:29:34 +00:00 |
ConfigDef.php
|
Initial implementation of URISchemeRegistry (fixed overload bug in process). Also, add extra notes to some of the unit tests.
|
2006-08-12 03:56:27 +00:00 |
CSSDefinition.php
|
Commit FontFamily implementation. It's a little flaky, but should be reasonable for 99% of all fonts.
|
2006-08-16 17:25:25 +00:00 |
EntityLookup.php
|
Better enforcement of Singleton-ness, by requiring a setup() call after instantiation.
|
2006-07-24 11:35:46 +00:00 |
Generator.php
|
Malformed UTF-8 and non-SGML character detection and cleaning implemented
|
2006-08-19 17:53:59 +00:00 |
HTMLDefinition.php
|
Implement attribute transforms for required attributes. I can now confidently say that output will always be valid.
|
2006-08-14 23:11:28 +00:00 |
IDAccumulator.php
|
Add AttrDef_Id, as well as amend the accumulator by adding a load.
|
2006-07-30 16:35:05 +00:00 |
Lexer.php
|
Malformed UTF-8 and non-SGML character detection and cleaning implemented
|
2006-08-19 17:53:59 +00:00 |
Strategy.php
|
Change unacceptable value default behavior to drop silently.
|
2006-08-15 23:58:18 +00:00 |
TagTransform.php
|
Eliminate duplication in TagTransform.php by using copy()
|
2006-08-05 02:19:08 +00:00 |
Token.php
|
Major optimization on tokenizeDOM(), reduce execution time from 75% to 20% by passing tokens by reference and using a token factory.
|
2006-08-15 20:19:16 +00:00 |
TokenFactory.php
|
Major optimization on tokenizeDOM(), reduce execution time from 75% to 20% by passing tokens by reference and using a token factory.
|
2006-08-15 20:19:16 +00:00 |
URIScheme.php
|
Implement URIScheme and subclasses except for mailto. Remove fragment from components, as it is scheme independent.
|
2006-08-12 18:58:54 +00:00 |
URISchemeRegistry.php
|
Add a directive that lets you disallow pure-registry overloading.
|
2006-08-12 17:12:27 +00:00 |