summaryrefslogtreecommitdiff
path: root/content/handlers/html/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/css.c')
-rw-r--r--content/handlers/html/css.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/handlers/html/css.c b/content/handlers/html/css.c
index be17ac852..69d54580c 100644
--- a/content/handlers/html/css.c
+++ b/content/handlers/html/css.c
@@ -683,6 +683,11 @@ html_css_new_selection_context(html_content *c, css_select_ctx **ret_select_ctx)
origin = CSS_ORIGIN_USER;
}
+ if (origin == CSS_ORIGIN_AUTHOR &&
+ nsoption_bool(author_level_css) == false) {
+ continue;
+ }
+
if (hsheet->sheet != NULL) {
sheet = nscss_get_stylesheet(hsheet->sheet);
}