aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/html.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/format/html.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/source/lux/data/format/html.lux b/stdlib/source/lux/data/format/html.lux
index 7eb26bf5a..4adb63b7a 100644
--- a/stdlib/source/lux/data/format/html.lux
+++ b/stdlib/source/lux/data/format/html.lux
@@ -13,12 +13,13 @@
[world
[net (#+ URL)]]]
[//
- ["." css (#+ CSS)]
+ ["." css (#+ CSS)
+ ["." selector]]
["." xml (#+ XML)]])
-(type: #export Tag Text)
-
-(type: #export ID Text)
+(type: #export Tag selector.Tag)
+(type: #export ID selector.ID)
+(type: #export Class selector.Class)
(type: #export Attributes
{#.doc "Attributes for an HTML tag."}