(tagName, attributes)
| 3081 | exports.element = element; |
| 3082 | |
| 3083 | function topLevelElement(tagName, attributes) { |
| 3084 | return elements([element(tagName, attributes, {fresh: true})]); |
| 3085 | } |
| 3086 | |
| 3087 | function elements(elementStyles) { |
| 3088 | return new HtmlPath(elementStyles.map(function(elementStyle) { |