first draft

Inital working version in version control
This commit is contained in:
Wouter Scherphof
2013-03-19 11:37:08 +01:00
parent 65aff05b29
commit 76000166e0
7 changed files with 378 additions and 0 deletions

18
voidelements.lua Normal file
View File

@@ -0,0 +1,18 @@
return {
area = true,
base = true,
br = true,
col = true,
command = true,
embed = true,
hr = true,
img = true,
input = true,
keygen = true,
link = true,
meta = true,
param = true,
source = true,
track = true,
wbr = true
}