..
AttrDef
Add Percentage, and font-size (not all styles fully realized yet though).
2006-08-14 02:08:45 +00:00
AttrTransform
Implement TextAlign and all hooks necessary, but it's kind of useless since CSS validation hasn't been built yet.
2006-08-05 02:56:57 +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
Add an attribute entity parse test to Lexer and change PEARSax3 to a proof of concept.
2006-08-04 02:59:15 +00:00
Strategy
- Fixed lots of bugs
2006-08-14 02:46:34 +00:00
URIScheme
Commit a very lenient mailto checker. We'll tighten it later.
2006-08-12 19:11:21 +00:00
AttrContext.php
Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses.
2006-08-12 16:04:40 +00:00
AttrDef.php
Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses.
2006-08-12 16:04:40 +00:00
AttrTransform.php
Implement lang and xml:lang. Fixed a bunch of bugs too.
2006-08-05 01:50:13 +00:00
ChildDef.php
- Fixed lots of bugs
2006-08-14 02:46:34 +00:00
Config.php
Revamp Configuration classes, breaking backwards configuration compatibility (not that there was much to broken to begin with). Fix bug involving PHP 4 object typecasting.
2006-08-11 20:23:41 +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
Add Percentage, and font-size (not all styles fully realized yet though).
2006-08-14 02:08:45 +00:00
Definition.php
Add missing caption child definition.
2006-08-14 01:24:01 +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
Commit initial implementation of AttrDef_CSS, with text-align being the only defined property. Further development will be going on in AttrDef and CSSDefinition.
2006-08-12 20:22:09 +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
Quality control, improve a little documentation and fix UTF-8 unfriendliness in the Generator.
2006-08-01 00:29:38 +00:00
Strategy.php
Set up configuration class, implement attr_id_blacklist
2006-08-04 01:47:48 +00:00
TagTransform.php
Eliminate duplication in TagTransform.php by using copy()
2006-08-05 02:19:08 +00:00
Token.php
Implement lang and xml:lang. Fixed a bunch of bugs too.
2006-08-05 01:50:13 +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