Content deleted Content added
finish keyword conversion |
'normal' tracking categories adjustment |
||
Line 331:
local function getTrackingCategories(border)
local cats = {}
if needsHorizontalLists(border) then table.insert(cats,
if hasBackgroundColors() then table.insert(cats,
if isIllegible() then table.insert(cats,
if hasBorders() then table.insert(cats,
return cats
end
|