srctree

Robin Linden parent 86f38d67 8b78d291
css: Set up which elements shouldn't be displayed by default

inlinesplit
css/default.css added: 17, removed: 5, total 12
@@ -1,4 +1,19 @@
head {
/* https://html.spec.whatwg.org/#hidden-elements */
area,
base,
basefont,
datalist,
head,
link,
meta,
noembed,
noframes,
param,
rp,
script,
style,
template,
title {
display: none;
}
 
@@ -16,7 +31,6 @@ canvas,
cite,
code,
data,
datalist,
del,
dfn,
em,
@@ -40,7 +54,6 @@ q,
ruby,
s,
samp,
script,
select,
slot,
small,
@@ -49,7 +62,6 @@ strong,
sub,
sup,
svg,
template,
textarea,
time,
u,