]> gitweb.factorcode.org Git - factor.git/commitdiff
Added thead, tfoot to html
authorPhil Dawes <phil@phildawes.net>
Tue, 30 Jun 2009 15:26:51 +0000 (16:26 +0100)
committerPhil Dawes <phil@phildawes.net>
Tue, 30 Jun 2009 15:26:51 +0000 (16:26 +0100)
extra/html/elements/elements.factor

index 85df4f7b27bcaab694f0211072306663b3e07d56..119662348f0abfb031b9e19485f582bcb82b5c74 100644 (file)
@@ -98,7 +98,7 @@ SYMBOL: html
 [
     "h1" "h2" "h3" "h4" "h5" "h6" "h7" "h8" "h9"
     "ol" "li" "form" "a" "p" "html" "head" "body" "title"
-    "b" "i" "ul" "table" "tbody" "tr" "td" "th" "pre" "textarea"
+    "b" "i" "ul" "table" "thead" "tfoot" "tbody" "tr" "td" "th" "pre" "textarea"
     "script" "div" "span" "select" "option" "style" "input"
     "strong"
 ] [ define-closed-html-word ] each