From 6af85cc3f73adc9cd6d6d1cf15ee817e955125b5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 15 Mar 2008 23:51:30 +0000 Subject: Fix stylesheet enumeration API description -- only top-level stylesheets are included svn path=/trunk/netsurf/; revision=3956 --- Docs/ideas/css-engine.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Docs') diff --git a/Docs/ideas/css-engine.txt b/Docs/ideas/css-engine.txt index fb35e628e..5b9c1a69b 100644 --- a/Docs/ideas/css-engine.txt +++ b/Docs/ideas/css-engine.txt @@ -107,8 +107,7 @@ css_error css_context_insert_sheet(css_context *context, css_error css_context_remove_sheet(css_context *context, css_stylesheet *sheet); -/* Retrieve the total number of sheets in a selection context - * (includes imported sheets) */ +/* Retrieve the total number of top-level sheets in a selection context */ uint32_t css_context_count_sheets(css_context *context); /* Get a stylesheet from a selection context given an index [0, count) */ const css_stylesheet *css_context_get_sheet(css_context *context, -- cgit v1.2.3