this.namespace = namespace;
this.tagName = tagName;
this.attributeMap = attributeMap;
this.contextId = contextId;
this.style = new LayoutStyleImpl();
this.fontSpecification = new FontSpecification(style);
this.backgroundSpecification = new BackgroundSpecification();
this.contentSpecification = new ContentSpecification();
this.listSpecification = new ListSpecification();
this.strings = EMPTY_MAP;