.. |
Email
|
[1.2.0] Implement primitive email regexp to be used for mailto. There are many spotty implementation issues, so this code is not actually called anywhere else currently.
|
2006-11-08 03:10:43 +00:00 |
Background.php
|
[1.4.0] Implement 'background' shorthand CSS property.
|
2007-01-20 02:21:43 +00:00 |
BackgroundPosition.php
|
Actually fix it.
|
2007-01-21 17:12:45 +00:00 |
Border.php
|
De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes.
|
2006-08-31 20:33:07 +00:00 |
Class.php
|
[1.2.0]
|
2006-11-12 19:26:49 +00:00 |
Color.php
|
Basic color keywords translated into hexadecimal values.
|
2006-08-27 00:35:57 +00:00 |
Composite.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
CSS.php
|
[1.4.0] Refactored ListStyle, since list-style-image was sort of tacked on and didn't really conform with the standard. Implementation is still a little flaky but conforms with W3C's validation service.
|
2007-01-15 00:48:54 +00:00 |
CSSLength.php
|
[1.4.0] CSS property background-position implemented. Also:
|
2007-01-20 01:40:56 +00:00 |
CSSURI.php
|
[1.4.0] Implemented AttrDef_CSSURI for url(http://google.com) style declarations
|
2007-01-14 15:54:05 +00:00 |
Email.php
|
[1.2.0] Implement primitive email regexp to be used for mailto. There are many spotty implementation issues, so this code is not actually called anywhere else currently.
|
2006-11-08 03:10:43 +00:00 |
Enum.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
Font.php
|
De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes.
|
2006-08-31 20:33:07 +00:00 |
FontFamily.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
Host.php
|
[1.2.0]
|
2006-11-12 19:26:49 +00:00 |
ID.php
|
[1.5.0] Add support for IDREF
|
2007-02-02 22:03:09 +00:00 |
Integer.php
|
Fix bug: number spans should not allow zero as a value. This required augmenting HTMLPurifier/AttrDef/Integer.php to have a richer negative/zero/positive specification interface that can be extrapolated to Number and friends.
|
2006-08-25 02:48:49 +00:00 |
IPv4.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
IPv6.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
Lang.php
|
[1.5.0] Add rudimentary I18N and L10N support based off MediaWiki
|
2007-01-29 20:11:00 +00:00 |
Length.php
|
Make note that this is HTML specific.
|
2006-08-13 21:41:53 +00:00 |
ListStyle.php
|
[1.4.0] Implement 'background' shorthand CSS property.
|
2007-01-20 02:21:43 +00:00 |
MultiLength.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
Multiple.php
|
Document fact that inherit only works when its alone.
|
2006-08-23 02:11:04 +00:00 |
Number.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
Percentage.php
|
[1.4.0] CSS property background-position implemented. Also:
|
2007-01-20 01:40:56 +00:00 |
Pixels.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
Text.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
TextDecoration.php
|
Document all AttrDefs, also remove duplicant NumberSpan in favor of Integer.
|
2006-08-20 21:47:15 +00:00 |
URI.php
|
Merge in PHP5 strict changes that are applicable to PHP4.
|
2007-01-16 22:22:08 +00:00 |