mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-27 12:44:22 +00:00
19 lines
254 B
Lua
19 lines
254 B
Lua
|
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
|
||
|
}
|