(TIMEPEDIA_NAMESPACE_URI,
TIMEPEDIA_GRID_TAG,
new TimepediaElementFactory(TIMEPEDIA_GRID_TAG));
*/
di.registerCustomCSSValueManager(new LengthManager() {
public Value createValue(LexicalUnit lexicalUnit, CSSEngine cssEngine)
throws DOMException {
return super.createValue(lexicalUnit, cssEngine);
}